Re: Process Monitor
- From: Emir Faisal <efaisal@xxxxxxxxx>
- Date: 23 May 2007 20:46:07 -0700
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
.
- References:
- Process Monitor
- From: jeungster
- Process Monitor
- Prev by Date: Re: Permission?
- Next by Date: Re: inode
- Previous by thread: Re: Process Monitor
- Next by thread: allocating more space to /var on lvm volume
- Index(es):
Relevant Pages
|
|