mpstat [ -A ] [ -u ] [ -V ] [ -I { SUM | CPU | SCPU | ALL } ] [ -P { cpu [,...] | ON | ALL } ] [ interval [ count ] ]
The mpstat command writes to standard output activities for each available processor, processor 0 being the first one. Global average activities among all processors are also reported. The mpstat command can be used both on SMP and UP machines, but in the latter, only global average activities will be printed. If no activity has been selected, then the default report is the CPU utilization report.
The interval parameter specifies the amount of time in seconds between each report. A value of 0 (or no parameters at all) indicates that processors statistics are to be reported for the time since system startup (boot). The count parameter can be specified in conjunction with the interval parameter if this one is not set to zero. The value of count determines the number of reports generated at interval seconds apart. If the interval parameter is specified without the count parameter, the mpstat command generates reports continuously.
With the SUM keyword, the mpstat command reports the total number of interrupts per processor. The following values are displayed:
CPU
intr/s
With the CPU keyword, the number of each individual interrupt received per second by the CPU or CPUs is displayed. Interrupts are those listed in /proc/interrupts file.
With the SCPU keyword, the number of each individual software interrupt received per second by the CPU or CPUs is displayed. This option works only with kernels 2.6.31 and later. Software interrupts are those listed in /proc/softirqs file.
The ALL keyword is equivalent to specifying all the keywords above and therefore all the interrupts statistics are displayed.
CPU
%usr
%nice
%sys
%iowait
%irq
%soft
%steal
%guest
%gnice
%idle
Note: On SMP machines a processor that does not have any activity at all is a disabled (offline) processor.
The mpstat command takes into account the following environment variable:
mpstat 2 5
mpstat -P ALL 2 5
/proc filesystem must be mounted for the mpstat command to work.
Only a few activities are given by the Linux kernel for each processor.
/proc contains various files with system statistics.
Sebastien Godard (sysstat <at> orange.fr)
sar(1), pidstat(1), iostat(1), vmstat(8)
http://pagesperso-orange.fr/sebastien.godard/