From 94388af3677e4f0d1c94b3bbd7a3af5b23fd6372 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Mon, 14 Aug 2017 08:41:47 +0200 Subject: [PATCH] sysstat-11.6.0 sysstat version 11.6.0 final packaging. lsm and spec files updated. Changelog added. NOTE: Other stable versions (11.2.12 and 11.4.6) also exist and will be available for download from my web site: http://pagesperso-orange.fr/sebastien.godard/ Signed-off-by: Sebastien GODARD --- CHANGES | 14 +++++++ nls/sysstat.pot | 45 ++++++++++++---------- sysstat-11.5.7.lsm => sysstat-11.6.0.lsm | 14 +++---- sysstat-11.5.7.spec => sysstat-11.6.0.spec | 2 +- 4 files changed, 47 insertions(+), 28 deletions(-) rename sysstat-11.5.7.lsm => sysstat-11.6.0.lsm (89%) rename sysstat-11.5.7.spec => sysstat-11.6.0.spec (99%) diff --git a/CHANGES b/CHANGES index b954139..5aebb27 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,19 @@ Changes: +2017/08/14: Version 11.6.0 - Sebastien Godard (sysstat orange.fr) + * pidstat: Add new option (-e) which can be used to pass a program + to execute and make pidstat monitor it. + * pidstat: Add new option (-H) to display timestamps in seconds + since the Epoch. + * pidstat manual page updated. + * Revert "ARM: Fix sadc crash because of unaligned memory accesses". + The fix may cause segmentation faults in some cases [11.4.6] + [11.2.12]. + * Add BUG_REPORT template file. + * README file updated. + * Cosmetic changes in code. + * lsm file updated [11.4.6] [11.2.12]. + 2017/07/05: Version 11.5.7 - Sebastien Godard (sysstat orange.fr) * iostat: Add new "-s" switch used to display a short (narrow) version of the report that should fit in 80 chars wide screens. diff --git a/nls/sysstat.pot b/nls/sysstat.pot index 971b17e..a66c782 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: 2017-07-05 10:38+0200\n" +"POT-Creation-Date: 2017-08-14 08:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,8 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: iostat.c:86 cifsiostat.c:70 sar.c:96 mpstat.c:126 pidstat.c:87 -#: tapestat.c:95 +#: iostat.c:86 cifsiostat.c:70 mpstat.c:126 sar.c:96 tapestat.c:95 #, c-format msgid "Usage: %s [ options ] [ [ ] ]\n" msgstr "" @@ -50,7 +49,7 @@ msgstr "" msgid "Cannot find disk data\n" msgstr "" -#: iostat.c:1812 sa_common.c:1588 +#: iostat.c:1812 sa_common.c:1590 #, c-format msgid "Invalid type of persistent device name\n" msgstr "" @@ -108,6 +107,18 @@ msgid "" "[ --human ] [ -h ] [ -k | -m ] [ -t ] [ -V ]\n" msgstr "" +#: mpstat.c:129 +#, c-format +msgid "" +"Options are:\n" +"[ -A ] [ -n ] [ -u ] [ -V ] [ -I { SUM | CPU | SCPU | ALL } ]\n" +"[ -N { | ALL } ] [ -o JSON ] [ -P { | ON | ALL } ]\n" +msgstr "" + +#: mpstat.c:1672 sar.c:358 pidstat.c:2406 +msgid "Average:" +msgstr "" + #: sadf.c:87 #, c-format msgid "" @@ -290,10 +301,6 @@ msgstr "" msgid "End of data collecting unexpected\n" msgstr "" -#: sar.c:358 mpstat.c:1672 pidstat.c:2397 -msgid "Average:" -msgstr "" - #: sar.c:813 #, c-format msgid "Using a wrong data collector from a different sysstat version\n" @@ -309,29 +316,21 @@ msgstr "" msgid "Requested activities not available\n" msgstr "" -#: sar.c:1351 +#: sar.c:1347 #, c-format msgid "-f and -o options are mutually exclusive\n" msgstr "" -#: sar.c:1357 +#: sar.c:1353 #, c-format msgid "Not reading from a system activity file (use -f option)\n" msgstr "" -#: sar.c:1493 +#: sar.c:1489 #, c-format msgid "Cannot find the data collector (%s)\n" msgstr "" -#: mpstat.c:129 -#, c-format -msgid "" -"Options are:\n" -"[ -A ] [ -n ] [ -u ] [ -V ] [ -I { SUM | CPU | SCPU | ALL } ]\n" -"[ -N { | ALL } ] [ -o JSON ] [ -P { | ON | ALL } ]\n" -msgstr "" - #: sa_conv.c:69 #, c-format msgid "Cannot convert the format of this file\n" @@ -363,11 +362,17 @@ msgid "" "File successfully converted to sysstat format version %s\n" msgstr "" +#: pidstat.c:87 +#, c-format +msgid "" +"Usage: %s [ options ] [ [ ] ] [ -e ]\n" +msgstr "" + #: pidstat.c:90 #, c-format msgid "" "Options are:\n" -"[ -d ] [ -h ] [ -I ] [ -l ] [ -R ] [ -r ] [ -s ] [ -t ] [ -U " +"[ -d ] [ -H ] [ -h ] [ -I ] [ -l ] [ -R ] [ -r ] [ -s ] [ -t ] [ -U " "[ ] ]\n" "[ -u ] [ -V ] [ -v ] [ -w ] [ -C ] [ -G ] [ --" "human ]\n" diff --git a/sysstat-11.5.7.lsm b/sysstat-11.6.0.lsm similarity index 89% rename from sysstat-11.5.7.lsm rename to sysstat-11.6.0.lsm index 575aaf0..1568e83 100644 --- a/sysstat-11.5.7.lsm +++ b/sysstat-11.6.0.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 11.5.7 -Entered-date: 2017-07-05 +Version: 11.6.0 +Entered-date: 2017-08-14 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/ - 600kiB sysstat-11.5.7.tar.gz - 513kiB sysstat-11.5.7.tar.bz2 - 457kiB sysstat-11.5.7.tar.xz - 608kiB sysstat-11.5.7-1.src.rpm - 357kiB sysstat-11.5.7-1.x86_64.rpm + 602kiB sysstat-11.6.0.tar.gz + 513kiB sysstat-11.6.0.tar.bz2 + 458kiB sysstat-11.6.0.tar.xz + 610kiB sysstat-11.6.0-1.src.rpm + 357kiB sysstat-11.6.0-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-11.5.7.spec b/sysstat-11.6.0.spec similarity index 99% rename from sysstat-11.5.7.spec rename to sysstat-11.6.0.spec index 7f12ed1..d329bf1 100644 --- a/sysstat-11.5.7.spec +++ b/sysstat-11.6.0.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 11.5.7 +Version: 11.6.0 Release: 1 License: GPL Group: Applications/System -- 2.40.0