Skip to content

Commit

Permalink
sysstat-11.1.6
Browse files Browse the repository at this point in the history
sysstat version 11.1.6 final packaging.
lsm and spec files updated.
Changelog added.
CREDITS file updated.
.gitignore and README files updated to take into account new tapestat
command.

NOTE: A stable version (11.0.6) also exists and will be available for
download from my web site:

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

The stable version includes only the bug fixes added in sysstat 11.1.6
but not the new features.

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Aug 24, 2015
1 parent cc01042 commit 4618efb
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ sadc
sar
sadf
iostat
tapestat
mpstat
pidstat
nfsiostat
Expand Down
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Changes:

2015/08/24: Version 11.1.6 - Sebastien Godard (sysstat <at> orange.fr)
* [Shane Seymour]: Added new "tapestat" command aimed at
displaying statistics for tape drives.
* [Shane Seymour]: Added tapestat manual page.
* Check /proc/net/snmp format to collect ICMP statistics at
their right positions [11.0.6].
* sadc: Fix untrusted value used as argument.
* sa_conv.c: Fix ressource leak.
* ioconf.c: Fix several ressource leaks [11.0.6].
* mpstat: Fix alignment output, really [11.0.6].
* [Sampsa Kiiskinen]: Fix bug in isag [11.0.6].
* iostat's option -T renamed to -H.
* iostat manual page updated.
* NLS updated.
* CREDITS file updated.

2015/06/12: Version 11.1.5 - Sebastien Godard (sysstat <at> orange.fr)
* [Steve Kay]: sar: Added fibre channel HBA statistics.
* [Steve Kay]: Replace non printable characters in comments
Expand Down
3 changes: 3 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ The following people have contributed to 'sysstat' in one way or another:
Dimitrios Apostolou <jimis [at] gmx.net> contributed the
sargraph2 plotting tool.

Shane M. SEYMOUR <shane.seymour [at] hp.com> contributed the
tapestat command.

I would also thank the following people for their hints or bug reports
(in alphabetical order):
Expand Down Expand Up @@ -185,6 +187,7 @@ I would also thank the following people for their hints or bug reports
Jonathan Kamens <jik@kam[...].us>
Ilya Katsnelson <ilya.katsnelson@mot[...].com>
Steve Kay <stevekay@gma[...].com>
Sampsa Kiiskinen <tuplanolla@gma[...].com>
Mike Kobler <mkobler@gma[...].com>
John Lau <johnlcf@gma[...].com>
Byeong-taek Lee <btlee@psy[...].kr>
Expand Down
6 changes: 4 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ INSTALLATION
------------

The sysstat utilities are a collection of performance monitoring tools for
Linux. These include mpstat, iostat, nfsiostat-sysstat, cifsiostat, pidstat,
sar, sadc, sadf and sa tools.
Linux. These include mpstat, iostat, tapestat, nfsiostat-sysstat, cifsiostat,
pidstat, sar, sadc, sadf and sa tools.

The first stage is to configure sysstat for your system:

Expand Down Expand Up @@ -71,6 +71,7 @@ ${PREFIX}/lib/sa/sa2
${PREFIX}/bin/sar
${PREFIX}/bin/sadf
${PREFIX}/bin/iostat
${PREFIX}/bin/tapestat
${PREFIX}/bin/mpstat
${PREFIX}/bin/pidstat
${PREFIX}/bin/nfsiostat-sysstat
Expand All @@ -81,6 +82,7 @@ ${PREFIX}(/share)/man/man8/sa2.8
${PREFIX}(/share)/man/man1/sar.1
${PREFIX}(/share)/man/man1/sadf.1
${PREFIX}(/share)/man/man1/iostat.1
${PREFIX}(/share)/man/man1/tapestat.1
${PREFIX}(/share)/man/man1/mpstat.1
${PREFIX}(/share)/man/man1/pidstat.1
${PREFIX}(/share)/man/man1/nfsiostat-sysstat.1
Expand Down
25 changes: 14 additions & 11 deletions sysstat-11.1.5.lsm → sysstat-11.1.6.lsm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, nfsiostat-sysstat, cifsiostat and pidstat commands for Linux
Version: 11.1.5
Entered-date: 2015-06-12
Description: The sysstat package contains the sar, sadf, mpstat, iostat,
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat, nfsiostat-sysstat and cifsiostat commands for Linux
Version: 11.1.6
Entered-date: 2015-08-24
Description: The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
pidstat, nfsiostat-sysstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity
information.
Expand All @@ -14,25 +14,28 @@ Description: The sysstat package contains the sar, sadf, mpstat, iostat,
utilization, kernel activities and TTY statistics, among
others. Both UP and SMP machines are fully supported.
The iostat command reports CPU utilization
and I/O statistics for disks. The mpstat command reports
and I/O statistics for disks. The tapestat command reports
statistics for tape drives. The mpstat command reports
global and per-processor statistics. The sadf command
is used to display data collected by sar in various
formats (XML, database-friendly, etc.).
The tapestat command reports statistics for tape drives connected
to the system.
The pidstat command reports statistics for Linux tasks (processes).
The nfsiostat-sysstat command reports I/O statistics for network filesystems.
The cifsiostat command reports I/O statistics for CIFS filesystems.
NB: Send bugs, patches, suggestions and/or questions to
(sysstat [at] orange.fr).
URL: http://pagesperso-orange.fr/sebastien.godard/
Keywords: system administration, sar, sadf, iostat, mpstat, pidstat, nfsiostat-sysstat, cifsiostat, system accounting, performance, tuning
Keywords: system administration, sar, sadf, iostat, tapestat, mpstat, pidstat, nfsiostat-sysstat, cifsiostat, system accounting, performance, tuning
Author: sysstat [at] orange.fr (Sebastien Godard)
Maintained-by: sysstat [at] orange.fr (Sebastien Godard)
Primary-site: http://pagesperso-orange.fr/sebastien.godard/
427kB sysstat-11.1.5.tar.gz
347kB sysstat-11.1.5.tar.bz2
306kB sysstat-11.1.5.tar.xz
431kB sysstat-11.1.5-1.src.rpm
279kB sysstat-11.1.5-1.x86_64.rpm
437kB sysstat-11.1.6.tar.gz
354kB sysstat-11.1.6.tar.bz2
312kB sysstat-11.1.6.tar.xz
445kB sysstat-11.1.6-1.src.rpm
297kB sysstat-11.1.6-1.x86_64.rpm
Alternate-site:
Copying-policy: GPL
End
9 changes: 5 additions & 4 deletions sysstat-11.1.5.spec → sysstat-11.1.6.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SAR, SADF, MPSTAT, IOSTAT, NFSIOSTAT-SYSSTAT, CIFSIOSTAT and PIDSTAT for Linux
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT, NFSIOSTAT-SYSSTAT and CIFSIOSTAT for Linux
Name: sysstat
Version: 11.1.5
Version: 11.1.6
Release: 1
License: GPL
Group: Applications/System
Expand All @@ -11,8 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
Requires: gettext

%description
The sysstat package contains the sar, sadf, mpstat, iostat, pidstat,
nfsiostat-sysstat, cifsiostat and sa tools for Linux.
The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
pidstat, nfsiostat-sysstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity information.
The information collected by sar can be saved in a file in a binary
format for future inspection. The statistics reported by sar concern
Expand All @@ -23,6 +23,7 @@ UP and SMP machines are fully supported.
The sadf command may be used to display data collected by sar in
various formats (CSV, XML, etc.).
The iostat command reports CPU utilization and I/O statistics for disks.
The tapestat command reports statistics for tapes connected to the system.
The mpstat command reports global and per-processor statistics.
The pidstat command reports statistics for Linux tasks (processes).
The nfsiostat-sysstat command reports I/O statistics for network filesystems.
Expand Down

0 comments on commit 4618efb

Please sign in to comment.