Re: AIX CPU at 100%



The best AIX command to check CPU utilization is tprof.
You can find more about this on this link:
http://www.ibm.com/developerworks/systems/articles/AIX5.2_performancetoolsupdatepart3.html
I usually use it on the following way:
tprof -k -x sleep 10
But you can play with the flags as you want.

Regards,

Jackson
.