The UNIX and Linux Forums
>
OS Specific Forums
>
SCO
Ghost Process + CPU consumption
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Ghost Process + CPU consumption
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-14-2008
jgt
Registered User
Join Date: Apr 2007
Location: 44.21.48N 80.50.15W
Posts: 348
Try running this:
#ps -A -o "pid=" -o "pcpu=" |awk '$2 > 5 {print $1 " " $2}' | sort -r +1
It will list all processes consuming more than 5% of cpu
jgt
View Public Profile
Find all posts by jgt