The mpstat command reports per processor statistics. Each row of the table represents the activity of one processor. Pay close attention to the smtx measurement. Smtx measures the no. of times the CPU failed to obtain a mutex (Mutual Exclusion Lock). Mutex stalls waste CPU time and degrade multiprocessor scaling.
# mpstat
If the smtx value is greater than 200, then the system is heading towards a CPU bottleneck.
Thanks
Tuesday, May 5, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment