From 2a15f84080ae92d06a06a92992814bd6a028fdd7 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 6 Apr 2018 14:30:23 +0200 Subject: [PATCH] sysstat-11.7.3 sysstat version 11.7.3 final packaging. lsm and spec files updated. Changelog added. This version has improved support for offline/online CPU (sar/sadf and mpstat). It also adds a new option to sar (option "-z") to omit output for any devices for which there was no activity during the sample period (this option already existed for iostat). Last it contains several important bug fixes, among them: o A possible crash related to the new binary format used by sar, which could happen when buffers needed to be reallocated to accomodate more devices added to the system, o The %CPU value displayed by pidstat for processes using more than 100% of a core. Signed-off-by: Sebastien GODARD --- CHANGES | 26 ++++++++++++++++++++++ sysstat-11.7.2.lsm => sysstat-11.7.3.lsm | 14 ++++++------ sysstat-11.7.2.spec => sysstat-11.7.3.spec | 2 +- 3 files changed, 34 insertions(+), 8 deletions(-) rename sysstat-11.7.2.lsm => sysstat-11.7.3.lsm (89%) rename sysstat-11.7.2.spec => sysstat-11.7.3.spec (99%) diff --git a/CHANGES b/CHANGES index 192cfbf..82ef350 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,31 @@ Changes: +2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat orange.fr) + * sar: Fix possible crash happening when buffers needed to be + reallocated to accomodate more devices. + * sar/sadf/mpstat: Compute global CPU statistics as the sum of individual + CPU ones. + * mpstat: Compute statistics for node "all" as the sum of individual + CPU statistics. + * sar: Add new "-z" option, which tells sar to omit output for any + devices for which there was no activity during the sample period. + * sar/sadf: Now better take into account offline and online CPU when + displaying softnet statistics. + * sadc: Shrink size of sadc binary file by compiling out unneeded + functions. + * sadf: Change raw format output to be CSV compliant. + * sadf: Reorder some values displayed in debug mode/raw format. + * Add initial support for major numbers > 255. + * Update sysstat.ioconf devices list. + * mpstat: Remove option "-P ON". mpstat now displays only online CPU by + default. + * sar and mpstat manual pages updated. + * pidstat: Report CPU usage for a process as the sum of all threads + [11.6.3] [11.4.9]. + * sar: Change condition used in workaround for CPU coming back online + [11.6.3] [11.4.9]. + * NLS updated: Various translations updated. + 2018/02/12: Version 11.7.2 - Sebastien Godard (sysstat orange.fr) * sadf: Rewrite function used to convert an old binary data file to the up-to-date format. diff --git a/sysstat-11.7.2.lsm b/sysstat-11.7.3.lsm similarity index 89% rename from sysstat-11.7.2.lsm rename to sysstat-11.7.3.lsm index 084e2e1..70e4ae2 100644 --- a/sysstat-11.7.2.lsm +++ b/sysstat-11.7.3.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 11.7.2 -Entered-date: 2018-02-12 +Version: 11.7.3 +Entered-date: 2018-04-06 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/ - 629kiB sysstat-11.7.2.tar.gz - 537kiB sysstat-11.7.2.tar.bz2 - 474kiB sysstat-11.7.2.tar.xz - 638kiB sysstat-11.7.2-1.src.rpm - 371kiB sysstat-11.7.2-1.x86_64.rpm + 706kiB sysstat-11.7.3.tar.gz + 610kiB sysstat-11.7.3.tar.bz2 + 531kiB sysstat-11.7.3.tar.xz + 714kiB sysstat-11.7.3-1.src.rpm + 369kiB sysstat-11.7.3-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-11.7.2.spec b/sysstat-11.7.3.spec similarity index 99% rename from sysstat-11.7.2.spec rename to sysstat-11.7.3.spec index 8cb9df6..168899b 100644 --- a/sysstat-11.7.2.spec +++ b/sysstat-11.7.3.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 11.7.2 +Version: 11.7.3 Release: 1 License: GPL Group: Applications/System -- 2.40.0