]> granicus.if.org Git - sysstat/commitdiff
sysstat-11.7.3 v11.7.3
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 6 Apr 2018 12:30:23 +0000 (14:30 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 6 Apr 2018 12:30:23 +0000 (14:30 +0200)
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 <sysstat@users.noreply.github.com>
CHANGES
sysstat-11.7.3.lsm [moved from sysstat-11.7.2.lsm with 89% similarity]
sysstat-11.7.3.spec [moved from sysstat-11.7.2.spec with 99% similarity]

diff --git a/CHANGES b/CHANGES
index 192cfbfbd9121a026281a34ba18a8a089209e3c7..82ef350456eb81d685d48d6fb6faabcac3fe099b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,31 @@
 Changes:
 
+2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat <at> 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 <at> orange.fr)
        * sadf: Rewrite function used to convert an old binary data file to
          the up-to-date format.
similarity index 89%
rename from sysstat-11.7.2.lsm
rename to sysstat-11.7.3.lsm
index 084e2e1c0ef1a57621c33ba4054b11bd26d31abe..70e4ae2ec2a915f9b6e5444303233068d128fe6a 100644 (file)
@@ -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
similarity index 99%
rename from sysstat-11.7.2.spec
rename to sysstat-11.7.3.spec
index 8cb9df610209c294021ce002bc5ffb8a32d96465..168899b4875d09ac8f3479d45435e0c526be99c7 100644 (file)
@@ -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