ttyplot

Realtime terminal plotter
git clone git://git.sgregoratto.me/ttyplot
Log | Files | Refs | README | LICENSE

commit aa8f74b4fc3c3d6c1332795d0008e8d1cf2ff948
parent e69522e8407db177b107881ea123bdb03828834b
Author: Antoni Sawicki <as@tenoware.com>
Date:   Thu, 11 Oct 2018 13:04:04 -0700

screenshot

Diffstat:
MREADME.md | 18+-----------------
Attyplot-ping.png | 0
2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/README.md b/README.md @@ -5,23 +5,7 @@ a simple general purpose plotting utility for tty with data input from stdin takes data from stdin, most commonly unix pipeline and plots in text mode on a terminal or console, supports rate calculation for counters and up to two plos on a single display using reverse video for second line -``` - ping to 8.8.8.8 - ^ 23 ms - | # - | # - | 17 ms # - | # - | # # # # - | 12 ms # # # # - | # # # # - | ## ## ## # ## ## # # # # # # # # # ## # # # # # # # - |#6 ms################################################################################### - |######################################################################################## - |######################################################################################## - +---------------------------------------------------------------------------------------> - last=9 min=8 max=23 avg=9 ms -``` +![ttyplot ping](ttyplot-ping.png) usage examples ============== diff --git a/ttyplot-ping.png b/ttyplot-ping.png Binary files differ.