commit e463b88103948f33a0a0edd43bdf9bfa5afb701c parent 9bd995e62e4caa14aa1a023f1e09ecbdebe487c7 Author: Antoni Sawicki <as@tenoware.com> Date: Sun, 14 Oct 2018 01:06:17 -0700 readme update Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -38,7 +38,7 @@ sar -n DEV 1 | gawk '{ if($6 ~ /rxkB/) { print iin/1000; print out/1000; iin=0; ### snmp network throughput for an interface using [ttg](https://github.com/tenox7/ttg) and two lines plot ``` -ttg -i 10 -u Mb 10.23.73.254 public 9 | gawk 'BEGIN { getline; } { print $5,$8; fflush(); } | ttyplot -2 -u Mb/s +ttg -i 10 -u Mb 10.23.73.254 public 9 | gawk 'BEGIN { getline; } { print $5,$8; fflush(); }' | ttyplot -2 -u Mb/s ``` ### snmp network throughput for an interface using snmpdelta with two lines plot