mpstat - Report processors related statistics


To report the processor stats
$ mpstat 5 10

To report all processor stats
$ mpstat -A 5 10

To get the processor number for which the stats are displaying
$ mpstat -P 3 10

To display statistics for processor one (0) and processor two (1), and update at an interval of 2 seconds
$ mpstat -P 0,1 3

To get the version info
$ mpstat -V

To report the CPU utilization stats
$ mpstat -u 3 10


 
regards,
T.Dhanasekar