]> granicus.if.org Git - sysstat/commit
Close #138: SVG: Allow multiple charts on a row
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 5 Feb 2017 09:07:10 +0000 (10:07 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 5 Feb 2017 09:07:10 +0000 (10:07 +0100)
commite9b691442e1c038c54ce6ea437745e55de287a6c
treefdf475b5718c945b3cebef34c444cb45d32ec058
parent068075f46e620d8d98c7b7ebe2e5e31f9d394dc1
Close #138: SVG: Allow multiple charts on a row

Add a new option ("packed") to tell sadf to put multiple charts on a row
when generating SVG graphs.
In fact, with this option, all charts from the same activity (and for
the same device) will appear on the same row.

E.g.: sadf -g -O packed sa01 -- -A > sa01.svg

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