garbe.us.gnu - monitor - monitor script | |
git clone git://git.suckless.org/monitor | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
garbe.us.gnu (391B) | |
--- | |
1 set terminal png size 800,200 | |
2 set title "garbe.us" | |
3 set yrange[-0.5:1.5] | |
4 set clip two | |
5 set ytics (0,1) | |
6 set xdata time | |
7 set xtics 29676800 | |
8 set timefmt "%s" | |
9 plot '/data/garbe.us.dat' using 1:2 title "ICMP" with lines, '/data/… |