![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find CPU per process in AIX | yamsin789 | Shell Programming and Scripting | 0 | 10-31-2007 12:23 AM |
| How to find which process is using up too much CPU | 0ktalmagik | SUN Solaris | 1 | 06-03-2006 12:48 AM |
| find a process age | MizzGail | UNIX for Dummies Questions & Answers | 8 | 05-24-2006 02:38 AM |
| how to find the chid process id from given parent process id | guhas | Shell Programming and Scripting | 3 | 10-13-2005 05:13 AM |
| find eof, then process | mfilby | Shell Programming and Scripting | 12 | 12-22-2003 03:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cmd to find CPU utiliz of a process in AIX
Hello All,
I wanna find the CPU utilization of a specific process running on AIX OS. I have its pid, but not sure about the command. iostat sar 5 5 vmstat All the above give me system CPU utilization. Is there a way to find for a specific pid??? Thanks, Ankita |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
WLM or work load manager might be the right tool you're looking for, did not really remember the few steps to set it up but just google for it, its worth a try ... |
|
#3
|
|||
|
|||
|
Thanks!
But I cannot make admin changes in this box, as this is one my company's customer env.. I can use commands only and cant get extra tools uploaded on this |
|
#4
|
|||
|
|||
|
try using top command. it works on SunOS
|
|
#5
|
|||
|
|||
|
top doesnt work on AIX
as its AIX 5.0 sar is also not working |
|
#6
|
|||
|
|||
|
Maybe with ps?
Regards |
|
#7
|
|||
|
|||
|
i did
ps -ef | grep <process name> and it doesnt give me CPU % utilized by that process |
|||
| Google The UNIX and Linux Forums |