A realtime plotting utility for the command line with data input from stdin.
1
, 2
and 3
(cat
prevents ttyplot to exit):
{ echo {1 2 3}; cat } | ttyplot
{ echo {1 2 3}; cat } | ttyplot -t {title} -u {unit}
{ while {true}; do echo {$RANDOM}; sleep {1}; done } | ttyplot
ping
and visualize it:
ping {8.8.8.8} | sed -u '{s/^.*time=//g; s/ ms//g}' | ttyplot -t "{ping to 8.8.8.8}" -u {ms}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB