Name: | sysstat |
---|---|
Version: | 12.5.4 |
Release: | 9.0.2.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1777285 |
License: | GPLv2+ |
RPM: | sysstat-12.5.4-9.0.2.el9.aarch64.rpm |
Source RPM: | sysstat-12.5.4-9.0.2.el9.src.rpm |
Build Date: | Thu Dec 12 2024 |
Build Host: | build-ol9-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, PCP, 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. |
- pidstat: Fix bogus %usr values in pidstat output. [Orabug: 36843921] - pidstat: Check if user time values are greater than guest time ones to prevent bogus values being displayed. [Orabug: 36843921]
- add mpstat -H option to also display physically hotplugged vCPUs [Orabug: 34683087]
- don't cap SVG graph output at 100% (RHEL-39002)
- fix allocation errors with malformed sa files (RHEL-35684) - reorder patches to prevent errors during their application
- add description of UMASK to man/systat.in (rhbz#2216805)
- fix the arithmetic overflow in allocate_structures() that is still possible on some 32 bit systems (CVE-2023-33204)
- Fix --dec argument validation (rhbz#2080650)