]> granicus.if.org Git - sysstat/history - svg_stats.c
SVG: Add SVG output for I/O and transfer rate statistics
[sysstat] / svg_stats.c
2016-04-16 Sebastien GODARDSVG: Add SVG output for I/O and transfer rate statistics
2016-04-15 Sebastien GODARDSVG: Add SVG output for temperature sensors statistics
2016-04-15 Sebastien GODARDSVG: Add SVG output for fan speed statistics
2016-04-09 Sebastien GODARDSVG: Fix how min and max values are calculated for...
2016-04-07 Sebastien GODARDSVG: Add graphs for %memused, %commit, %swpused and...
2016-04-03 Sebastien GODARDSVG: Add SVG output for queue length and load average...
2016-04-01 Sebastien GODARDSVG: Convert memory metrics to MB
2016-04-01 Sebastien GODARDSVG: Set a min value of 1s for X graduations
2016-04-01 Sebastien GODARDSVG: Add SVG output for memory and swap statistics
2016-04-01 Sebastien GODARDSVG: Update core functions to handle integer metrics
2016-04-01 Sebastien GODARDSVG: Handle integer values in graph caption
2016-04-01 Sebastien GODARDSVG: Remove unused argument from lnappend() function
2016-03-25 Sebastien GODARDSVG: Add SVG output for CPU frequency statistics
2016-03-25 Sebastien GODARDSVG: Set a min value on Y axis
2016-03-19 Sebastien GODARDSVG: Fix "SVG graphs report 'No data' for dynamically...
2016-03-18 Sebastien GODARDSVG: Add SVG output for CPU statistics
2016-03-18 Sebastien GODARDSVG: Update core functions
2016-03-18 Sebastien GODARDSVG: Fix truncated SVG code
2016-03-18 Sebastien GODARDSVG: Update graph colors
2016-03-12 Sebastien GODARDSVG: Remove decimals in Y graduations for bar graphs
2016-03-11 Sebastien GODARDSVG: Handle dynamically (un)registered network interfac...
2016-03-11 Sebastien GODARDSVG: Update SVG output for swap statistics
2016-03-11 Sebastien GODARDMerge branch 'stevekay-master'
2016-03-11 Sebastien GODARDMerge branch 'master' of https://github.com/stevekay...
2016-03-11 Sebastien GODARDSVG: Cosmetic fixes
2016-03-11 Sebastien GODARDSVG: Add graph for %ifutil metrics
2016-03-10 Steve KaySVG: Add SVG output for swap statistics - single in...
2016-03-10 Steve KaySVG: Add SVG output for swap statistics
2016-03-09 Sebastien GODARDSVG: Beautify code a bit in svg_stats.c
2016-03-06 Sebastien GODARDSVG: Fix invalid use of attribute vector-effect
2016-03-05 Sebastien GODARDSVG: Handle dynamically (un)registered network interfaces
2016-03-05 Sebastien GODARDMerge branch 'svg2' of https://github.com/stevekay...
2016-03-05 Steve Kayminor typo where attribute value was not surrounded...
2016-03-04 Sebastien GODARDSVG: Draw txkB/s and rxkB/s network metrics to scale
2016-02-24 Sebastien GODARDMerge branch 'iso-time-fmt' of https://github.com/ynami...
2016-02-24 Sebastien GODARDSVG: Add SVG output for network statistics
2016-02-24 Sebastien GODARDSVG: Free graphs structures only when all graphs have...
2016-02-24 Sebastien GODARDSVG: Add item name in graph title
2016-02-24 Sebastien GODARDSVG: Explicitly pass structures to be compared
2016-02-22 Sebastien GODARDSVG: Check index in svg_colors[] array
2016-02-22 Sebastien GODARDSVG: Init newly allocated strings
2016-02-21 Sebastien GODARDSVG: Add SVG output for paging statistics
2016-02-21 Sebastien GODARDFix comment
2016-02-21 Sebastien GODARDSVG: Create common functions
2016-02-21 Sebastien GODARDSVG: Change colors order
2016-02-19 Sebastien GODARDSVG: Handle files with orphan samples properly
2016-02-19 Sebastien GODARDSVG: Fix background H lines when all values are zero
2016-02-19 Sebastien GODARDSVG: Fix Y axis scale graduations for small values
2016-02-19 Sebastien GODARDSVG: Add SVG output for task creation and system switch...