From d7e02ebd152cde198654c306792fe44ff8bf6b90 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 10 Apr 2016 19:00:23 -0400 Subject: graph cpu/mem too --- graphit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphit') diff --git a/graphit b/graphit index f40ab2e..250b99e 100755 --- a/graphit +++ b/graphit @@ -4,5 +4,6 @@ filename=system("echo $data") set title filename set key outside #plot name with linespoints notitle -plot for [col=1:3] filename using 0:col with lines notitle +#plot filename using 1:2 with linespoints title columnheader +plot for [col=2:4] filename using 1:col with lines title columnheader pause -1 -- cgit v1.2.3