Re: Process Monitor




jeungs...@xxxxxxxxx wrote:
Hi Folks,

I'm looking for a simple linux application that will give me a
historical graph of the memory usage / cpu statistics for a given
process.

Does anyone have any suggestions? I've been scouring FreshMeat, but
the choices there are legion.

Thanks!
-Michael

Try sar.
It comes in installation CD with under sysstat package.
To monitor certain process, you can use -x or -X.

sar -x 6996 1 10

6996 - PID
1 - every one second
10 - do it ten times



EF

.



Relevant Pages

  • Re: Process Monitor
    ... I'm looking for a simple linux application that will give me a ... historical graph of the memory usage / cpu statistics for a given ...
    (linux.redhat)
  • Re: Process Monitor
    ... I'm looking for a simple linux application that will give me a ... historical graph of the memory usage / cpu statistics for a given ...
    (linux.redhat)
  • Process Monitor
    ... I'm looking for a simple linux application that will give me a ... historical graph of the memory usage / cpu statistics for a given ...
    (linux.redhat)
  • Re: limitations of forking on windows
    ... >> It is not the number of forked processes. ... Your comments suggest you do not have a memory usage ... Linux is not as graphics ... >> You are also comparing threading to forking. ...
    (comp.lang.perl.misc)
  • Re: Memory Control - Can you get the memory usage of the interpreter?
    ... my client needs to run on windows and mac too. ... presuming osX is similar to linux: I'll need to have a play to see if I can ... > '''Return process memory usage in bytes. ...
    (comp.lang.python)