Results 1 to 2 of 2
hai ,
well i need cpu and ram utilisation of an application running in the system(linux) . please note it is for a perticular application running in the system rather ...
- 08-11-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- India
- Posts
- 4
cpu & RAM utilisation
hai ,
well i need cpu and ram utilisation of an application running in the system(linux) . please note it is for a perticular application running in the system rather then total usage .
thank u .
- 08-11-2005 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Try
Or if you have the processnameCode:ps aux
For an interactive CLI process listing, tryCode:ps aux |grep your_processname_here
Code:top


Reply With Quote