From 2f49200a8de050fe604e65417fe13d52ce2c22c3 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Wed, 14 Aug 2019 18:35:09 +0200 Subject: [PATCH] sysstat-12.1.6 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 --- CHANGES | 26 ++++++++++++++++++++++ sysstat-12.1.5.lsm => sysstat-12.1.6.lsm | 14 ++++++------ sysstat-12.1.5.spec => sysstat-12.1.6.spec | 2 +- 3 files changed, 34 insertions(+), 8 deletions(-) rename sysstat-12.1.5.lsm => sysstat-12.1.6.lsm (89%) rename sysstat-12.1.5.spec => sysstat-12.1.6.spec (99%) diff --git a/CHANGES b/CHANGES index d7d2cb5..790590c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,31 @@ Changes: +2019/08/14: Version 12.1.6 - Sebastien Godard (sysstat 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 orange.fr) * sadf: Support completed for PCP (Performance Co-Pilote) output format. * Add sysstat simulation test environment. diff --git a/sysstat-12.1.5.lsm b/sysstat-12.1.6.lsm similarity index 89% rename from sysstat-12.1.5.lsm rename to sysstat-12.1.6.lsm index 00eba19..ae8d5b7 100644 --- a/sysstat-12.1.5.lsm +++ b/sysstat-12.1.6.lsm @@ -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 diff --git a/sysstat-12.1.5.spec b/sysstat-12.1.6.spec similarity index 99% rename from sysstat-12.1.5.spec rename to sysstat-12.1.6.spec index 4517014..4a13c4a 100644 --- a/sysstat-12.1.5.spec +++ b/sysstat-12.1.6.spec @@ -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 -- 2.40.0