]> granicus.if.org Git - sysstat/commitdiff
sysstat-12.5.6 v12.5.6
authorSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 28 Feb 2022 08:20:23 +0000 (09:20 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Mon, 28 Feb 2022 08:20:23 +0000 (09:20 +0100)
sysstat version 12.5.6 final packaging.
Changelog added.
spec and lsm files updated.

This version includes a complete rewriting of the code used to collect
and display interrupts statistics. These are now collected from the
/proc/interrupts file instead of the /proc/stat one, and are displayed
for each CPU.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
CHANGES
sysstat-12.5.6.lsm [moved from sysstat-12.5.5.lsm with 89% similarity]
sysstat-12.5.6.spec [moved from sysstat-12.5.5.spec with 99% similarity]

diff --git a/CHANGES b/CHANGES
index 4eea5e2eeac3bb9931ddb907fa598e0dd4196c77..87999d54dac96e5716c80a610fa11d4ddf8db957 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,37 @@
 Changes:
 
+2022/02/28: Version 12.5.6 - Sebastien Godard (sysstat <at> orange.fr)
+       * sar/sadc: Rewrite code used to collect and display interrupts
+         statistics. Statistics are now collected from /proc/interrupts
+         (instead of /proc/stat) and are displayed for each installed CPU.
+       * sar/sadf: Add new "--int=" option to enter a list of interrupts on
+         the command line.
+       * sadf: Update the various output formats to deal with the new
+         per-CPU interrupts statistics.
+       * Update DTD and XSD documents. CPU elements may be non-existent when
+         all selected CPU are offline.
+       * Update sar and sadf manual pages.
+       * mpstat: Create its own function to read the total number of
+         interrupts from /proc/stat file.
+       * mpstat: Remove unneeded "aligned" attribute from struct stats_irqcpu
+         definition.
+       * sar: Fix index value used in online_cpu_bitmap array.
+       * sar/sadf: Make sure that datafiles with unknown activities can
+         be read by sar and sadf [12.4.5].
+       * sar/sadf: Don't reallocate buffers for activities not present
+         in file [12.4.5].
+       * sar: Make sure that all buffers are copied in copy_structures()
+         function [12.4.5].
+       * PCP: Fix flow_limit_count metric's unit (A_NET_SOFT activity).
+       * PCP: Fix instance names for getattr call (A_NET_NFS(D) activities).
+       * Use sizeof() macro instead of hard-coded values with snprintf()
+         functions.
+       * rndr_stats.c: Use NOVAL instead of NULL as last argument for cons()
+         function.
+       * Use strings definitions whenever possible.
+       * Add new non regression tests. Update some existing ones.
+       * Various cosmetic fixes.
+
 2021/12/05: Version 12.5.5 - Sebastien Godard (sysstat <at> orange.fr)
        * iostat: Add --compact option.
        * iostat: Always display persistent names with option -j [12.4.4].
similarity index 89%
rename from sysstat-12.5.5.lsm
rename to sysstat-12.5.6.lsm
index df884eb527d42a7fa165f202d5fda876aa90d1e9..90e75d482666c3fe8d55e196ab3af222b62bf59f 100644 (file)
@@ -1,7 +1,7 @@
 Begin4
 Title:         sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
-Version:       12.5.5
-Entered-date:  2021-12-05
+Version:       12.5.6
+Entered-date:  2022-02-28
 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
@@ -29,11 +29,11 @@ Keywords:   system administration, system monitoring, sar, sadf, iostat, mpstat, t
 Author:                sysstat@NOSPAM.orange.fr (Sebastien Godard)
 Maintained-by: sysstat@NOSPAM.orange.fr (Sebastien Godard)
 Primary-site:  http://pagesperso-orange.fr/sebastien.godard/
-               1471kiB sysstat-12.5.5.tar.gz
-               1134kiB sysstat-12.5.5.tar.bz2
-               841kiB sysstat-12.5.5.tar.xz
-               1395kiB sysstat-12.5.5-1.src.rpm
-               431kiB sysstat-12.5.5-1.x86_64.rpm
+               1442kiB sysstat-12.5.6.tar.gz
+               1156kiB sysstat-12.5.6.tar.bz2
+               858kiB sysstat-12.5.6.tar.xz
+               1425kiB sysstat-12.5.6-1.src.rpm
+               435kiB sysstat-12.5.6-1.x86_64.rpm
 Alternate-site:
 Copying-policy:        GPL
 End
similarity index 99%
rename from sysstat-12.5.5.spec
rename to sysstat-12.5.6.spec
index 5d57136ea5ca1bb38f8cca1dc217c20f2940321d..7b65c8a7588985a2421b1850c4704c20d586135b 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       SAR, SADF, MPSTAT, IOSTAT, TAPESTAT, PIDSTAT and CIFSIOSTAT for Linux
 Name:          sysstat
-Version:       12.5.5
+Version:       12.5.6
 Release:       1
 License:       GPL
 Group:                 Applications/System