Introduction
Introduction Statistics Contact Development Disclaimer Help
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/…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.