]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.1.6 v12.1.6
authorSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 14 Aug 2019 16:35:09 +0000 (18:35 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Wed, 14 Aug 2019 16:35:09 +0000 (18:35 +0200)
sysstat version 12.1.6 final packaging.
lsm and spec files updated.
Changelog added.

In this version, the iostat command has been heavily modified for better
performance. In particular devices structures are now dynamically allocated
to make sure you won't miss a device if many of them are added to the
system while iostat is running. Also sysstat test environment now
includes a large set of non regression tests for iostat.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
CHANGES
sysstat-12.1.6.lsm [moved from sysstat-12.1.5.lsm with 89% similarity]
sysstat-12.1.6.spec [moved from sysstat-12.1.5.spec with 99% similarity]

diff --git a/CHANGES b/CHANGES
index d7d2cb57a1d0afddfedc77d89198a678cabd642f..790590c2654cb01022c85297a85ff4069c152929 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,31 @@
 Changes:
 
+2019/08/14: Version 12.1.6 - Sebastien Godard (sysstat <at> orange.fr)
+       * iostat: Major code refactoring. Devices structures are now
+         dynamically allocated, better handle the case when devices are
+         removed then inserted again in the system, better command line
+         parsing, better handle devices with a slash in their name.
+       * sar/sadf: Allow to select individual CPU and/or interrupts when
+         option -A is used.
+       * sar: Better handle the case when Fibre Channel hosts are added to
+         the system.
+       * [Alexandros Kosiaris]: sadc: Check if InCsumErrors is present for
+         EICMP as well [12.0.6].
+       * sar: Fix sar -s/-e output on datafiles spanning two consecutive days.
+       * sadf: XML: Fix bad transmission words statistics for Fibre Channel
+         hosts [12.0.6].
+       * sadf: Fix memory corruption bug due to integer overflow in
+         remap_struct() function.
+       * iostat: Fix wrong CPU statistics displayed for the first sample
+         when option -y is used [12.0.6].
+       * iostat: Make sure UUID given on the command line is not taken as
+         interval value [12.0.6].
+       * Allow more space for persistent type directory names [12.0.6].
+       * Update sysstat simulation test environment (new tests added, etc.)
+       * sar manual page updated.
+       * Various cosmetic fixes (comments updated in code, etc.)
+       * NLS updated.
+
 2019/05/31: Version 12.1.5 - Sebastien Godard (sysstat <at> orange.fr)
        * sadf: Support completed for PCP (Performance Co-Pilote) output format.
        * Add sysstat simulation test environment.
similarity index 89%
rename from sysstat-12.1.5.lsm
rename to sysstat-12.1.6.lsm
index 00eba19409fdc773c33ed8805b03e048a42183ce..ae8d5b71e450768cb81b56dd13d2aefb2f80df4b 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       12.1.5
-Entered-date:  2019-05-31
+Version:       12.1.6
+Entered-date:  2019-08-14
 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/
-               996kiB sysstat-12.1.5.tar.gz
-               798kiB sysstat-12.1.5.tar.bz2
-               638kiB sysstat-12.1.5.tar.xz
-               945kiB sysstat-12.1.5-1.src.rpm
-               398kiB sysstat-12.1.5-1.x86_64.rpm
+               1057kiB sysstat-12.1.6.tar.gz
+               843kiB sysstat-12.1.6.tar.bz2
+               665kiB sysstat-12.1.6.tar.xz
+               1000kiB sysstat-12.1.6-1.src.rpm
+               398kiB sysstat-12.1.6-1.x86_64.rpm
 Alternate-site:
 Copying-policy:        GPL
 End
similarity index 99%
rename from sysstat-12.1.5.spec
rename to sysstat-12.1.6.spec
index 4517014e8eadefe117f8bd08ee75985282f580a1..4a13c4aa036eb40de7dbba40b0a3f7c9a539d58e 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
 Name:          sysstat
-Version:       12.1.5
+Version:       12.1.6
 Release:       1
 License:       GPL
 Group:                 Applications/System