Skip to content

Commit 5157d89

Browse files
author
Sebastien GODARD
committed
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 <[email protected]>
1 parent fbae61d commit 5157d89

File tree

6 files changed

+36
-9
lines changed

6 files changed

+36
-9
lines changed

CHANGES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
Changes:
22

3+
2013/11/03: Version 10.2.0 - Sebastien Godard (sysstat <at> orange.fr)
4+
* pidstat: Added option -v, enabling the user to display the
5+
number of threads and file descriptors associated with tasks.
6+
* Stack stats displayed by "pidstat -s" were sometimes not
7+
displayed for some processes although values had changed.
8+
This is now fixed.
9+
* pidstat can now display stats since system startup for a list
10+
of processes given on the command line.
11+
* pidstat -d now displays -1 for I/O stats values when the
12+
process I/O file cannot be read (permission denied or file
13+
non existent).
14+
* mpstat and pidstat commands now exit immediately when they
15+
get a SIGINT signal during the first interval of time.
16+
* [Alexander Troosh]: mpstat: Take into account the highest
17+
processor number in mpstat output.
18+
* Rearrange options displayed by sar -h (upper case option
19+
should be displayed before its lower case counterpart).
20+
* Added "prealloc" variable to configure script. This variable
21+
will determine the size of data files created by sar/sadc.
22+
* Added xz-compressed target to Makefile.
23+
* pidstat manual page updated.
24+
* NLS updated.
25+
* CREDIT updated.
26+
327
2013/09/13: Version 10.1.7 - Sebastien Godard (sysstat <at> orange.fr)
428
* New metric added to sar network devices statistics: %ifutil
529
now gives the network interface utilization percentage.

CREDITS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ I would also thank the following people for their hints or bug reports
188188
Chris Morrow <cmorrow@ver[...].com>
189189
David J. Morse <David_J_Morse@Del[...].com>
190190
Hariprasad Nellitheertha <hari@in.[...].com>
191+
Muneyuki Noguchi <nogu.dev@gma[...].com>
191192
Giulio Orsero <giulioo@pob[...].com>
192193
Edouard G. Parmelan <edouard.parmelan@qua[...].fr>
193194
Oliver Paukstadt <oliver.paukstadt@mil[...].com>
@@ -217,6 +218,7 @@ I would also thank the following people for their hints or bug reports
217218
Graham Swallow <gps@tri[...].uk>
218219
Mike Sweger <mikesw@whi[...].net>
219220
Don Totten <dontotten@ibm[...].net>
221+
Alexander Troosh <trush@yan[...].ru>
220222
Stephen Tweedie <sct@red[...].com>
221223
Petr Uzel <petr.uzel@sus[...].cz>
222224
Thomas Weber <TWEBER@de.[...].com>

cifsiostat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define DISPLAY_HUMAN_READ(m) (((m) & I_D_HUMAN_READ) == I_D_HUMAN_READ)
2727
#define DISPLAY_DEBUG(m) (((m) & I_D_DEBUG) == I_D_DEBUG)
2828

29-
/* Preallocation constats */
29+
/* Preallocation constants */
3030
#define NR_CIFS_PREALLOC 2
3131

3232
struct cifs_stats {

count.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* @highest If set to TRUE, then look for the highest processor number.
5151
* This is used when eg. the machine has 4 CPU numbered 0, 1, 4
5252
* and 5. In this case, this procedure will return 6.
53-
*
53+
*
5454
* RETURNS:
5555
* Number of processors (online and offline).
5656
* A value of 0 means that /sys was not mounted.

sysstat-10.1.7.lsm renamed to sysstat-10.2.0.lsm

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Begin4
22
Title: sysstat - the sar, sadf, mpstat, iostat, nfsiostat, cifsiostat and pidstat commands for Linux
3-
Version: 10.1.7
4-
Entered-date: 2013-09-13
3+
Version: 10.2.0
4+
Entered-date: 2013-11-03
55
Description: The sysstat package contains the sar, sadf, mpstat, iostat,
66
pidstat, nfsiostat, cifsiostat and sa tools for Linux.
77
The sar command collects and reports system activity
@@ -28,10 +28,11 @@ Keywords: system administration, sar, sadf, iostat, mpstat, pidstat, nfsiostat,
2828
Author: sysstat [at] orange.fr (Sebastien Godard)
2929
Maintained-by: sysstat [at] orange.fr (Sebastien Godard)
3030
Primary-site: http://pagesperso-orange.fr/sebastien.godard/
31-
380kB sysstat-10.1.7.tar.gz
32-
297kB sysstat-10.1.7.tar.bz2
33-
384kB sysstat-10.1.7-1.src.rpm
34-
254kB sysstat-10.1.7-1.x86_64.rpm
31+
382kB sysstat-10.2.0.tar.gz
32+
301kB sysstat-10.2.0.tar.bz2
33+
273kB sysstat-10.2.0.tar.xz
34+
386kB sysstat-10.2.0-1.src.rpm
35+
256kB sysstat-10.2.0-1.x86_64.rpm
3536
Alternate-site:
3637
Copying-policy: GPL
3738
End

sysstat-10.1.7.spec renamed to sysstat-10.2.0.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: SAR, SADF, MPSTAT, IOSTAT, NFSIOSTAT, CIFSIOSTAT and PIDSTAT for Linux
22
Name: sysstat
3-
Version: 10.1.7
3+
Version: 10.2.0
44
Release: 1
55
License: GPL
66
Group: Applications/System

0 commit comments

Comments
 (0)