Originally posted by: Kosala
Interesting question, I never really thought about it actually. IINM cswitch is a highly contextual measure. I would definitely like to know if someone can explain how cswitch can be used... to monitor performance.
As for the CPU utilization and the server load, I would used the uptime load averages, from the uptime command. According to the man page, the last three figures will give you the number of threads (or processes) in the runnable state as a moving average of 1, 5 and 15 mins. So as for Power5+, IBM claimed that you can afford to have 5xnum_of_cores (there was a note on infocenter.. can't seems to find it now)... but this will be only valid for 1 min interval. If your 15 min average is seen more than 2xnum_cores (if you consider the SMT feature enabled), then your system might need more than what it already has.
#AIX-Forum