I need to analyze the CPU usage of a single process under AIX. Currently, I'm using nmon
but it gets the overall CPU and IO usage. Also, I know about topas
, but it will get the overall usage of the "hot" processes instead of a specific process.
Do such a tool exists, or should I just write my own script using ps | grep
?