Plot real time ping data in terminal
Install ttyplot
:
grm install tenox7/ttyplot -n ttyplot
Ping plot:
ping 8.8.8.8 | sed -u 's/^.*time=//g; s/ ms//g' | ttyplot -t "ping to 8.8.8.8" -u ms
Install ttyplot
:
grm install tenox7/ttyplot -n ttyplot
Ping plot:
ping 8.8.8.8 | sed -u 's/^.*time=//g; s/ ms//g' | ttyplot -t "ping to 8.8.8.8" -u ms