pyNmonAnalyzer icon indicating copy to clipboard operation
pyNmonAnalyzer copied to clipboard

Support to chart the cpu/memory usage of top processes

Open sanketsharma opened this issue 11 years ago • 3 comments

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.

sanketsharma avatar Jun 24 '14 03:06 sanketsharma

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

madmaze avatar Jul 09 '14 02:07 madmaze

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!

baptistemarchand avatar Jul 09 '14 02:07 baptistemarchand

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

sanketsharma avatar Jul 10 '14 17:07 sanketsharma