Skip to content

vijaykumar-koppad/dstat-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

dstat-plot is tool to parse csv output from dstat and generate a dictionary, which can be used to plot graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages