ttyplot

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

commit ac0a89ee427ac2d53b559725297bcded9abe3fc5
parent 7f22d1fa1a150649de7b0df1a53c5e97a401943f
Author: Antoni Sawicki <as@tenoware.com>
Date:   Mon, 15 Oct 2018 16:09:05 -0700

readme update

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

diff --git a/README.md b/README.md @@ -63,7 +63,7 @@ iostat -xmy 1 | gawk '/^nvme0n1/ { print $4,$5; fflush(); }' | ttyplot -2 -t "nv ### fan speed from lm-sensors ``` -{ while true; do sensors | gawk '/^fan1:/ { print $2 }'; sleep 1; done } | ttyplot -t "fan speed" -u RPM +{ while true; do sensors | gawk '/^fan1:/ { print $2; fflush(); }'; sleep 1; done } | ttyplot -t "fan speed" -u RPM ``` ### prometheus remote load average via node exporter