TheJMaster28 / COGPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COGPython

Gets data from sample file and organizes to a .dat file for gnuplot to read

to run, use python ReadData.py <filename>

GNUPlot commands to plot:

set xdata time
set timefmt "%d-%b-%Y %H:%M:%S"
plot 'dijkstra.dat' using 2:4 w line

To plot with the .p files:

gnuplot -e "file='MachinceName'" plotUserCPU.p

About


Languages

Language:Python 80.4%Language:Gnuplot 11.5%Language:Shell 8.1%