Daily Archives: July 30, 2009

Aix: Displaying the top 10 CPU / Memory consuming processes

Displaying the top 10 CPU-consuming processes # ps aux | head -1; ps aux | sort -rn +2 | head -10 Displaying number of processors in the system # lsdev -Cc processor Displaying the top 10 CPU-consuming processes # ps … Continue reading

Posted in Uncategorized | Leave a comment