Support to chart the cpu/memory usage of top processes
I am trying to use pyNmonAnalyser-0.1 to read nmon files. It is discarding all lines that start with TOP with messages like the following
'Discarding line with missing Timestamp ['TOP', '0001639', 'T0002', '0.30', '0.00', '0.30', '0', '0', '0', '0', '0', '0', '0', 'flush-253:0']’
Apparently it does not have support to chart the cpu/memory usage of top processes.
I added parsing for the top data, now working on plotting it.
I am assuming something like a linegraph would be good.. will experiment around a bit
Thanks! For some inspiration, this Java nmon parser does some good things with top data: http://nmonvisualizer.github.io/nmonvisualizer/index.html You can select what process to plot etc.. Good luck!
Thanks Matthias.
On Tue, Jul 8, 2014 at 10:21 PM, Matthias Lee [email protected] wrote:
I added parsing for the top data, now working on plotting it.
I am assuming something like a linegraph would be good.. will experiment around a bit
— Reply to this email directly or view it on GitHub https://github.com/madmaze/pyNmonAnalyzer/issues/11#issuecomment-48422765 .
Regards, Sanket