Originally posted by: Pave1
memory: svmon -P -O unit=MB
CPU: ps -ef
script it and run it from crontab.
Direct it into one output file then just grep PID of the process which you are interested in.
In ps -ef you will see number of seconds (TIME column) which the process consumed on CPUs
Cheers, Pavel
#AIX-Forum