From: Sebastien GODARD Date: Fri, 1 Jun 2018 08:46:07 +0000 (+0200) Subject: sysstat-11.7.4 X-Git-Tag: v11.7.4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554c9a96e83579502551fda3644329839d70ac7e;p=sysstat sysstat-11.7.4 sysstat version 11.7.4 final packaging. lsm and spec files updated. Changelog added. This version adds several new options to control: o the number of decimal places used by sysstat commands (sar, cifsiostat, iostat, mpstat and pidstat), o the network interfaces, block devices and filesystems for which statistics shall be displayed by sar or sadf. Note that this version also redefines the metric kbmemused (amount of used memory displayed by sar) to be consistent with the output of commands such as top(1) and free(1). See sar's manual page. Signed-off-by: Sebastien GODARD --- diff --git a/CHANGES b/CHANGES index 82ef350..e90fb5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,20 @@ Changes: +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. + * sar/sadf: Add new option "--dev=": Allow the user to select the + block devices to display. + * sar/sadf: Add new option "--fs=": Allow the user to select the + filesystems to display. + * Add new option "--dec=": Allow the user to choose the number of decimal + places to be used by sysstat commands. + * Manual pages updated (sar, sadf, cifsiostat, iostat, mpstat, pidstat). + * sar: Change how used memory (kbmemused) is calculated to be + consistent with free(1) and top(1)'s output [11.6.4] [11.4.10]. + * pidstat: Fix incorrect thread names displayed with -t and -l options + [11.6.4] [11.4.10]. + 2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat orange.fr) * sar: Fix possible crash happening when buffers needed to be reallocated to accomodate more devices. diff --git a/sysstat-11.7.3.lsm b/sysstat-11.7.4.lsm similarity index 89% rename from sysstat-11.7.3.lsm rename to sysstat-11.7.4.lsm index 70e4ae2..810c15a 100644 --- a/sysstat-11.7.3.lsm +++ b/sysstat-11.7.4.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux -Version: 11.7.3 -Entered-date: 2018-04-06 +Version: 11.7.4 +Entered-date: 2018-06-01 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/ - 706kiB sysstat-11.7.3.tar.gz - 610kiB sysstat-11.7.3.tar.bz2 - 531kiB sysstat-11.7.3.tar.xz - 714kiB sysstat-11.7.3-1.src.rpm - 369kiB sysstat-11.7.3-1.x86_64.rpm + 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 Alternate-site: Copying-policy: GPL End diff --git a/sysstat-11.7.3.spec b/sysstat-11.7.4.spec similarity index 99% rename from sysstat-11.7.3.spec rename to sysstat-11.7.4.spec index 168899b..d3904bc 100644 --- a/sysstat-11.7.3.spec +++ b/sysstat-11.7.4.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux Name: sysstat -Version: 11.7.3 +Version: 11.7.4 Release: 1 License: GPL Group: Applications/System