]> granicus.if.org Git - sysstat/commit
mpstat: Allow to select individual CPU/nodes with option -A
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 15 Nov 2019 16:39:29 +0000 (17:39 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 15 Nov 2019 16:39:29 +0000 (17:39 +0100)
commita38c53c038b8acf6c25e1b1c306f0ee7d509211f
tree749cd13b1ccfe120f58cf6e878075e9d01e8309a
parent7efa1f02e0c73b5e655412322657bebae89c4c97
mpstat: Allow to select individual CPU/nodes with option -A

Previously, using option -A with mpstat would display statistics for all
CPU and nodes (i.e. using -A would also imply -P ALL -N ALL).
Now this is true only if the user didn't specify explicitly a list of
CPU or nodes using options -P or -N.
Example: "mpstat -A -P1,4" will display all possible statistics but only
those concerning CPU 1 and 4 for CPU-related metrics.

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