Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 583 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 583 Bytes

dstat-plot

dstat-plot is tool to parse csv output of dstat and generate a dictionary with all the supported options as its keys. This dictionary can be used to plot graphs of the system parameters.

###Example format of the dictionary

If the invocation of dstat is like,

dstat -tdnc --output sampleop.csv

dictionary generated by dstat-plot would be like

{ 'system' : { 'usr' : [], 'sys' : [] }, 'dsk/total' : { 'read' : [], 'write': [] }, 'net/total : { 'recv' : [], 'send' : [] } ......}

keys in the dictionary are dependent on the options given and invocation of dstat.