]> granicus.if.org Git - sysstat/commit
sar/mpstat: Allow selection of a range of IRQ/CPU
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 20 Nov 2016 18:06:54 +0000 (19:06 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 20 Nov 2016 18:06:54 +0000 (19:06 +0100)
commite53047284ecf9bac4d1cbd14b7cc0db1e6a9ee64
tree1725553675aa1bbf9732795b0a424be3f26a65b1
parent607cfca4f089ece33dcbaeef207dd82c834dd265
sar/mpstat: Allow selection of a range of IRQ/CPU

Update sar so that the user can now select a range of interrupts with
option -I (in addition to selecting individual interrupts).
E.g. "sar -I 2,5,10-16,400- (...)"
Keyword XALL is removed with option -I.
Keyword ALL selects all possible interrupts, including the sum of them.

Also update mpstat so that the user can select a range of processors
with option -P (in addition to selecting individual processors).
E.g. "mpstat -P all,0,5-7 (...)"

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
common.c
common.h
mpstat.c
sa.h
sa_common.c
sar.c