From: Sebastien GODARD Date: Fri, 7 Jun 2013 20:03:32 +0000 (+0200) Subject: Tell where interrupts data come from in mpstat manual page X-Git-Tag: v10.1.6~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fb610a83c7bc49673311808e49dd4a96984513f;p=sysstat Tell where interrupts data come from in mpstat manual page mpstat manual page now tells that interrupts data displayed by mpstat -I CPU come from /proc/interrupts file, and that interrupts data displayed by mpstat -I SCPU come from /proc/softirqs file, so that the meaning of each interrupts can be more easily understood by users. --- diff --git a/man/mpstat.1 b/man/mpstat.1 index 38a85b5..ee6c72a 100644 --- a/man/mpstat.1 +++ b/man/mpstat.1 @@ -1,4 +1,4 @@ -.TH MPSTAT 1 "SEPTEMBER 2012" Linux "Linux User's Manual" -*- nroff -*- +.TH MPSTAT 1 "JUNE 2013" Linux "Linux User's Manual" -*- nroff -*- .SH NAME mpstat \- Report processors related statistics. .SH SYNOPSIS @@ -74,13 +74,15 @@ the CPU or CPUs. With the .B CPU keyword, the number of each individual interrupt received per -second by the CPU or CPUs is displayed. +second by the CPU or CPUs is displayed. Interrupts are those listed +in /proc/interrupts file. With the .B 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. +with kernels 2.6.31 and later. Software interrupts are those listed +in /proc/softirqs file. The .B ALL