Introduction
Introduction Statistics Contact Development Disclaimer Help
added gnuplot files - monitor - monitor script
git clone git://git.suckless.org/monitor
Log
Files
Refs
LICENSE
---
commit 308c98da603c72c5d6d90f919e16d21de08711b1
parent 0361552b86ea235070c064e34e29c3fe79738769
Author: Anselm R Garbe <[email protected]>
Date: Tue, 4 Jul 2017 17:30:22 +0200
added gnuplot files
Diffstat:
A garbe.us.gnu | 9 +++++++++
A sta.li.gnu | 9 +++++++++
A suckless.org.gnu | 9 +++++++++
3 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/garbe.us.gnu b/garbe.us.gnu
@@ -0,0 +1,9 @@
+set terminal png size 800,200
+set title "garbe.us"
+set yrange[-0.5:1.5]
+set clip two
+set ytics (0,1)
+set xdata time
+set xtics 29676800
+set timefmt "%s"
+plot '/data/garbe.us.dat' using 1:2 title "ICMP" with lines, '/data/garbe.…
diff --git a/sta.li.gnu b/sta.li.gnu
@@ -0,0 +1,9 @@
+set terminal png size 800,200
+set title "sta.li"
+set yrange[-0.5:1.5]
+set clip two
+set ytics (0,1)
+set xdata time
+set xtics 9676800
+set timefmt "%s"
+plot '/data/sta.li.dat' using 1:2 title "ICMP" with lines, '/data/sta.li.d…
diff --git a/suckless.org.gnu b/suckless.org.gnu
@@ -0,0 +1,9 @@
+set terminal png size 800,200
+set title "suckless.org"
+set yrange[-0.5:1.5]
+set clip two
+set ytics (0,1)
+set xdata time
+set xtics 29676800
+set timefmt "%s"
+plot '/data/suckless.org.dat' using 1:2 title "ICMP" with lines, '/data/su…
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.