From d4070ed82abad06f5b3c44af0ef77ce8c71b9f84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 8 Mar 2015 00:04:16 +0100 Subject: [PATCH] Plotting of the nodes usage. --- nodes.dem | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 nodes.dem diff --git a/nodes.dem b/nodes.dem new file mode 100755 index 0000000..4f4f509 --- /dev/null +++ b/nodes.dem @@ -0,0 +1,10 @@ +#! /usr/bin/gnuplot -p + +set xdata time +set timefmt "%Y-%m-%d %H:%M:%S" +set format x "%Y-%m-%d" + +set xtics rotate by -20 + +#plot for [i=3:26] 'nodes.dat' using 1:(column(i+1)) title column(i) with lines +plot for [i=3:26] 'nodes.dat' using 1:(sum [col=4:i+1] column(col)) notitle with lines -- 1.8.2.3