The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 12-11-2007
ezsurf ezsurf is offline
Registered User
 

Join Date: Oct 2007
Posts: 9
getting CPU utilization in order
ps -eo ppid,pcpu,args | sort +1n
Reply With Quote