From 0db89ae03acfbe31e13ca59e93ac3d3c36776111 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 3 Aug 2018 08:53:57 +0200 Subject: [PATCH] sysstat-12.0.0 sysstat version 12.0.0 final packaging. lsm file updated. Typo fixed in sadf.c. Changelog added. Version 12.0.0 mainly focuses on SVG output from the sadf command, with a lot of bugfixes and the addition of a new option ("showtoc") that will enable the user to quickly navigate through graphs. Version 12.0.0 is also the first stable version that includes the new, compact and flexible binary format for sar. Signed-off-by: Sebastien GODARD --- CHANGES | 24 ++++++++++++++++++++++++ nls/sysstat.pot | 2 +- sadf.c | 2 +- sysstat-11.7.4.lsm => sysstat-12.0.0.lsm | 14 +++++++------- 4 files changed, 33 insertions(+), 9 deletions(-) rename sysstat-11.7.4.lsm => sysstat-12.0.0.lsm (89%) diff --git a/CHANGES b/CHANGES index e90fb5b..9885c5f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,29 @@ Changes: +2018/08/03: Version 12.0.0 - Sebastien Godard (sysstat orange.fr) + * sadf: SVG: Remove id tag from individual graphs. Use activities + identification numbers for id tags. + * sadf: SVG: Add new option "showtoc", which can be used to display + the list of activities for which there are graphs ("table of + contents"). + * sadf: SVG: Improve output for softnet activity: Add a discontinuity in + graph when corresponding CPU is marked offline. + * sadf: SVG: Improve function used to assess SVG canvas height. + * sadf: SVG: Fix core dumped on buffers reallocation. + * sar/sadf: Devices list management code refactoring. + * sadf: SVG: Display graphs for swap utilization in packed mode [11.6.5]. + * sadf: SVG: Don't take into account activities with no graphs when + calculating canvas height [11.6.5]. + * sadf: SVG: Don't insert a gap in SVG output if an activity is not + displayed [11.6.5]. + * sadf: SVG: Fix possible negative value in graphs coordinates [11.6.5]. + * sa_conv.c: Use write_all() function instead of write() to handle possible + signal interruptions. + * spec file updated: No longer create a debug package. + * Remove many warnings from gcc v7/v8. + * README file updated. + * Manual pages updated. + 2018/06/01: Version 11.7.4 - Sebastien Godard (sysstat orange.fr) * sar/sadf: Add new option "--iface=": Allow the user to select the network interfaces to display. diff --git a/nls/sysstat.pot b/nls/sysstat.pot index f24bad2..5b04d07 100644 --- a/nls/sysstat.pot +++ b/nls/sysstat.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sysstat orange.fr\n" -"POT-Creation-Date: 2018-08-03 08:18+0200\n" +"POT-Creation-Date: 2018-08-03 08:23+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/sadf.c b/sadf.c index a8243e2..1133afe 100644 --- a/sadf.c +++ b/sadf.c @@ -508,7 +508,7 @@ int count_file_items(int ifd, char *file, struct file_magic *file_magic, * Compute the number of rows that will contain SVG views. Usually only one * view is displayed on a row, unless the "packed" option has been entered. * Each activity selected may have several views. Moreover some activities - * may have a number of items that vary within the file: In this case, + * may have a number of items that varies within the file: In this case, * the number of views will depend on the highest number of items saved in * the file. * diff --git a/sysstat-11.7.4.lsm b/sysstat-12.0.0.lsm similarity index 89% rename from sysstat-11.7.4.lsm rename to sysstat-12.0.0.lsm index 810c15a..adcf0e9 100644 --- a/sysstat-11.7.4.lsm +++ b/sysstat-12.0.0.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 11.7.4 -Entered-date: 2018-06-01 +Version: 12.0.0 +Entered-date: 2018-08-03 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/ - 710kiB sysstat-11.7.4.tar.gz - 613kiB sysstat-11.7.4.tar.bz2 - 533kiB sysstat-11.7.4.tar.xz - 718kiB sysstat-11.7.4-1.src.rpm - 370kiB sysstat-11.7.4-1.x86_64.rpm + 766kiB sysstat-12.0.0.tar.gz + 672kiB sysstat-12.0.0.tar.bz2 + 589kiB sysstat-12.0.0.tar.xz + 774kiB sysstat-12.0.0-1.src.rpm + 376kiB sysstat-12.0.0-1.x86_64.rpm Alternate-site: Copying-policy: GPL End -- 2.40.0