ttyplot

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

commit 7fa47fbc2102bd914777e80552eaad199b006c23
parent 6baac0de5171b841e5f2015bfd3052d990247bd1
Author: Antoni Sawicki <tenox@google.com>
Date:   Fri, 28 Dec 2018 12:58:21 -0800

better wording for counter description

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -113,7 +113,7 @@ iostat -xmy 1 nvme0n1 | stdbuf -o0 tr -s " " | stdbuf -o0 cut -d " " -f 4,5 | tt rate calculator for counters ============================ -ttyplot supports calculating rate on "counter" style metrics, the rate is divided by measured time difference between samples +ttyplot supports "counter" style metrics, calculating "rate" by measured time difference between samples ### snmp network throughput for an interface using snmpget ```