commit 1e09660c336171eae7e454ec6246b6014d7466d5
parent 421683460b11e355d5703d67c1d83344ac2c0195
Author: Antoni Sawicki <as@tenoware.com>
Date: Tue, 23 Oct 2018 00:30:00 -0700
readme fixes
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -12,6 +12,8 @@ supports rate calculation for counters and up to two plos on a single display us
![ttyplot snmp](ttyplot-snmp.png)
+
+
usage examples
==============
@@ -66,6 +68,8 @@ ping 8.8.8.8 | sed -u 's/^.*time=//g; s/ ms//g' | ttyplot -t "ping to 8.8.8.8" -
{ while true; do curl -s http://10.4.7.180:9100/metrics | gawk '/^node_load1 / { print $2; fflush(); }'; sleep 1; done } | ttyplot
```
+
+
@@ -93,6 +97,8 @@ snmpdelta -v 2c -c public -Cp 10 10.23.73.254 1.3.6.1.2.1.2.2.1.10.9 1.3.6.1.2.
iostat -xmy 1 | gawk '/^nvme0n1/ { print $4,$5; fflush(); }' | ttyplot -2 -t "nvme0n1 throughput" -u MB/s
```
+
+
@@ -111,6 +117,8 @@ ttyplot supports calculating rate on "counter" style metrics, the rate is divide
```
+
+
options
@@ -135,6 +143,8 @@ ttyplot [-r] [-c plotchar] [-s softmax] [-m hardmax] [-t title] [-u unit]
-u unit displayed beside vertical bar
```
+
+