"show system resources follow" is also useful. keep an eye on the wa%, as this reflects the amount of time the system is waiting on i/o. It ought to keep in low single figures. the mangement, device and logs servers will be busy. " less mp-log mp-monitor.log" "less mp-log mp-monitor.log.0" etc will let you look at a record of system state the devices keep. It includes the show system resources output, and its useful if you want to see how your system has behaved over time. if you have not used "less", before, its a pager tool from linux/unix. google 'man less' for details. forward slash / for search forward, ? for search backwards are handy.
... View more