Sysstat 12.7.6
03 Jul 2024
This version brings improvements mainly to sadf’s SVG output format.
In particular the long-standing problem with oversized SVG canvas height
has been fixed here.
Also note that sar’s retrans/s field used in the A_NET_ETCP report has
been renamed to retrseg/s to avoid confusion with another field with
the same name used in the A_NET_NFS report.
Changelog
- sar/sadf: A_NET_ETCP: Rename retrans/s field to retrseg/s because it was already used in A_NET_NFS report.
- sadf: SVG: Fix oversized SVG canvas height.
- sadf: Don’t cap SVG graph output at 100%.
- sadf: A_NET_SOFT: Don’t display graphs for offline CPU.
- sadf: SVG: Don’t ignore other views when one has to be skipped.
- sadf: Make sure structures will be alloacated for every installed CPU.
- sadf: Define MIN_CANVAS_HEIGHT constant.
- sar: Display min/max values only when available.
- Define macros for CPU manipulation.
- SREALLOC() macro: Make sure size is not zero.
- Fix a warning given by gcc v13 with -fanalyzer option.
- Eli Schwartz: configure.ac: fix erroneous bashisms.
- sar manual page updated.
- DTD and XSD documents updated.
- Year updated in copyright messages.
- Other cosmetic changes in code.
- FAQ and README files updated.
- Non regression tests updated. New tests added.
Download