Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

top resource intensive processes on AIX/Unix/Linux

DBA2011May 5 2009 — edited May 8 2009
top is good to find this out, topas on aix, any other tips to find out memory/IO resource intensive processes, here i have for cpu....

oracle:tulpfsd01$ ps -e -o pcpu -o pid -o user -o args | sort -k 1 | tail -5r
%CPU PID USER COMMAND
1.1 1230914 oracle oraclepwpd (LOCAL=NO)
0.9 1248744 oracle oraclepwpd (LOCAL=NO)
0.9 1099146 oracle oraclepwpd (LOCAL=NO)
0.6 503688 oracle oraclepwpd (LOCAL=NO)
0.5 1239486 oracle oraclepwpd (LOCAL=NO)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2009
Added on May 5 2009
5 comments
3,479 views