Gnuplot

From Linuxintro
Revision as of 11:43, 11 December 2010 by imported>ThorstenStaerk (New page: vmstat -nd 1 2 | grep -v r | awk '{print $4;}' >vmstat.txt gnuplot -p -e "plot 'vmstat.txt' with lines")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
vmstat -nd 1 2 | grep -v r | awk '{print $4;}' >vmstat.txt
gnuplot -p -e "plot 'vmstat.txt' with lines"