parent
46ec24e66d
commit
990bef3e20
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v12.3.1.tar.gz
|
||||
/v12.5.3.tar.gz
|
||||
/v12.5.4.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v12.5.3.tar.gz) = 3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5
|
||||
SHA512 (v12.5.4.tar.gz) = c051f136d404684a21b11e968968e34f0f114b4568369c6449c64b7745269065a3dc492039ded7c415fe39970aca54cc81646589b0959ade43e9be6f6cd4c0dc
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Collection of performance monitoring tools for Linux
|
||||
Name: sysstat
|
||||
Version: 12.5.3
|
||||
Version: 12.5.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||
@ -28,7 +28,7 @@ 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.).
|
||||
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.
|
||||
@ -85,6 +85,9 @@ fi
|
||||
%{_localstatedir}/log/sa
|
||||
|
||||
%changelog
|
||||
* Tue Jun 08 2021 Nathan Scott <nathans@redhat.com> - 12.5.4-1
|
||||
- update to v12.5.4 (#1968635)
|
||||
|
||||
* Mon Mar 15 2021 Nathan Scott <nathans@redhat.com> - 12.5.3-1
|
||||
- update to v12.5.3 (#1822907)
|
||||
- enable Performance Co-Pilot (PCP) archive output option
|
||||
|
Loading…
Reference in New Issue
Block a user