]> granicus.if.org Git - sysstat/commit
Fix #214: mpstat: JSON output should display "all" for global CPU use
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 6 Mar 2019 17:55:52 +0000 (18:55 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 6 Mar 2019 17:55:52 +0000 (18:55 +0100)
commitf209356d88fdba056861f9be9217185e63c7b72c
treece1dba9a9c388bee43d9fd3360e2c4c8716b5e8d
parent5adec60758ccc92fa1477e42d545d4820ba4ae56
Fix #214: mpstat: JSON output should display "all" for global CPU use

Displaying "-1" for CPU number in mpstat's JSON output format is not
consistent with what mpstat uses for other options.
So display "all" instead.

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