sysstat version 11.1.8 final packaging.
lsm and spec files updated.
Changelog added.
Cosmetic changes in source code.
NOTE: A stable version (11.0.8) 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.8
but not the new features.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Changes:
+2015/10/23: Version 11.1.8 - Sebastien Godard (sysstat <at> orange.fr)
+ * Add support for color customization.
+ * Add color support for pidstat, tapestat and cifsiostat commands.
+ * Define values "always", "never" and "auto" for S_COLORS
+ environment variable.
+ * sar: Remove exta line of statistics displayed when SIGINT is
+ received.
+ * Add missing va_end() statements (CID #113539, #113540, #113541,
+ #113542).
+ * Fix possible NULL pointer dereference in SREALLOC macro (CID
+ #29706) [11.0.8].
+ * sadc: Fix untrusted value used as argument (CID #29720) [11.0.8].
+ * sadc: Fix another insecure data handling (CID #29720).
+ * sar/sadc: Set an upper limit for each kind of item that sar/sadc
+ can handle.
+ * Manual pages updated for iostat, mpstat, sar, pidstat, tapestat
+ and cifsiostat commands.
+ * Update librdsensors.a target in Makefile [11.0.8].
+
2015/09/20: Version 11.1.7 - Sebastien Godard (sysstat <at> orange.fr)
* Add color support for mpstat, iostat and sar commands.
* [Peter Schiffer]: Fix problem with pidstat output values > 100%
#endif
/* Maximum number of interrupts */
-#define NR_IRQS 1024
+#define NR_IRQS 1024
/* Size of /proc/interrupts line, CPU data excluded */
#define INTERRUPTS_LINE 128
* @cpu_nr Number of processors.
*
* RETURNS:
- * Number of interrupts per processor + a pre-allocation constant.
+ * Number of interrupts per processor.
***************************************************************************
*/
int get_irqcpu_nr(char *file, int max_nr_irqcpu, int cpu_nr)
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat, nfsiostat-sysstat and cifsiostat commands for Linux
-Version: 11.1.7
-Entered-date: 2015-09-20
+Version: 11.1.8
+Entered-date: 2015-10-23
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
Author: sysstat [at] orange.fr (Sebastien Godard)
Maintained-by: sysstat [at] orange.fr (Sebastien Godard)
Primary-site: http://pagesperso-orange.fr/sebastien.godard/
- 439kB sysstat-11.1.7.tar.gz
- 357kB sysstat-11.1.7.tar.bz2
- 314kB sysstat-11.1.7.tar.xz
- 448kB sysstat-11.1.7-1.src.rpm
- 302kB sysstat-11.1.7-1.x86_64.rpm
+ 443kB sysstat-11.1.8.tar.gz
+ 360kB sysstat-11.1.8.tar.bz2
+ 316kB sysstat-11.1.8.tar.xz
+ 451kB sysstat-11.1.8-1.src.rpm
+ 306kB sysstat-11.1.8-1.x86_64.rpm
Alternate-site:
Copying-policy: GPL
End
Summary: SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT, NFSIOSTAT-SYSSTAT and CIFSIOSTAT for Linux
Name: sysstat
-Version: 11.1.7
+Version: 11.1.8
Release: 1
License: GPL
Group: Applications/System