From 60e7164b07300a796c943d25f3012ca5a0b67a9c Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 27 Dec 2019 13:58:17 +0100 Subject: [PATCH] sysstat-12.3.1 sysstat version 12.3.1 final packaging. lsm and spec files updated. Changelog added. This version includes new interesting features such as: * the possibility to display system topology (logical core, socket and NUMA node numbers) with mpstat, * statistics for flush I/O operations with iostat, * and the support for SMB2 version of statistics file for the cifsiostat command. It also fixes some bugs concerning iostat and sadf. Enjoy! Signed-off-by: Sebastien GODARD --- CHANGES | 20 +++++++++++++++++++- sysstat-12.2.0.lsm => sysstat-12.3.1.lsm | 14 +++++++------- sysstat-12.2.0.spec => sysstat-12.3.1.spec | 2 +- 3 files changed, 27 insertions(+), 9 deletions(-) rename sysstat-12.2.0.lsm => sysstat-12.3.1.lsm (89%) rename sysstat-12.2.0.spec => sysstat-12.3.1.spec (99%) diff --git a/CHANGES b/CHANGES index f6673c1..db04ab1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,24 @@ Changes: -2019/11/11: Version 12.2.0 - Sebastien Godard (sysstat orange.fr)a +2019/12/27: Version 12.3.1 - Sebastien Godard (sysstat orange.fr) + * [Konstantin Khlebnikov]: iostat: Add flush I/O statistics + (statistics available starting with kernel 5.5). + * mpstat: Add new switch to display system topology. + * mpstat: Allow to select individual CPU/nodes with option -A. + * cifsiostat: Add support for SMB2 version of statistics file. + * mpstat: Add non regression tests. + * tapestat: Add non regression tests. + * cifsiostat: Add non regression tests. + * iostat: Add new non regression tests. + * sadf: Fix double free in check_file_actlst() [12.2.1]. + * sadf: Fix heap overflow in logic2_display_loop() function. + * iostat: Fix wrong unit used in JSON output [12.2.1]. + * [Leo]: Add missing header files when using musl C library [12.2.1]. + * [Albert]: Add missing empty line in FAQ.md file [12.2.1]. + * mpstat and iostat manual pages updated. + * Cosmetic changes. + +2019/11/11: Version 12.2.0 - Sebastien Godard (sysstat orange.fr) * sar/sadc: Save timezone value in binary data files (saDD). * sadf: Display timezone value in output from sadf -H. * sar/sadf: Make sure we will always be able to read file headers diff --git a/sysstat-12.2.0.lsm b/sysstat-12.3.1.lsm similarity index 89% rename from sysstat-12.2.0.lsm rename to sysstat-12.3.1.lsm index c73be57..91187ed 100644 --- a/sysstat-12.2.0.lsm +++ b/sysstat-12.3.1.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 12.2.0 -Entered-date: 2019-11-11 +Version: 12.3.1 +Entered-date: 2019-12-27 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 @@ -29,11 +29,11 @@ Keywords: system administration, system monitoring, sar, sadf, iostat, mpstat, t Author: sysstat@NOSPAM.orange.fr (Sebastien Godard) Maintained-by: sysstat@NOSPAM.orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 1195kiB sysstat-12.2.0.tar.gz - 955kiB sysstat-12.2.0.tar.bz2 - 685kiB sysstat-12.2.0.tar.xz - 1130kiB sysstat-12.2.0-1.src.rpm - 401kiB sysstat-12.2.0-1.x86_64.rpm + 1218kiB sysstat-12.3.1.tar.gz + 972kiB sysstat-12.3.1.tar.bz2 + 695kiB sysstat-12.3.1.tar.xz + 1152kiB sysstat-12.3.1-1.src.rpm + 403kiB sysstat-12.3.1-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-12.2.0.spec b/sysstat-12.3.1.spec similarity index 99% rename from sysstat-12.2.0.spec rename to sysstat-12.3.1.spec index 5e8b344..5681605 100644 --- a/sysstat-12.2.0.spec +++ b/sysstat-12.3.1.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 12.2.0 +Version: 12.3.1 Release: 1 License: GPL Group: Applications/System -- 2.40.0