Skip to content

Commit

Permalink
sysstat-12.0.0
Browse files Browse the repository at this point in the history
sysstat version 12.0.0 final packaging.
lsm file updated.
Typo fixed in sadf.c.
Changelog added.

Version 12.0.0 mainly focuses on SVG output from the sadf command,
with a lot of bugfixes and the addition of a new option ("showtoc")
that will enable the user to quickly navigate through graphs.
Version 12.0.0 is also the first stable version that includes the new,
compact and flexible binary format for sar.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
  • Loading branch information
sysstat committed Aug 3, 2018
1 parent 91ee302 commit 0db89ae
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGES
@@ -1,5 +1,29 @@
Changes:

2018/08/03: Version 12.0.0 - Sebastien Godard (sysstat <at> orange.fr)
* sadf: SVG: Remove id tag from individual graphs. Use activities
identification numbers for id tags.
* sadf: SVG: Add new option "showtoc", which can be used to display
the list of activities for which there are graphs ("table of
contents").
* sadf: SVG: Improve output for softnet activity: Add a discontinuity in
graph when corresponding CPU is marked offline.
* sadf: SVG: Improve function used to assess SVG canvas height.
* sadf: SVG: Fix core dumped on buffers reallocation.
* sar/sadf: Devices list management code refactoring.
* sadf: SVG: Display graphs for swap utilization in packed mode [11.6.5].
* sadf: SVG: Don't take into account activities with no graphs when
calculating canvas height [11.6.5].
* sadf: SVG: Don't insert a gap in SVG output if an activity is not
displayed [11.6.5].
* sadf: SVG: Fix possible negative value in graphs coordinates [11.6.5].
* sa_conv.c: Use write_all() function instead of write() to handle possible
signal interruptions.
* spec file updated: No longer create a debug package.
* Remove many warnings from gcc v7/v8.
* README file updated.
* Manual pages updated.

2018/06/01: Version 11.7.4 - Sebastien Godard (sysstat <at> orange.fr)
* sar/sadf: Add new option "--iface=": Allow the user to select the
network interfaces to display.
Expand Down
2 changes: 1 addition & 1 deletion nls/sysstat.pot
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: 2018-08-03 08:18+0200\n"
"POT-Creation-Date: 2018-08-03 08:23+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion sadf.c
Expand Up @@ -508,7 +508,7 @@ int count_file_items(int ifd, char *file, struct file_magic *file_magic,
* Compute the number of rows that will contain SVG views. Usually only one
* view is displayed on a row, unless the "packed" option has been entered.
* Each activity selected may have several views. Moreover some activities
* may have a number of items that vary within the file: In this case,
* may have a number of items that varies within the file: In this case,
* the number of views will depend on the highest number of items saved in
* the file.
*
Expand Down
14 changes: 7 additions & 7 deletions sysstat-11.7.4.lsm → sysstat-12.0.0.lsm
@@ -1,7 +1,7 @@
Begin4
Title: sysstat - the sar, sadf, mpstat, iostat, tapestat, pidstat and cifsiostat commands for Linux
Version: 11.7.4
Entered-date: 2018-06-01
Version: 12.0.0
Entered-date: 2018-08-03
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 @@ -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/
710kiB sysstat-11.7.4.tar.gz
613kiB sysstat-11.7.4.tar.bz2
533kiB sysstat-11.7.4.tar.xz
718kiB sysstat-11.7.4-1.src.rpm
370kiB sysstat-11.7.4-1.x86_64.rpm
766kiB sysstat-12.0.0.tar.gz
672kiB sysstat-12.0.0.tar.bz2
589kiB sysstat-12.0.0.tar.xz
774kiB sysstat-12.0.0-1.src.rpm
376kiB sysstat-12.0.0-1.x86_64.rpm
Alternate-site:
Copying-policy: GPL
End

0 comments on commit 0db89ae

Please sign in to comment.