ttyplot

A realtime plotting utility for the command line with data…

ttyplot

A realtime plotting utility for the command line with data input from stdin. More information: https://github.com/tenox7/ttyplot.

{ 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 {{8.8.8.8}} | sed -u '{{s/^.*time=//g; s/ ms//g}}' | ttyplot -t "{{ping to 8.8.8.8}}" -u {{ms}}

Также может быть вам интересно:
LinuxFreeBSDТрюки BashТерминал/Консоль
← tshark tune2fs →