From: Sebastien GODARD Date: Thu, 18 Apr 2019 07:39:17 +0000 (+0200) Subject: sysstat-12.1.4 X-Git-Tag: v12.1.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e36727f301fd3ee78acdd1195864d8ec23b5eaeb;p=sysstat sysstat-12.1.4 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 --- diff --git a/CHANGES b/CHANGES index 32002a8..2d21023 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,32 @@ Changes: +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 + 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 orange.fr) * sadf: SVG: Add new "customcol" and "bwcol" options. These options enable the user to select distinct color palettes to draw the diff --git a/sysstat-12.1.3.lsm b/sysstat-12.1.4.lsm similarity index 89% rename from sysstat-12.1.3.lsm rename to sysstat-12.1.4.lsm index ddc0100..4a36532 100644 --- a/sysstat-12.1.3.lsm +++ b/sysstat-12.1.4.lsm @@ -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 diff --git a/sysstat-12.1.3.spec b/sysstat-12.1.4.spec similarity index 99% rename from sysstat-12.1.3.spec rename to sysstat-12.1.4.spec index a09ff88..f349452 100644 --- a/sysstat-12.1.3.spec +++ b/sysstat-12.1.4.spec @@ -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