]> granicus.if.org Git - sysstat/commit
SVG: Fix "SVG graphs report 'No data' for dynamically added CPUs"
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 19 Mar 2016 15:16:06 +0000 (16:16 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 19 Mar 2016 15:16:06 +0000 (16:16 +0100)
commit2e8071e0a39670c48bedc25ba45e31dbc92de3dc
tree10f1a4f10ae93ee347b6d47f43a56bb61f746444
parentd95fdd9f1faaeb31252d92cabecdef1183d3661c
SVG: Fix "SVG graphs report 'No data' for dynamically added CPUs"

Fix #107.
Offline CPU were not properly taken into account when creating SVG
graphs for CPU statistics.
This was because min and max values were not updated for the metrics
(%user, %nice, etc.) This should be done even for offline (and also
tickless) CPUs.

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