Sysstat 12.7.9
07 Dec 2025
This version fixes a bug with pgsteal values displayed by sar
which were twice too large with recent kernels.
This version also accepts Truecolor (RGB) SGR codes, allowing for a
wider range of colors in sysstat commands output.
Apart from that, this version is mainly a technical one, taking into
account several suggestions made by Le Chat from Mistral AI.
Changelog
- sar: Fix pgsteal/s double value with recent kernels.
- Allow Truecolor (RGB) SGR codes in sysstat commands output.
- Don’t display newline character within SGR-formatted text.
- Rework several functions based on Mistral AI Le Chat’s suggestions.
- Jun Lyu: Fix missing dependencies in Makefile.in.
- mpstat: No longer call get_HZ() function.
- sar: Close file descriptors on fork() error.
- Fix version number in sysstat.xsd document.
- Check passed args in some functions.
- common.c: Include ioconf.h header file only if SOURCE_SADC is defined.
- Mark various variables as constant.
- Improve code clarity and readability.
- Exit if calling sysconf() function fails.
- Create format strings using string’s real max value.
- simtest: Fix gcc warning in legacy sar version.
- Update sar and sadf manual page.
- Update FAQ.
- NLS: Translations updated.
- Update non regression tests.
Download