]> granicus.if.org Git - sysstat/commit
SVG: Fix graphs for swap space utilization statistics
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 25 Jun 2017 07:31:35 +0000 (09:31 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 25 Jun 2017 07:31:35 +0000 (09:31 +0200)
commitf91decf2e751006b8eb2e48e81c666a709af76a4
tree93fd28704835a3ba8948c9361fef46a3029ddfbf
parent5a5b39c8d3b3baac3413aa41cb11376cd27b4348
SVG: Fix graphs for swap space utilization statistics

Commit 8b71682 added a new metric to sar's memory report (available free
memory). This new metric caused a shift in the array containing data to
be drawn that wasn't properly taken into account (see commit f90adb6).
As a consequence graphs for swap space utilisation statistics (those
corresponding to sar -S output) were wrong.
This patch fixes the problem by using the right position in data array.

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