From: Sebastien GODARD Date: Fri, 31 May 2019 07:00:08 +0000 (+0200) Subject: sysstat-12.1.5 X-Git-Tag: v12.1.5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f81e09e76e5ff0ddbcf442c73340f6417c121c2;p=sysstat sysstat-12.1.5 sysstat version 12.1.5 final packaging. lsm and spec files updated. Changelog added. This version completes the support for PCP (Performance Co-Pilote) output format with sadf: All statistics collected by sar/sadc can now be exported to a PCP archive file. This version also includes now a simulation test environment. This makes it possible to run non regression tests with reproducible results. The tests are run in a simulated environment composed of kernel files with predefined values. For now, only non regression tests have been added for sar, sadc and sadf commands. Yet they have permitted to identify several bugs which have been fixed here and also backported to version 12.0.5. Signed-off-by: Sebastien GODARD --- diff --git a/CHANGES b/CHANGES index 2d21023..d7d2cb5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,28 @@ Changes: +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. + * Add non regression tests. + * sar: Use nanoseconds to choose between saDD and saYYYYMMDD files. + * sar/sadf: Time used by options -s/-e no longer depends on the timezone + value. + * sar: Add missing %gnice CPU value for tickless CPU [12.0.5]. + * sar: Better detect if a disk has been unregistered then registered + again [12.0.5]. + * sar: Allow option -i when no input file is specified [12.0.5]. + * sadc: Fix bad number of CPU displayed in a LINUX RESTART message [12.0.5]. + * sadf: Fix SVG output for filesystem statistics when the user asked for + the mount point to be displayed ("-F MOUNT") [12.0.5]. + * sadf: Fix PCP and SVG output for filesystem statistics. + * iostat: Fix invalid JSON output when option -y is used [12.0.5]. + * iostat: Fix regression for groups of devices which were no longer displayed + in the report with option -g. + * sar: Cosmetic fix in manual page [12.0.5]. + * sadf manual page updated. + * FAQ updated. + * Cosmectic changes in code [12.0.5]. + 2019/04/18: Version 12.1.4 - Sebastien Godard (sysstat orange.fr) * sadf: Add initial support for PCP (Performance Co-Pilote). sadf can now export some of its data to a PCP archive file with diff --git a/sysstat-12.1.4.lsm b/sysstat-12.1.5.lsm similarity index 89% rename from sysstat-12.1.4.lsm rename to sysstat-12.1.5.lsm index 4a36532..00eba19 100644 --- a/sysstat-12.1.4.lsm +++ b/sysstat-12.1.5.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 12.1.4 -Entered-date: 2019-04-18 +Version: 12.1.5 +Entered-date: 2019-05-31 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/ - 720kiB sysstat-12.1.4.tar.gz - 630kiB sysstat-12.1.4.tar.bz2 - 551kiB sysstat-12.1.4.tar.xz - 728kiB sysstat-12.1.4-1.src.rpm - 395kiB sysstat-12.1.4-1.x86_64.rpm + 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 Alternate-site: Copying-policy: GPL End diff --git a/sysstat-12.1.4.spec b/sysstat-12.1.5.spec similarity index 99% rename from sysstat-12.1.4.spec rename to sysstat-12.1.5.spec index f349452..4517014 100644 --- a/sysstat-12.1.4.spec +++ b/sysstat-12.1.5.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 12.1.4 +Version: 12.1.5 Release: 1 License: GPL Group: Applications/System