From: Sebastien GODARD Date: Fri, 10 Apr 2020 07:37:28 +0000 (+0200) Subject: sysstat-12.3.2 X-Git-Tag: v12.3.2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2153a1b829472711f460a3500aa39e9d708223d0;p=sysstat sysstat-12.3.2 sysstat version 12.3.2 final packaging. lsm and spec files updated. Changelog added. pidstat and cifsiostat commands have been largely rewritten in this version. In particular they now use a linked list with dynamic allocation for all the items being monitored. Memory footprint should be reduced. Last, several bugs have been fixed in pidstat. Signed-off-by: Sebastien GODARD --- diff --git a/CHANGES b/CHANGES index db04ab1..15f5628 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,19 @@ Changes: +2020/04/10: Version 12.3.2 - Sebastien Godard (sysstat orange.fr) + * pidstat: Major code refactoring. Several bugs fixed. + * pidstat: Don't display unneeded spaces following command name + when option -l is used. + * cifsiostat: Major code refactoring. + * simtest: Add test environment for pidstat command. + * simtest: Add new non regression tests for iostat command. + * pidstat: Remove extra space at end of command name [12.2.2]. + * [Anatoly Pugachev]: Fix sa2 script, so it wont complain on empty list + for compress program [12.2.2]. + * iostat: Make sure pointer on linked list is initialized [12.2.2]. + * [Fabrice Fontaine]: Makefile: Link with -lintl if needed [12.2.2]. + * NLS translation updated. + 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). diff --git a/sysstat-12.3.1.lsm b/sysstat-12.3.2.lsm similarity index 89% rename from sysstat-12.3.1.lsm rename to sysstat-12.3.2.lsm index 91187ed..af34cde 100644 --- a/sysstat-12.3.1.lsm +++ b/sysstat-12.3.2.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 12.3.1 -Entered-date: 2019-12-27 +Version: 12.3.2 +Entered-date: 2020-04-10 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/ - 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 + 1320kiB sysstat-12.3.2.tar.gz + 1045kiB sysstat-12.3.2.tar.bz2 + 725kiB sysstat-12.3.2.tar.xz + 1252kiB sysstat-12.3.2-1.src.rpm + 401kiB sysstat-12.3.2-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-12.3.1.spec b/sysstat-12.3.2.spec similarity index 99% rename from sysstat-12.3.1.spec rename to sysstat-12.3.2.spec index 5681605..f44293c 100644 --- a/sysstat-12.3.1.spec +++ b/sysstat-12.3.2.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 12.3.1 +Version: 12.3.2 Release: 1 License: GPL Group: Applications/System