Skip to content

Commit

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

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

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

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

Signed-off-by: Sebastien GODARD <[email protected]>
  • Loading branch information
sysstat committed Jun 24, 2016
1 parent 7552c7a commit e350f56
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 50 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Changes:

2016/06/24: Version 11.3.5 - Sebastien Godard (sysstat <at> orange.fr)
* SVG: Add SVG output for ICMP{v4,v6}, IPv6, UDPv6, voltage inputs,
NFS client, NFS server, disks, filesystems and FC HBA statistics.
* SVG: Add SVG output for IPv4, ICMPv4, TCPv4, IPv6 and ICMP
network errors statistics.
* SVG: Make sure graduations are properly aligned with grid.
* SVG: Add oneday option to control SVG output.
* SVG: Fix skipempty option.
* [Peter Schiffer]: Stricter check for file_magic->header_size [11.2.5].
* [Peter Schiffer]: tapestat: Various fixes [11.2.5].
* [Esteban Fallas]: Check for undefined UID variable in sysstat script
[11.2.5].
* [Carsten Grohmann]: Unify description of the tps value in the sar
manual page for -b and -d flags [11.2.5].
* sadf manual page updated.

2016/05/14: Version 11.3.4 - Sebastien Godard (sysstat <at> orange.fr)
* SVG: Add SVG output for fan speed and temperature sensors
statistics, I/O and transfer rate statistics, kernel tables
Expand Down
2 changes: 1 addition & 1 deletion count.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ int get_filesystem_nr(void)
/* Replace octal codes */
oct2chr(mountp);

/* Check that total size is not null */
/* Check that total size is not zero */
if (statvfs(mountp, &buf) < 0)
continue;

Expand Down
2 changes: 1 addition & 1 deletion iostat.c
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ void write_ext_stat(int curr, unsigned long long itv, int fctr,
*/
cprintf_pc(1, 6, 2,
shi->used ? xds.util / 10.0 / (double) shi->used
: xds.util / 10.0); /* shi->used should never be null here */
: xds.util / 10.0); /* shi->used should never be zero here */
printf("\n");
}

Expand Down
14 changes: 7 additions & 7 deletions json_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ __print_funct_t json_print_net_dev_stats(struct activity *a, int curr, int tab,

/*
***************************************************************************
* Display network interfaces error statistics in JSON.
* Display network interfaces errors statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1099,7 +1099,7 @@ __print_funct_t json_print_net_ip_stats(struct activity *a, int curr, int tab,

/*
***************************************************************************
* Display IP network error statistics in JSON.
* Display IP network errors statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1209,7 +1209,7 @@ __print_funct_t json_print_net_icmp_stats(struct activity *a, int curr, int tab,

/*
***************************************************************************
* Display ICMP error message statistics in JSON.
* Display ICMP errors message statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1307,7 +1307,7 @@ __print_funct_t json_print_net_tcp_stats(struct activity *a, int curr, int tab,

/*
***************************************************************************
* Display TCP network error statistics in JSON.
* Display TCP network errors statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1484,7 +1484,7 @@ __print_funct_t json_print_net_ip6_stats(struct activity *a, int curr, int tab,

/*
***************************************************************************
* Display IPv6 network error statistics in JSON.
* Display IPv6 network errors statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1606,7 +1606,7 @@ __print_funct_t json_print_net_icmp6_stats(struct activity *a, int curr, int tab

/*
***************************************************************************
* Display ICMPv6 error message statistics in JSON.
* Display ICMPv6 error messages statistics in JSON.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -2127,7 +2127,7 @@ __print_funct_t json_print_filesystem_stats(struct activity *a, int curr, int ta
sfc = (struct stats_filesystem *) ((char *) a->buf[curr] + i * a->msize);

if (!sfc->f_blocks)
/* Size of filesystem is null: We are at the end of the list */
/* Size of filesystem is zero: We are at the end of the list */
break;

if (sep) {
Expand Down
8 changes: 4 additions & 4 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: 2016-05-14 10:33+0200\n"
"POT-Creation-Date: 2016-06-24 13:49+0200\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,7 +47,7 @@ msgstr ""
msgid "Cannot find disk data\n"
msgstr ""

#: iostat.c:1399 sa_common.c:1632
#: iostat.c:1399 sa_common.c:1633
#, c-format
msgid "Invalid type of persistent device name\n"
msgstr ""
Expand Down Expand Up @@ -467,7 +467,7 @@ msgstr ""
msgid "Please check if data collecting is enabled\n"
msgstr ""

#: sa_common.c:1451
#: sa_common.c:1452
#, c-format
msgid "Requested activities not available in file %s\n"
msgstr ""
Expand All @@ -479,7 +479,7 @@ msgid ""
"[ -k | -m ] [ -t ] [ -V ] [ -y ] [ -z ]\n"
msgstr ""

#: tapestat.c:251
#: tapestat.c:257
#, c-format
msgid "No tape drives with statistics found\n"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion pidstat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ int get_pid_to_display(int prev, int curr, int p, unsigned int activity,
return 0;
else {
/*
* If interval is null, then we are trying to
* If interval is zero, then we are trying to
* display stats for a given process since boot time.
*/
*pstp = &st_pid_null;
Expand Down
14 changes: 7 additions & 7 deletions pr_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ __print_funct_t print_net_ip_stats(struct activity *a, int prev, int curr,

/*
***************************************************************************
* Display IP network error statistics.
* Display IP network errors statistics.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1368,7 +1368,7 @@ __print_funct_t print_net_icmp_stats(struct activity *a, int prev, int curr,

/*
***************************************************************************
* Display ICMP network error statistics.
* Display ICMP network errors statistics.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1441,7 +1441,7 @@ __print_funct_t print_net_tcp_stats(struct activity *a, int prev, int curr,

/*
***************************************************************************
* Display TCP network error statistics.
* Display TCP network errors statistics.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1636,7 +1636,7 @@ __print_funct_t print_net_ip6_stats(struct activity *a, int prev, int curr,

/*
***************************************************************************
* Display IPv6 network error statistics.
* Display IPv6 network errors statistics.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1723,7 +1723,7 @@ __print_funct_t print_net_icmp6_stats(struct activity *a, int prev, int curr,

/*
***************************************************************************
* Display ICMPv6 network error statistics.
* Display ICMPv6 network errors statistics.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -2604,15 +2604,15 @@ __print_funct_t stub_print_filesystem_stats(struct activity *a, int curr, int di
sfc = (struct stats_filesystem *) ((char *) a->buf[curr] + i * a->msize);

if (!sfc->f_blocks)
/* Size of filesystem is null: We are at the end of the list */
/* Size of filesystem is zero: We are at the end of the list */
break;

printf("%-11s", (dispavg ? _("Summary:") : timestamp[curr]));
cprintf_f(2, 9, 0,
(double) sfc->f_bfree / 1024 / 1024,
(double) (sfc->f_blocks - sfc->f_bfree) / 1024 / 1024);
cprintf_pc(2, 9, 2,
/* f_blocks is not null. But test it anyway ;-) */
/* f_blocks is not zero. But test it anyway ;-) */
sfc->f_blocks ? SP_VALUE(sfc->f_bfree, sfc->f_blocks, sfc->f_blocks)
: 0.0,
sfc->f_blocks ? SP_VALUE(sfc->f_bavail, sfc->f_blocks, sfc->f_blocks)
Expand Down
12 changes: 6 additions & 6 deletions rd_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ void read_tty_driver_serial(struct stats_serial *st_serial, int nbr)
sscanf(line, "%u", &st_serial_i->line);
/*
* A value of 0 means an unused structure.
* So increment it to make sure it is not null.
* So increment it to make sure it is not zero.
*/
(st_serial_i->line)++;
/*
Expand Down Expand Up @@ -1172,7 +1172,7 @@ void read_net_ip(struct stats_net_ip *st_net_ip)

/*
***************************************************************************
* Read IP network error statistics from /proc/net/snmp.
* Read IP network errors statistics from /proc/net/snmp.
*
* IN:
* @st_net_eip Structure where stats will be saved.
Expand Down Expand Up @@ -1290,7 +1290,7 @@ void read_net_icmp(struct stats_net_icmp *st_net_icmp)

/*
***************************************************************************
* Read ICMP network error statistics from /proc/net/snmp.
* Read ICMP network errors statistics from /proc/net/snmp.
*
* IN:
* @st_net_eicmp Structure where stats will be saved.
Expand Down Expand Up @@ -1382,7 +1382,7 @@ void read_net_tcp(struct stats_net_tcp *st_net_tcp)

/*
***************************************************************************
* Read TCP network error statistics from /proc/net/snmp.
* Read TCP network errors statistics from /proc/net/snmp.
*
* IN:
* @st_net_etcp Structure where stats will be saved.
Expand Down Expand Up @@ -1564,7 +1564,7 @@ void read_net_ip6(struct stats_net_ip6 *st_net_ip6)

/*
***************************************************************************
* Read IPv6 network error statistics from /proc/net/snmp6.
* Read IPv6 network errors statistics from /proc/net/snmp6.
*
* IN:
* @st_net_eip6 Structure where stats will be saved.
Expand Down Expand Up @@ -1700,7 +1700,7 @@ void read_net_icmp6(struct stats_net_icmp6 *st_net_icmp6)

/*
***************************************************************************
* Read ICMPv6 network error statistics from /proc/net/snmp6.
* Read ICMPv6 network errors statistics from /proc/net/snmp6.
*
* IN:
* @st_net_eicmp6 Structure where stats will be saved.
Expand Down
12 changes: 6 additions & 6 deletions rndr_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ __print_funct_t render_net_ip_stats(struct activity *a, int isdb, char *pre,

/*
***************************************************************************
* Display IP network error statistics in selected format.
* Display IP network errors statistics in selected format.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1760,7 +1760,7 @@ __print_funct_t render_net_icmp_stats(struct activity *a, int isdb, char *pre,

/*
***************************************************************************
* Display ICMP error message statistics in selected format.
* Display ICMP error messages statistics in selected format.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -1900,7 +1900,7 @@ __print_funct_t render_net_tcp_stats(struct activity *a, int isdb, char *pre,

/*
***************************************************************************
* Display TCP network error statistics in selected format.
* Display TCP network errors statistics in selected format.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -2117,7 +2117,7 @@ __print_funct_t render_net_ip6_stats(struct activity *a, int isdb, char *pre,

/*
***************************************************************************
* Display IPv6 network error statistics in selected format.
* Display IPv6 network errors statistics in selected format.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -2329,7 +2329,7 @@ __print_funct_t render_net_icmp6_stats(struct activity *a, int isdb, char *pre,

/*
***************************************************************************
* Display ICMPv6 error message statistics in selected format.
* Display ICMPv6 error messages statistics in selected format.
*
* IN:
* @a Activity structure with statistics.
Expand Down Expand Up @@ -2854,7 +2854,7 @@ __print_funct_t render_filesystem_stats(struct activity *a, int isdb, char *pre,
sfc = (struct stats_filesystem *) ((char *) a->buf[curr] + i * a->msize);

if (!sfc->f_blocks)
/* Size of filesystem is null: We are at the end of the list */
/* Size of filesystem is zero: We are at the end of the list */
break;

render(isdb, pre, PT_USERND,
Expand Down
2 changes: 1 addition & 1 deletion sar.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void print_read_error(void)
***************************************************************************
* Check that every selected activity actually belongs to the sequence list.
* If not, then the activity should be unselected since it will not be sent
* by sadc. An activity can be not sent if its number of items is null.
* by sadc. An activity can be not sent if its number of items is zero.
*
* IN:
* @act_nr Size of sequence list.
Expand Down
14 changes: 7 additions & 7 deletions sysstat-11.3.4.lsm → sysstat-11.3.5.lsm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
Version: 11.3.4
Entered-date: 2016-05-14
Version: 11.3.5
Entered-date: 2016-06-24
Description: The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
pidstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity
Expand Down Expand Up @@ -30,11 +30,11 @@ Keywords: system administration, sar, sadf, iostat, tapestat, mpstat, pidstat, c
Author: sysstat [at] orange.fr (Sebastien Godard)
Maintained-by: sysstat [at] orange.fr (Sebastien Godard)
Primary-site: http:https://pagesperso-orange.fr/sebastien.godard/
460kB sysstat-11.3.4.tar.gz
373kB sysstat-11.3.4.tar.bz2
331kB sysstat-11.3.4.tar.xz
468kB sysstat-11.3.4-1.src.rpm
319kB sysstat-11.3.4-1.x86_64.rpm
467kiB sysstat-11.3.5.tar.gz
379kiB sysstat-11.3.5.tar.bz2
336kiB sysstat-11.3.5.tar.xz
475kiB sysstat-11.3.5-1.src.rpm
329kiB sysstat-11.3.5-1.x86_64.rpm
Alternate-site:
Copying-policy: GPL
End
2 changes: 1 addition & 1 deletion sysstat-11.3.4.spec → sysstat-11.3.5.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
Name: sysstat
Version: 11.3.4
Version: 11.3.5
Release: 1
License: GPL
Group: Applications/System
Expand Down

0 comments on commit e350f56

Please sign in to comment.