sysstat version 10.2.0 final packaging.
lsm, spec and CREDITs files updated.
Changelog added.
Typo and cosmetic fixes.
Signed-off-by: Sebastien GODARD <sysstat@orange.fr.fake>
Changes:
+2013/11/03: Version 10.2.0 - Sebastien Godard (sysstat <at> 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 <at> orange.fr)
* New metric added to sar network devices statistics: %ifutil
now gives the network interface utilization percentage.
Chris Morrow <cmorrow@ver[...].com>
David J. Morse <David_J_Morse@Del[...].com>
Hariprasad Nellitheertha <hari@in.[...].com>
+ Muneyuki Noguchi <nogu.dev@gma[...].com>
Giulio Orsero <giulioo@pob[...].com>
Edouard G. Parmelan <edouard.parmelan@qua[...].fr>
Oliver Paukstadt <oliver.paukstadt@mil[...].com>
Graham Swallow <gps@tri[...].uk>
Mike Sweger <mikesw@whi[...].net>
Don Totten <dontotten@ibm[...].net>
+ Alexander Troosh <trush@yan[...].ru>
Stephen Tweedie <sct@red[...].com>
Petr Uzel <petr.uzel@sus[...].cz>
Thomas Weber <TWEBER@de.[...].com>
#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 {
* @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.
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
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
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