I have been using the ps aux command to monitor the CPU of individual processes, the command throws up details for each process id, so if a process 'kkk' has 3 instances running, it doesnot give the sum...unlike prstat on Solaris..
Any ideas?
If you want something that will give you a summary, or more detail about what is going on, try tprof.
tprof -ske -x "sleep 15"
Then look at __prof.all.
Under a FREQ section there will be a list of the FREQ of each command and how much time was spent on each. In AIX 5.1 and earlier the values are in ticks. In AIX 5.2 things change and you get percents by default. You must have bos.perf.tools installed. to run and it must be run by root.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.