Skip to content

Commit

Permalink
sysstat-11.5.7
Browse files Browse the repository at this point in the history
sysstat version 11.5.7 final packaging.
CREDITS, lsm and spec files updated.
Changelog added.

NOTE: Stable versions (11.2.11 and 11.4.5) also exist and will be
available for download from my web site:

http:https://pagesperso-orange.fr/sebastien.godard/

The stable versions include only the bug fixes added in sysstat 11.5.7
but not the new features.

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Jul 5, 2017
1 parent ba8bb2f commit 2b2d418
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 37 deletions.
27 changes: 27 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
Changes:

2017/07/05: Version 11.5.7 - Sebastien Godard (sysstat <at> 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.
* iostat: Add new metrics to iostat's extended statistics report.
* iostat: Express requests average size in kB, not sectors.
* iostat: Make JSON output depend on options used.
* iostat: Remove trailing colon following "Device" field name.
* sar/sadf: Metrics from disks report previously expressed in
sectors are now expressed in kB.
* Update DTD/XSD documents.
* SVG: Fix graphs for swap space utilization statistics.
* Display unit with areq-sz metric values when --human option used.
* Display a percent sign after values when --human option used.
* pidstat: Don't stop if /proc/#/schedstat files don't exist.
* Fix ressource leak (CID 144609) [11.4.5] [11.2.11].
* Cast variables to target type before use [11.4.5] [11.2.11].
* Fix buffer overflow when options -s or -e are used with sar
(DEBIAN bug #863197) [11.4.5] [11.2.11].
* SVG: Define a max number of horizontal lines for the background
grid [11.4.5].
* Change default colors to be usable on both dark and light
terminal backgrounds [11.4.5] [11.2.11].
* Start collect and summary systemd services after sysstat.service
[11.4.5] [11.2.11].
* Manual pages updated.
* CREDITS file updated.

2017/05/10: Version 11.5.6 - Sebastien Godard (sysstat <at> orange.fr)
* mpstat: Provide CPU statistics based on NUMA node placement.
* SVG: Add new option: "showinfo".
Expand Down
2 changes: 2 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ I would also thank the following people for their hints or bug reports
(in alphabetical order):

Des Atkinson <Des.Atkinson@met[...].uk>
Alexander Bangert <bangert.alex@gma[...].com>
Sravan Bhamidipati <bsravanin@gma[...].com>
Chuck Blake <cb@mit[...].edu>
Michael Blakeley <mike@bla[...].com>
Expand Down Expand Up @@ -195,6 +196,7 @@ I would also thank the following people for their hints or bug reports
Breno Leitao <breno.leitao@gma[...].com>
Ivo Letzas <letzas@for[...].nu>
Wayne Lin <wlin@mvi[...].com>
Gunnar Lindholm <lindholm.gunnar@gma[...].com>
Neculai Macarie <macarie.neculai@nex[...].com>
Robert Macaulay <Robert_Macaulay@Del[...].com>
Pierre Machard <pmachard@deb[...].org>
Expand Down
60 changes: 31 additions & 29 deletions nls/sysstat.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
"POT-Creation-Date: 2017-05-10 15:57+0200\n"
"POT-Creation-Date: 2017-07-05 10:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: iostat.c:86 cifsiostat.c:70 mpstat.c:126 sar.c:96 pidstat.c:87
#: iostat.c:86 cifsiostat.c:70 sar.c:96 mpstat.c:126 pidstat.c:87
#: tapestat.c:95
#, c-format
msgid "Usage: %s [ options ] [ <interval> [ <count> ] ]\n"
Expand All @@ -27,7 +27,8 @@ msgstr ""
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -s ] [ -t ] [ -V ] [ -x ] [ -y ] "
"[ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ] [ --human ] [ -o JSON ]\n"
"[ [ -H ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ] [ --debuginfo ]\n"
Expand All @@ -37,7 +38,8 @@ msgstr ""
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -s ] [ -t ] [ -V ] [ -x ] [ -y ] "
"[ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ] [ --human ] [ -o JSON ]\n"
"[ [ -H ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ]\n"
Expand All @@ -48,7 +50,7 @@ msgstr ""
msgid "Cannot find disk data\n"
msgstr ""

#: iostat.c:1682 sa_common.c:1587
#: iostat.c:1812 sa_common.c:1588
#, c-format
msgid "Invalid type of persistent device name\n"
msgstr ""
Expand Down Expand Up @@ -77,7 +79,7 @@ msgid "Cannot write system activity file header: %s\n"
msgstr ""

#: sadc.c:763 sadc.c:772 sadc.c:839 ioconf.c:510 rd_stats.c:69
#: sa_common.c:1203 count.c:118
#: sa_common.c:1204 count.c:118
#, c-format
msgid "Cannot open %s: %s\n"
msgstr ""
Expand All @@ -87,7 +89,7 @@ msgstr ""
msgid "Cannot append data to that file (%s)\n"
msgstr ""

#: common.c:78
#: common.c:77
#, c-format
msgid "sysstat version %s\n"
msgstr ""
Expand All @@ -106,18 +108,6 @@ 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 { <node_list> | ALL } ] [ -o JSON ] [ -P { <cpu_list> | ON | ALL } ]\n"
msgstr ""

#: mpstat.c:1672 sar.c:358 pidstat.c:2396
msgid "Average:"
msgstr ""

#: sadf.c:87
#, c-format
msgid ""
Expand All @@ -135,11 +125,11 @@ msgid ""
"[ -- <sar_options> ]\n"
msgstr ""

#: pr_stats.c:2537 pr_stats.c:2548 pr_stats.c:2655 pr_stats.c:2666
#: pr_stats.c:2538 pr_stats.c:2549 pr_stats.c:2656 pr_stats.c:2667
msgid "Summary:"
msgstr ""

#: pr_stats.c:2590
#: pr_stats.c:2591
msgid "Other devices not listed here"
msgstr ""

Expand Down Expand Up @@ -300,6 +290,10 @@ 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"
Expand Down Expand Up @@ -330,6 +324,14 @@ msgstr ""
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 { <node_list> | ALL } ] [ -o JSON ] [ -P { <cpu_list> | ON | ALL } ]\n"
msgstr ""

#: sa_conv.c:69
#, c-format
msgid "Cannot convert the format of this file\n"
Expand Down Expand Up @@ -372,42 +374,42 @@ msgid ""
"[ -p { <pid> [,...] | SELF | ALL } ] [ -T { TASK | CHILD | ALL } ]\n"
msgstr ""

#: sa_common.c:999
#: sa_common.c:1000
#, c-format
msgid "Error while reading system activity file: %s\n"
msgstr ""

#: sa_common.c:1009
#: sa_common.c:1010
#, c-format
msgid "End of system activity file unexpected\n"
msgstr ""

#: sa_common.c:1028
#: sa_common.c:1029
#, c-format
msgid "File created by sar/sadc from sysstat version %d.%d.%d"
msgstr ""

#: sa_common.c:1061
#: sa_common.c:1062
#, c-format
msgid "Invalid system activity file: %s\n"
msgstr ""

#: sa_common.c:1073
#: sa_common.c:1074
#, c-format
msgid "Endian format mismatch\n"
msgstr ""

#: sa_common.c:1077
#: sa_common.c:1078
#, c-format
msgid "Current sysstat version cannot read the format of this file (%#x)\n"
msgstr ""

#: sa_common.c:1206
#: sa_common.c:1207
#, c-format
msgid "Please check if data collecting is enabled\n"
msgstr ""

#: sa_common.c:1399
#: sa_common.c:1400
#, c-format
msgid "Requested activities not available in file %s\n"
msgstr ""
Expand Down
14 changes: 7 additions & 7 deletions sysstat-11.5.6.lsm → sysstat-11.5.7.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
Version: 11.5.6
Entered-date: 2017-05-10
Version: 11.5.7
Entered-date: 2017-07-05
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
Expand Down Expand Up @@ -30,11 +30,11 @@ Keywords: system administration, system monitoring, sar, sadf, iostat, mpstat, t
Author: [email protected] (Sebastien Godard)
Maintained-by: [email protected] (Sebastien Godard)
Primary-site: http:https://pagesperso-orange.fr/sebastien.godard/
597kiB sysstat-11.5.6.tar.gz
511kiB sysstat-11.5.6.tar.bz2
455kiB sysstat-11.5.6.tar.xz
605kiB sysstat-11.5.6-1.src.rpm
354kiB sysstat-11.5.6-1.x86_64.rpm
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
Alternate-site:
Copying-policy: GPL
End
2 changes: 1 addition & 1 deletion sysstat-11.5.6.spec → sysstat-11.5.7.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
Name: sysstat
Version: 11.5.6
Version: 11.5.7
Release: 1
License: GPL
Group: Applications/System
Expand Down

0 comments on commit 2b2d418

Please sign in to comment.