]> granicus.if.org Git - sysstat/commit
SVG: Add "oneday" option
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 22 May 2016 08:53:07 +0000 (10:53 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 22 May 2016 08:53:07 +0000 (10:53 +0200)
commit81748fb1a7a798f8006c251b67671d8dbd97ad6a
tree51142018a8c8228c1b1e086c1e4b3d56be282f2e
parent7a89662c2b1fa143e4f90a9db2f5f4cfe2bd3b1b
SVG: Add "oneday" option

This option (to be used with sadf's switch -O) tells sadf to display
graph data over a period of 24 hours.
Hours are still printed in UTC by default, use switch -T to print them
in local time and get a time window going from 00H to 00H, eg.:

sadf -g -T -O oneday -- -A > out.svg

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