AIX nmon Recipe
- Run nmon in the background with a 60 second interval:
nohup nmon -fT -s 60 -c 1000000 && sleep 1 && cat nohup.out
- Check for any errors running the above commands in your terminal.
- Reproduce the problem.
- To stop collection, kill the nmon process. For example:
ps -elf | grep nmon | grep -v grep | awk '{print $4}' | xargs kill -USR2
- Upload
$HOST_$STARTDAY_$STARTTIME.nmon
andnohup.out
For background, see AIX nmon.