Name: | sysstat |
---|---|
Version: | 11.7.3 |
Release: | 11.0.1.el8 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 1637569 |
License: | GPLv2+ |
RPM: | sysstat-11.7.3-11.0.1.el8.aarch64.rpm |
Source RPM: | sysstat-11.7.3-11.0.1.el8.src.rpm |
Build Date: | Thu Oct 19 2023 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://sebastien.godard.pagesperso-orange.fr/ |
Summary: | Collection of performance monitoring tools for Linux |
Description: | The sysstat package contains the sar, sadf, mpstat, iostat, tapestat, pidstat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity information. The information collected by sar can be saved in a file in a binary format for future inspection. The statistics reported by sar concern I/O transfer rates, paging activity, process-related activities, interrupts, network activity, memory and swap space utilization, CPU utilization, kernel activities and TTY statistics, among others. Both UP and SMP machines are fully supported. The sadf command may be used to display data collected by sar in various formats (CSV, XML, etc.). The iostat command reports CPU utilization and I/O statistics for disks. The tapestat command reports statistics for tapes connected to the system. The mpstat command reports global and per-processor statistics. The pidstat command reports statistics for Linux tasks (processes). The cifsiostat command reports I/O statistics for CIFS file systems. |
- add mpstat -H option to also display physically hotplugged vCPUs [Orabug: 34683071]
- fix the arithmetic overflow in allocate_structures() that is still possible on some 32 bit systems (CVE-2023-33204)
- Fix incorrect CPU usage on ALL CPU field for iowait in mpstat (#2178863)
- add -f flag to force fdatasync() after sa file update (#2153192)
- arithmetic overflow in allocate_structures() on 32 bit systems (CVE-2022-39377)
- Don't trigger autofs mounts when running sadc (#2000910) - sar: Add missing %gnice CPU value for tickless CPU (#2000916) - sadf: Fix seg fault on empty data files (#1910841) - sar: Fix typo in manual page (#1877836)
- Rebuild
- Package onboarded to gating
- Fix memory corruption bug due to integer overflow (#1790608)
- sysstat's buildsystem doesn't really use LDFLAGS, we have to merge CFLAGS and LDFLAGS to get binaries with full RELRO (#1624177)