From 5157d89926a4766d389e9c961bcd7929246c51f0 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 3 Nov 2013 13:43:46 +0100 Subject: [PATCH] sysstat 10.2.0 sysstat version 10.2.0 final packaging. lsm, spec and CREDITs files updated. Changelog added. Typo and cosmetic fixes. Signed-off-by: Sebastien GODARD --- CHANGES | 24 ++++++++++++++++++++++ CREDITS | 2 ++ cifsiostat.h | 2 +- count.c | 2 +- sysstat-10.1.7.lsm => sysstat-10.2.0.lsm | 13 ++++++------ sysstat-10.1.7.spec => sysstat-10.2.0.spec | 2 +- 6 files changed, 36 insertions(+), 9 deletions(-) rename sysstat-10.1.7.lsm => sysstat-10.2.0.lsm (89%) rename sysstat-10.1.7.spec => sysstat-10.2.0.spec (99%) diff --git a/CHANGES b/CHANGES index f4c3730..a65bf71 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,29 @@ Changes: +2013/11/03: Version 10.2.0 - Sebastien Godard (sysstat orange.fr) + * pidstat: Added option -v, enabling the user to display the + number of threads and file descriptors associated with tasks. + * Stack stats displayed by "pidstat -s" were sometimes not + displayed for some processes although values had changed. + This is now fixed. + * pidstat can now display stats since system startup for a list + of processes given on the command line. + * pidstat -d now displays -1 for I/O stats values when the + process I/O file cannot be read (permission denied or file + non existent). + * mpstat and pidstat commands now exit immediately when they + get a SIGINT signal during the first interval of time. + * [Alexander Troosh]: mpstat: Take into account the highest + processor number in mpstat output. + * Rearrange options displayed by sar -h (upper case option + should be displayed before its lower case counterpart). + * Added "prealloc" variable to configure script. This variable + will determine the size of data files created by sar/sadc. + * Added xz-compressed target to Makefile. + * pidstat manual page updated. + * NLS updated. + * CREDIT updated. + 2013/09/13: Version 10.1.7 - Sebastien Godard (sysstat orange.fr) * New metric added to sar network devices statistics: %ifutil now gives the network interface utilization percentage. diff --git a/CREDITS b/CREDITS index a9ff43a..468b7c7 100644 --- a/CREDITS +++ b/CREDITS @@ -188,6 +188,7 @@ I would also thank the following people for their hints or bug reports Chris Morrow David J. Morse Hariprasad Nellitheertha + Muneyuki Noguchi Giulio Orsero Edouard G. Parmelan Oliver Paukstadt @@ -217,6 +218,7 @@ I would also thank the following people for their hints or bug reports Graham Swallow Mike Sweger Don Totten + Alexander Troosh Stephen Tweedie Petr Uzel Thomas Weber diff --git a/cifsiostat.h b/cifsiostat.h index ea64610..cd5960a 100644 --- a/cifsiostat.h +++ b/cifsiostat.h @@ -26,7 +26,7 @@ #define DISPLAY_HUMAN_READ(m) (((m) & I_D_HUMAN_READ) == I_D_HUMAN_READ) #define DISPLAY_DEBUG(m) (((m) & I_D_DEBUG) == I_D_DEBUG) -/* Preallocation constats */ +/* Preallocation constants */ #define NR_CIFS_PREALLOC 2 struct cifs_stats { diff --git a/count.c b/count.c index 116ca99..780e7ad 100644 --- a/count.c +++ b/count.c @@ -50,7 +50,7 @@ * @highest If set to TRUE, then look for the highest processor number. * This is used when eg. the machine has 4 CPU numbered 0, 1, 4 * and 5. In this case, this procedure will return 6. - * + * * RETURNS: * Number of processors (online and offline). * A value of 0 means that /sys was not mounted. diff --git a/sysstat-10.1.7.lsm b/sysstat-10.2.0.lsm similarity index 89% rename from sysstat-10.1.7.lsm rename to sysstat-10.2.0.lsm index cd3039a..cbf1cf5 100644 --- a/sysstat-10.1.7.lsm +++ b/sysstat-10.2.0.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, nfsiostat, cifsiostat and pidstat commands for Linux -Version: 10.1.7 -Entered-date: 2013-09-13 +Version: 10.2.0 +Entered-date: 2013-11-03 Description: The sysstat package contains the sar, sadf, mpstat, iostat, pidstat, nfsiostat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity @@ -28,10 +28,11 @@ Keywords: system administration, sar, sadf, iostat, mpstat, pidstat, nfsiostat, Author: sysstat [at] orange.fr (Sebastien Godard) Maintained-by: sysstat [at] orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 380kB sysstat-10.1.7.tar.gz - 297kB sysstat-10.1.7.tar.bz2 - 384kB sysstat-10.1.7-1.src.rpm - 254kB sysstat-10.1.7-1.x86_64.rpm + 382kB sysstat-10.2.0.tar.gz + 301kB sysstat-10.2.0.tar.bz2 + 273kB sysstat-10.2.0.tar.xz + 386kB sysstat-10.2.0-1.src.rpm + 256kB sysstat-10.2.0-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-10.1.7.spec b/sysstat-10.2.0.spec similarity index 99% rename from sysstat-10.1.7.spec rename to sysstat-10.2.0.spec index 4474554..d0d326f 100644 --- a/sysstat-10.1.7.spec +++ b/sysstat-10.2.0.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, NFSIOSTAT, CIFSIOSTAT and PIDSTAT for Linux Name: sysstat -Version: 10.1.7 +Version: 10.2.0 Release: 1 License: GPL Group: Applications/System -- 2.40.0