Originally posted by: luverofpeanuts
nmon recording is the most well rounded of the monitoring tools I've used. Have you used the -I -t and -T parameters of nmon?
The downfall of almost any of the monitoring tools is that if short lived processes come and go between collection intervals, they may not be represented in the collected output. Aside from those, nmon recording does a decent job for me. I've attached a snippet from the NMONVisualizer java GUI tool that reads in nmon recording. Each of the listed items has a graph provided to characterize the resource usage.
Linux is another story. The nmon version in Linux is great, and useful. However, the underlying performance collection infrastructure on Linux (even Linux on Power), is not quite as mature as the that on AIX. It is what you have to work with though; you just have to be a tad careful about comparing AIX performance stats to Linux performance stats on the same hardware. You can make some general observations, but trying to reconcile performance between the two at the OS level can be hard.