Is there any Linux tool that allows to display graphically (on a chart) the per-process CPU/MEM utilisation?

Thanks.

link|improve this question
Did you have some sort of platform in mind? – Ignacio Vazquez-Abrams Apr 12 '10 at 17:19
Sorry! Linux. Sometimes I give that for granted. – Kapa2ou3 Apr 12 '10 at 17:20
1  
I like you already. :) – Richard Holloway Apr 12 '10 at 21:03
feedback

4 Answers

You can try this munin plugin:

link|improve this answer
feedback

One thing you could do is to take output from 'ps' or 'top' and either graph it using GNUPlot or pull it into a spreadsheet (e.g., OpenOffice) and graph it from there.

KDE's "System Monitor" provides a live view.

There are probably other good choices, depending on whether you want to look at this data live or historically, and what you want to do with it once you have it.

link|improve this answer
feedback

I use Nagios and PNP for this type of thing.... works really well.

http://www.nagios.org/

http://sourceforge.net/projects/pnp4nagios/

link|improve this answer
feedback

You can try out SAR, which is really a very good tool and provides information per-process wise.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.