]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.1.4 v12.1.4
authorSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 18 Apr 2019 07:39:17 +0000 (09:39 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 18 Apr 2019 07:39:17 +0000 (09:39 +0200)
sysstat version 12.1.4 final packaging.
lsm and spec files updated.
Changelog added.

This version adds initial support for PCP (Performance Co-Pilot) output
format. sadf can now export part of its data to a PCP archive file.
This support is still experimental and will be completed in next sysstat
version.

This version also fixes several bugs. The major ones are:
* autofs entries in /etc/mtab are now ignored so that sar/sadf don't
mount the corresponding filesystems when reading their statistics.
* JSON output for iostat and mpstat has been improved so that the
commands can be interrupted with ^C (SIGINT signal) and we still get a
valid JSON output.

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

diff --git a/CHANGES b/CHANGES
index 32002a8778b27343d905f6cc2a5577b7016987c6..2d210238a100ac12c168ca5571dc81aaff6a9321 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,32 @@
 Changes:
 
+2019/04/18: Version 12.1.4 - Sebastien Godard (sysstat <at> 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
+         its new option "-l".
+       * configure: Add option --disable-pcp to configuration scripts.
+       * [Ondrej Dubaj]: sar/sadc: Ignore autofs entries in /etc/mtab [12.0.4].
+       * [Huang Ying]: mpstat: Fix missing "}" and "]" in JSON output when
+         stopped by SIGINT [12.0.4].
+       * iostat: Add a SIGINT handler so that JSON output can be terminated
+         properly when the user presses Ctrl/C [12.0.4].
+       * sadf: Fix segmentation fault error when trying to display XML or JSON
+         data using a file which contains only RESTART records [12.0.4].
+       * mpstat: JSON output should display "all" for CPU number for global
+         CPU utilization [12.0.4].
+       * [Danny Smit]: Add umask sysconfig variable for sa1 and sa2 [12.0.4].
+       * configure: Don't check for sensors library if --disable-sensors
+         option is used [12.0.4].
+       * sadf: Don't test for activities available in file if only the header
+         needs to be displayed [12.0.4].
+       * sadf: Make code more independent from the selected output format.
+       * sar/sadc: Make sure number of items are always counted for certain
+         activities (like A_CPU) even if they are not collected.
+       * Fix many alerts reported by LGTM.
+       * sadc and sadf manual pages updated.
+       * Makefile updated.
+       * json_stats.h: Replace XML -> JSON [12.0.4].
+
 2019/02/15: Version 12.1.3 - Sebastien Godard (sysstat <at> orange.fr)
        * sadf: SVG: Add new "customcol" and "bwcol" options. These options
          enable the user to select distinct color palettes to draw the
similarity index 89%
rename from sysstat-12.1.3.lsm
rename to sysstat-12.1.4.lsm
index ddc01001899e74eb0bf01e6a4f6fac898832ab99..4a3653278b97f4243da3caa43a0009529a06ffb5 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       12.1.3
-Entered-date:  2019-02-15
+Version:       12.1.4
+Entered-date:  2019-04-18
 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/
-               704kiB sysstat-12.1.3.tar.gz
-               613kiB sysstat-12.1.3.tar.bz2
-               542kiB sysstat-12.1.3.tar.xz
-               713kiB sysstat-12.1.3-1.src.rpm
-               381kiB sysstat-12.1.3-1.x86_64.rpm
+               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
 Alternate-site:
 Copying-policy:        GPL
 End
similarity index 99%
rename from sysstat-12.1.3.spec
rename to sysstat-12.1.4.spec
index a09ff88cba6275b0772570ca14205cc77049e59c..f3494528a7197016d68096dd0eec61be85bbca8e 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
 Name:          sysstat
-Version:       12.1.3
+Version:       12.1.4
 Release:       1
 License:       GPL
 Group:                 Applications/System