Skip to content

Commit

Permalink
sysstat 10.2.1
Browse files Browse the repository at this point in the history
sysstat version 10.2.1 final packaging.
lsm and spec files updated.
Changelog added.

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
Sebastien GODARD committed Jan 19, 2014
1 parent 85a9ed4 commit 7471c52
Show file tree
Hide file tree
Showing 45 changed files with 102 additions and 86 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Changes:

2014/01/19: Version 10.2.1 - Sebastien Godard (sysstat <at> orange.fr)
* Added new --enable-copy-only option to configure script.
This option may be useful when creating sysstat package to
make sure that files are only copied to $DESTDIR and that
no service is activated (eg. for distro using systemd).
* pidstat: Add a new metric to pidstat I/O statistics:
per-task block I/O delays.
* Take $DESTDIR variable into account when installing sysstat
service used by systemd.
* sadf -H, sadf -j and sadf -x now also display the file
creation time.
* Use sizeof() instead of hardcoded size values.
* pidstat manual page updated.
* Cosmetic fixes.
* NLS updated.

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.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile to build sysstat commands
# (C) 1999-2013 Sebastien GODARD (sysstat <at> orange.fr)
# (C) 1999-2014 Sebastien GODARD (sysstat <at> orange.fr)

# Version and package name
VERSION = @PACKAGE_VERSION@
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sysstat: System performance tools for the Linux operating system...
--
(C) 1999-2013 Sebastien GODARD (sysstat <at> orange.fr)
(C) 1999-2014 Sebastien GODARD (sysstat <at> orange.fr)

The latest version of sysstat can always be found on my web site at:

Expand Down
2 changes: 1 addition & 1 deletion activity.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* activity.c: Define system activities available for sar/sadc.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar, sadc, sadf, mpstat and iostat common routines.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COMMON_H
Expand Down
2 changes: 1 addition & 1 deletion count.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* count.c: Count items for which statistics will be collected.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion count.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* count.h: Include file used to count items for which
* statistics will be collected.
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _COUNT_H
Expand Down
2 changes: 1 addition & 1 deletion format.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* format.c: Output format definitions for sadf
* (C) 2011-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2011-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion iconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#@(#) Configuration script for sysstat
# (C) 2000-2013 Sebastien GODARD (sysstat <at> orange.fr)
# (C) 2000-2014 Sebastien GODARD (sysstat <at> orange.fr)

ASK="sh build/Ask.sh"

Expand Down
2 changes: 1 addition & 1 deletion iostat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1998-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1998-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion iostat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* iostat: report CPU and I/O statistics
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _IOSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion json_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* json_stats.c: Funtions used by sadf to display statistics in JSON format.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion json_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* json_stats.h: Include file used to display system statistics in JSON format.
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _JSON_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion mpstat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2000-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion mpstat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* mpstat: per-processor statistics
* (C) 2000-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2000-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _MPSTAT_H
Expand Down
74 changes: 37 additions & 37 deletions nls/sysstat.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: sysstat <at> orange.fr\n"
"POT-Creation-Date: 2014-01-15 22:02+0100\n"
"POT-Creation-Date: 2014-01-19 11:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -47,6 +47,42 @@ msgstr ""
msgid "\t[Unknown activity format]"
msgstr ""

#: iostat.c:86 cifsiostat.c:71 mpstat.c:90 sar.c:94 pidstat.c:83
#: nfsiostat.c:70
#, c-format
msgid "Usage: %s [ options ] [ <interval> [ <count> ] ]\n"
msgstr ""

#: iostat.c:89
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ]\n"
"[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ] [ --debuginfo ]\n"
msgstr ""

#: iostat.c:95
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ]\n"
"[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ]\n"
msgstr ""

#: iostat.c:328
#, c-format
msgid "Cannot find disk data\n"
msgstr ""

#: iostat.c:1385 sa_common.c:1303
#, c-format
msgid "Invalid type of persistent device name\n"
msgstr ""

#: sadc.c:84
#, c-format
msgid "Usage: %s [ options ] [ <interval> [ <count> ] ] [ <outfile> ]\n"
Expand Down Expand Up @@ -86,12 +122,6 @@ msgstr ""
msgid "sysstat version %s\n"
msgstr ""

#: cifsiostat.c:71 mpstat.c:90 sar.c:94 pidstat.c:83 iostat.c:86
#: nfsiostat.c:70
#, c-format
msgid "Usage: %s [ options ] [ <interval> [ <count> ] ]\n"
msgstr ""

#: cifsiostat.c:75 nfsiostat.c:74
#, c-format
msgid ""
Expand Down Expand Up @@ -354,11 +384,6 @@ msgstr ""
msgid "Requested activities not available in file %s\n"
msgstr ""

#: sa_common.c:1303 iostat.c:1385
#, c-format
msgid "Invalid type of persistent device name\n"
msgstr ""

#: pidstat.c:86
#, c-format
msgid ""
Expand All @@ -369,31 +394,6 @@ msgid ""
"[ -T { TASK | CHILD | ALL } ]\n"
msgstr ""

#: iostat.c:89
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ]\n"
"[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ] [ --debuginfo ]\n"
msgstr ""

#: iostat.c:95
#, c-format
msgid ""
"Options are:\n"
"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n"
"[ -j { ID | LABEL | PATH | UUID | ... } ]\n"
"[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]\n"
"[ <device> [...] | ALL ]\n"
msgstr ""

#: iostat.c:328
#, c-format
msgid "Cannot find disk data\n"
msgstr ""

#: count.c:168
#, c-format
msgid "Cannot handle so many processors!\n"
Expand Down
2 changes: 1 addition & 1 deletion pidstat.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pidstat: Report statistics for Linux tasks
* (C) 2007-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 2007-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion pidstat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pidstat: Display per-process statistics.
* (C) 2007-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 2007-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PIDSTAT_H
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pr_stats.c: Functions used by sar to display statistics
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion pr_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* pr_stats.h: Include file used to display system statistics
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion prealloc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat: System performance tools for Linux
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _PREALLOC_H
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_sensors.c: Read sensors statistics
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rd_sensors.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_sensors.h: Include file used to read sensors statistics
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_SENSORS_H
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_stats.c: Read system statistics
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rd_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rd_stats.h: Include file used to read system statistics
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RD_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rndr_stats.c: Funtions used by sadf to display statistics in selected format.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion rndr_stats.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* rndr_stats.h: Include file used to display system statistics in selected format.
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _RNDR_STATS_H
Expand Down
2 changes: 1 addition & 1 deletion sa.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar/sadc: Report system activity
* (C) 1999-2013 by Sebastien Godard (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien Godard (sysstat <at> orange.fr)
*/

#ifndef _SA_H
Expand Down
2 changes: 1 addition & 1 deletion sa1.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa1
# (C) 1999-2013 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2014 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa1: Collect and store binary data in system activity data file.
Expand Down
2 changes: 1 addition & 1 deletion sa2.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# @SA_LIB_DIR@/sa2
# (C) 1999-2013 Sebastien Godard (sysstat <at> orange.fr)
# (C) 1999-2014 Sebastien Godard (sysstat <at> orange.fr)
#
#@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@
#@(#) sa2: Write a daily report
Expand Down
2 changes: 1 addition & 1 deletion sa_common.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sar and sadf common routines.
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sa_wrap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sysstat - sa_wrap.c: Functions used in activity.c
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sadc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadc: system activity data collector
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down
2 changes: 1 addition & 1 deletion sadf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* sadf: system activity data formatter
* (C) 1999-2013 by Sebastien GODARD (sysstat <at> orange.fr)
* (C) 1999-2014 by Sebastien GODARD (sysstat <at> orange.fr)
*
***************************************************************************
* This program is free software; you can redistribute it and/or modify it *
Expand Down

0 comments on commit 7471c52

Please sign in to comment.