Is there any Linux tool that allows to display graphically (on a chart) the per-process CPU/MEM utilisation?
Thanks.
Is there any Linux tool that allows to display graphically (on a chart) the per-process CPU/MEM utilisation?
Thanks.
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.
I use Nagios and PNP for this type of thing.... works really well.
You can try out SAR, which is really a very good tool and provides information per-process wise.