GNU/Linux ◆ xterm-256color ◆ zsh 10661 views

Realtime graph for data points via stdin (google ping) using asciigraph (https://github.com/guptarohit/asciigraph).

command:

ping -i 0.2 google.com \
  | grep -oP '(?<=time=).*(?=ms)' --line-buffered \
  | asciigraph -r -h 10 -w 40 -c 'realtime plot data (google ping in ms) from stdin'

More by rohitgupta

asciigraph colored 00:23

by rohitgupta

See all