monitor

monitor script
git clone git://git.suckless.org/monitor
Log | Files | Refs | LICENSE

sta.li.gnu (380B)


      1 set terminal png size 800,200
      2 set title "sta.li"
      3 set yrange[-0.5:1.5]
      4 set clip two
      5 set ytics (0,1)
      6 set xdata time
      7 set xtics 9676800
      8 set timefmt "%s"
      9 plot '/data/sta.li.dat' using 1:2 title "ICMP" with lines,     '/data/sta.li.dat' using 1:3 title "HTTP" with lines,     '/data/sta.li.dat' using 1:4 title "DNS" with lines,     '/data/sta.li.dat' using 1:5 title "SMTP" with lines