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.