]> granicus.if.org Git - sysstat/log
sysstat
5 years agosadf: Cosmetic fix in manual page
Sebastien GODARD [Sat, 23 Feb 2019 08:57:58 +0000 (09:57 +0100)]
sadf: Cosmetic fix in manual page

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoSmall update to sadc and sadf manual pages
Sebastien GODARD [Fri, 15 Feb 2019 10:36:37 +0000 (11:36 +0100)]
Small update to sadc and sadf manual pages

sadc manual page had been updated to take into account new flag -f, but
its date hadn't been modified.

Fix typo in sadf manual page.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoStarting sysstat-12.1.4
Sebastien GODARD [Fri, 15 Feb 2019 09:54:29 +0000 (10:54 +0100)]
Starting sysstat-12.1.4

Update sysstat version number in configure script.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosysstat-12.1.3 v12.1.3
Sebastien GODARD [Fri, 15 Feb 2019 09:43:39 +0000 (10:43 +0100)]
sysstat-12.1.3

sysstat version 12.1.3 final packaging.
lsm and spec files updated.
Changelog added.
Copyright year updated (2018 > 2019)

With this version, the user will be able to select different color
palettes to draw the SVG graphs with sadf. One of those palettes can be
fully customized using an environment variable (S_COLORS_PALETTE).
This version also adds a new flag (-f) to sadc to force fdatasync() use
when data are written (this feature has been contributed by Kyle
Walker).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate NLS translations
Sebastien GODARD [Fri, 15 Feb 2019 09:11:25 +0000 (10:11 +0100)]
Update NLS translations

Sync with the Translation Project.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge pull request #209 from Joungkyun/master
GODARD Sebastien [Sat, 9 Feb 2019 10:51:52 +0000 (11:51 +0100)]
Merge pull request #209 from Joungkyun/master

update korean translate (ko.po)

5 years agoupdated Korean translation file with pot file from 2018-12-14
JoungKyun Kim [Wed, 6 Feb 2019 16:34:32 +0000 (01:34 +0900)]
updated Korean translation file with pot file from 2018-12-14

5 years agoMerge branch 'kyle-walker-fdatasync'
Sebastien GODARD [Sat, 2 Feb 2019 09:01:38 +0000 (10:01 +0100)]
Merge branch 'kyle-walker-fdatasync'

5 years agosadc: Add a -f flag to force fdatasync() use
Kyle Walker [Wed, 30 Jan 2019 12:50:55 +0000 (07:50 -0500)]
sadc: Add a -f flag to force fdatasync() use

For quite some time, the sadc utility has not used fdatasync() when writing
stat information to disk. This resulted in instances where data files could
be corrupted or entries lost if a system encountered a sudden reset
condition. This change adds a "-f" flag which can be used to bring back the
previous behaviour if end users require it.

Note, the fdatasync() lowers the likelihood of lost data, but does so at
the expense of performance within the write operation.

5 years agosadf: Update manual page
Sebastien GODARD [Sun, 20 Jan 2019 13:31:41 +0000 (14:31 +0100)]
sadf: Update manual page

Explain how the color palette can be customized by the user
using the S_COLORS_PALETTE environment variable.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: SVG: Allow user to customize color palette
Sebastien GODARD [Sun, 20 Jan 2019 09:05:04 +0000 (10:05 +0100)]
sadf: SVG: Allow user to customize color palette

Add a new environment variable (S_COLORS_PALETTE) that can be used to
customize the color palette used by sadf to draw its graphs.
This variable is taken into account when the custom color palette has
been selected ("sadf -g -O customcol (...)").
The contents of this variable is a colon-separated list of six-digit,
three-byte hexadecimal numbers (hex triplets) that represent colors.
Detailed explanations will be given in sadf manual page.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: Update manual page
Sebastien GODARD [Sun, 13 Jan 2019 09:46:51 +0000 (10:46 +0100)]
sadf: Update manual page

Explain new bwcol option.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: SVG: Update custom color palette
Sebastien GODARD [Sun, 13 Jan 2019 09:42:26 +0000 (10:42 +0100)]
sadf: SVG: Update custom color palette

Change default colors used for custom color palette.
Those colors should be better for black and white printers.
See #205.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: SVG: Add new "bwcol" option
Sebastien GODARD [Sun, 13 Jan 2019 09:29:40 +0000 (10:29 +0100)]
sadf: SVG: Add new "bwcol" option

Add a new option to sadf SVG output.
This option tells sadf to use a black & white palette to draw its
graphs.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: SVG: Fix wrong variable used to draw discard IO graph
Sebastien GODARD [Sun, 13 Jan 2019 09:16:42 +0000 (10:16 +0100)]
sadf: SVG: Fix wrong variable used to draw discard IO graph

Fix silly error in svg_stats.c, where values used to draw graph for
discard IO were those for writes.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: Update manual page
Sebastien GODARD [Fri, 11 Jan 2019 15:44:33 +0000 (16:44 +0100)]
sadf: Update manual page

Explain new option "customcol".

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: SVG: Add new "customcol" option
Sebastien GODARD [Fri, 11 Jan 2019 15:31:30 +0000 (16:31 +0100)]
sadf: SVG: Add new "customcol" option

Add a new option to sadf SVG output.
Entering something like "sadf -g -O customcol (...)" enables the user to
select a second distinct color palette that will be used to draw the
graphs.

This second palette is intended to be fully customizable by the user.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoStarting sysstat-12.1.3
Sebastien GODARD [Fri, 14 Dec 2018 14:44:20 +0000 (15:44 +0100)]
Starting sysstat-12.1.3

Update sysstat version number in configure script.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosysstat-12.1.2 v12.1.2
Sebastien GODARD [Fri, 14 Dec 2018 14:36:19 +0000 (15:36 +0100)]
sysstat-12.1.2

sysstat version 12.1.2 final packaging.
lsm and spec files updated.
Changelog added.

This version adds support for discard I/O statistics to iostat and sar
commands. Discard I/Os have been separated from writes in Linux kernel
4.19.
This version also fixes several important bugs.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate NLS translations
Sebastien GODARD [Fri, 14 Dec 2018 14:18:12 +0000 (15:18 +0100)]
Update NLS translations

Sync with the Translation Project.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate sar manual page
Sebastien GODARD [Sun, 9 Dec 2018 10:01:30 +0000 (11:01 +0100)]
Update sar manual page

Explain new discard I/O fields added to "sar -b" output.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate DTD and XSD documents
Sebastien GODARD [Sun, 9 Dec 2018 09:55:56 +0000 (10:55 +0100)]
Update DTD and XSD documents

Update DTD and XSD documents to take into account new discard I/O
metrics added to "sar -b" output.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: Add discard I/O metric to all "sar -b" output formats
Sebastien GODARD [Sun, 9 Dec 2018 09:36:28 +0000 (10:36 +0100)]
sadf: Add discard I/O metric to all "sar -b" output formats

In addition to "sar -d" statistics, new discard I/O metrics should also be
available for "sar -b" statistics. Add these metrics to sadf output
formats.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosar: Add discard I/O metrics to "sar -b" output
Sebastien GODARD [Sun, 9 Dec 2018 08:52:57 +0000 (09:52 +0100)]
sar: Add discard I/O metrics to "sar -b" output

"sar -b" statistics are calculated as the sum of individual
statistics for each whole device in the system. Since discard I/Os are
now separated from writes in the kernel, take them into account when
calculating "sar -b" statistics.
New fields are added to "sar -b" output: dtps and bdscd/s.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoFix #202: Infinite loop in sadf
Sebastien GODARD [Sun, 2 Dec 2018 16:45:58 +0000 (17:45 +0100)]
Fix #202: Infinite loop in sadf

Check that structure's size is greater than 0 even for
unknown activities.
Else trying to skip this unknown activity in read_file_stat_bunch()
function will decrease offset pointer in file and result in an
infinite loop:

offset = (off_t) fal->size * (off_t) nr_value * (off_t) fal->nr2;

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoAdd a return code to remap_struct() function
Sebastien GODARD [Sun, 2 Dec 2018 16:44:36 +0000 (17:44 +0100)]
Add a return code to remap_struct() function

Add a return code to remap_struct() function so that we know if an error
has been encountered or not.
Test it after calling remap_struct() function.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoRemove remap_struct() prototype from sa.h
Sebastien GODARD [Sun, 2 Dec 2018 16:41:26 +0000 (17:41 +0100)]
Remove remap_struct() prototype from sa.h

This function is not used outside sa_common.c where it is defined.
So remove it from sa.h.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate DTD and XSD documents
Sebastien GODARD [Sat, 1 Dec 2018 10:15:38 +0000 (11:15 +0100)]
Update DTD and XSD documents

Update DTD and XSD documents to take into account new discard I/O
metrics.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: Add discard I/O metric to all output formats
Sebastien GODARD [Sat, 1 Dec 2018 10:02:12 +0000 (11:02 +0100)]
sadf: Add discard I/O metric to all output formats

Add new discard I/O metric to each of sadf's output formats (JSON, XML,
SVG, etc.)

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate sar manual page
Sebastien GODARD [Sat, 1 Dec 2018 09:14:28 +0000 (10:14 +0100)]
Update sar manual page

Explain new discard I/O metric (sar -d).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: RAW: Display rd_ticks and wr_ticks fields
Sebastien GODARD [Sat, 1 Dec 2018 08:36:24 +0000 (09:36 +0100)]
sadf: RAW: Display rd_ticks and wr_ticks fields

Display rd_ticks and wr_ticks fields from structure stats_disk in sadf's
raw mode (sadf -r).

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosar: Add discard I/O metrics to "sar -d" output
Sebastien GODARD [Sat, 1 Dec 2018 08:21:54 +0000 (09:21 +0100)]
sar: Add discard I/O metrics to "sar -d" output

Separate discard I/Os from writes in the statistics displayed by sar.
A new field (dkB/s) is added to the output of "sar -d".

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge branch 'master' of https://github.com/sysstat/sysstat
Sebastien GODARD [Sat, 1 Dec 2018 08:08:51 +0000 (09:08 +0100)]
Merge branch 'master' of https://github.com/sysstat/sysstat

5 years agord_stats.h: Reorder fields in stats_disk structure
Sebastien GODARD [Sat, 1 Dec 2018 08:05:17 +0000 (09:05 +0100)]
rd_stats.h: Reorder fields in stats_disk structure

New field dc_ticks must be added *after* all other fields of same type
("unsigned int" here). This is compulsory to make older versions of
sar/sadf able to read this structure.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge pull request #203 from lousyd/master
GODARD Sebastien [Wed, 28 Nov 2018 06:22:33 +0000 (07:22 +0100)]
Merge pull request #203 from lousyd/master

Clarify sadc(8) on using multiple -S keywords

5 years agoClarify sadc(8) on using multiple -S keywords
Todd Walton [Tue, 27 Nov 2018 19:24:40 +0000 (14:24 -0500)]
Clarify sadc(8) on using multiple -S keywords

I modified man/sadc.in to show the -S option being followed by
"keyword", and then listed the keywords. This allows the syntax to more
clearly show that multiple keywords can be specified by comma-separating
them. It also reflects the language used in sar(1) for the -n option.

Also, I modified the FAQ to call out that one can specify multiple
keywords for -S by comma-separating them.

5 years agoFix #196 and #199: Out of bound reads security issues
Sebastien GODARD [Mon, 26 Nov 2018 13:32:05 +0000 (14:32 +0100)]
Fix #196 and #199: Out of bound reads security issues

Check args before calling memmove() and memset() in remap_struct()
function to avoid out of bound reads which would possibly lead to
unknown code execution and/or sadf command crash.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agord_stats.h: Fix stats_disk structure composition
Sebastien GODARD [Mon, 26 Nov 2018 13:27:32 +0000 (14:27 +0100)]
rd_stats.h: Fix stats_disk structure composition

Structure stats_disk's composition has been modified with the addition
of discard I/O fields. So update its description.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoiostat: Update manual page
Sebastien GODARD [Mon, 26 Nov 2018 08:37:56 +0000 (09:37 +0100)]
iostat: Update manual page

Explain new discard I/O metrics.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoiostat: Add discard I/O metrics to JSON output
Sebastien GODARD [Mon, 26 Nov 2018 08:17:42 +0000 (09:17 +0100)]
iostat: Add discard I/O metrics to JSON output

Add discard I/O metrics to JSON output displayed by iostat in basic and
extended modes.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge pull request #201 from stevekay/typos
GODARD Sebastien [Mon, 26 Nov 2018 07:36:35 +0000 (08:36 +0100)]
Merge pull request #201 from stevekay/typos

Typos

5 years agofix tabs
steve kay [Sun, 25 Nov 2018 19:46:54 +0000 (19:46 +0000)]
fix tabs

5 years agofix configure typo : --enablle-copy-only -> --enable-copy-only
steve kay [Sun, 25 Nov 2018 19:38:35 +0000 (19:38 +0000)]
fix configure typo : --enablle-copy-only -> --enable-copy-only

5 years agoMerge pull request #198 from stevekay/master
GODARD Sebastien [Sun, 25 Nov 2018 17:16:13 +0000 (18:16 +0100)]
Merge pull request #198 from stevekay/master

Use memcpy rather than strncpy, in order to avoid truncation warning

5 years agoMerge pull request #200 from mator/master
GODARD Sebastien [Sun, 25 Nov 2018 17:02:51 +0000 (18:02 +0100)]
Merge pull request #200 from mator/master

sar: fix a small inconsistency in header of print_sar_restart function

5 years agosar: fix a small inconsistency in header of print_sar_restart function
Anatoly Pugachev [Fri, 23 Nov 2018 14:29:27 +0000 (17:29 +0300)]
sar: fix a small inconsistency in header of print_sar_restart function

file_hdr is used to report number of CPUs

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
5 years agoUse memcpy rather than strncpy, in order to avoid truncation warning
stevekay [Thu, 22 Nov 2018 22:38:45 +0000 (17:38 -0500)]
Use memcpy rather than strncpy, in order to avoid truncation warning

5 years agoiostat: Remove extra line between two samples
Sebastien GODARD [Sun, 18 Nov 2018 10:38:41 +0000 (11:38 +0100)]
iostat: Remove extra line between two samples

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoiostat: Add initial support for discard I/O
Sebastien GODARD [Fri, 16 Nov 2018 16:15:11 +0000 (17:15 +0100)]
iostat: Add initial support for discard I/O

Statistics for discard operations have been recently added to Linux
kernel 4.19. Previous kernels didn't separate discards from writes
in the block layer statistics.
This patch adds initial support for discard I/O tracking to iostat.
It adds several new metrics which are similar to those already existing
for reads and writes.
Reports are also modified so that the user can better choose how things
will be displayed, using switches like -s (to get a narrow output
fitting on a 80-characters wide screen) or -h (to get a human-friendly
output): See below.
This patch still needs to be tested (I don't have a 4.19 kernel yet!),
completed (e.g. JSON output) and documented (manual pages will be
updated in a coming patch).

Sample outputs:
$ iostat -d
Linux 4.18.17-200.fc28.x86_64 (linux-1.home)  11/16/2018  _x86_64_ (8 CPU)

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
sda              18.96       176.95       335.75         0.00    1767999    3354672          0

$ iostat -ds
Linux 4.18.17-200.fc28.x86_64 (linux-1.home)  11/16/2018  _x86_64_ (8 CPU)

Device             tps    kB_read/s     kB_w+d/s    kB_read     kB_w+d
sda              18.80       175.46       332.95    1767999    3354896

$ iostat -dx
Linux 4.18.17-200.fc28.x86_64 (linux-1.home)  11/16/2018  _x86_64_ (8 CPU)

Device            r/s     rkB/s   rrqm/s  %rrqm r_await rareq-sz     w/s     wkB/s   wrqm/s  %wrqm w_await wareq-sz     d/s     dkB/s   drqm/s  %drqm d_await dareq-sz  aqu-sz  %util
sda              9.98    174.99     1.87  15.76    6.44    17.53    8.77    332.06    12.17  58.12   61.77    37.87    0.00      0.00     0.00   0.00    0.00     0.00    0.61   3.93

$ iostat -dxs
Linux 4.18.17-200.fc28.x86_64 (linux-1.home)  11/16/2018  _x86_64_ (8 CPU)

Device             tps      kB/s    rqm/s   await  areq-sz  aqu-sz  %util
sda              18.71    505.90    14.01   32.31    27.04    0.61   3.92

$ iostat -dxh
Linux 4.18.17-200.fc28.x86_64 (linux-1.home)  11/16/2018  _x86_64_ (8 CPU)

     r/s     rkB/s   rrqm/s  %rrqm r_await rareq-sz Device
    9.94    174.3k     1.86  15.8%    6.44    17.5k sda

     w/s     wkB/s   wrqm/s  %wrqm w_await wareq-sz Device
    8.74    330.7k    12.12  58.1%   61.71    37.8k sda

     d/s     dkB/s   drqm/s  %drqm d_await dareq-sz Device
    0.00      0.0k     0.00   0.0%    0.00     0.0k sda

  aqu-sz  %util Device
    0.61   3.9% sda

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosvctm: Update sar and iostat manual pages
Sebastien GODARD [Sun, 4 Nov 2018 09:14:56 +0000 (10:14 +0100)]
svctm: Update sar and iostat manual pages

Remove explanations for svctm metric from sar and iostat manual pages.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosvctm: Update DTD and XSD documents
Sebastien GODARD [Sun, 4 Nov 2018 09:11:02 +0000 (10:11 +0100)]
svctm: Update DTD and XSD documents

Make svctm field optional in DTD and XSD documents.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoiostat/sar: Remove service time (svctm) metric
Sebastien GODARD [Sun, 4 Nov 2018 09:04:00 +0000 (10:04 +0100)]
iostat/sar: Remove service time (svctm) metric

Service time value (displayed as svctm by sar and iostat) could no
longer be trusted and has been made obsolete for several years. So
remove it now from sar (sar -d) and iostat output.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoAdd new non regression tests
Sebastien GODARD [Thu, 1 Nov 2018 09:01:58 +0000 (10:01 +0100)]
Add new non regression tests

This patch adds new non regression tests for:
* sadf JSON and XML outputs: The output for sar -u is a bit different
than that for sar -u ALL and thus also needs to be tested,
* mpstat JSON output,
* iostat JSON output.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge pull request #193 from stevekay/crontabfix
GODARD Sebastien [Sun, 28 Oct 2018 16:50:14 +0000 (17:50 +0100)]
Merge pull request #193 from stevekay/crontabfix

remove superfluous '&' within crontabs

5 years agoremove superfluous '&' within crontabs
Steve Kay [Sat, 27 Oct 2018 20:06:01 +0000 (21:06 +0100)]
remove superfluous '&' within crontabs

5 years agoAdd new non regression tests for XML output
Sebastien GODARD [Sun, 14 Oct 2018 15:02:28 +0000 (17:02 +0200)]
Add new non regression tests for XML output

Add two new non regression tests that check the XML output of
sadf -x against DTD and XSD documents.
The tests are run only if the xmllint command exists.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge branch 'acdimalev-acdimalev-json-parse-test'
Sebastien GODARD [Sun, 14 Oct 2018 08:33:07 +0000 (10:33 +0200)]
Merge branch 'acdimalev-acdimalev-json-parse-test'

5 years agoImprove non regression test for JSON output
Sebastien GODARD [Sun, 14 Oct 2018 08:30:19 +0000 (10:30 +0200)]
Improve non regression test for JSON output

Look for two possible commands to test JSON output: json_verify and
json_pp.
Also make sure that one of them exists to run the non regression test.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge branch 'acdimalev-json-parse-test' of https://github.com/acdimalev/sysstat...
Sebastien GODARD [Sun, 14 Oct 2018 07:40:39 +0000 (09:40 +0200)]
Merge branch 'acdimalev-json-parse-test' of https://github.com/acdimalev/sysstat into acdimalev-acdimalev-json-parse-test

5 years agoStarting sysstat-12.1.2
Sebastien GODARD [Sat, 13 Oct 2018 08:09:18 +0000 (10:09 +0200)]
Starting sysstat-12.1.2

Update sysstat version number in configure script.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosysstat-12.1.1 v12.1.1
Sebastien GODARD [Sat, 13 Oct 2018 07:49:36 +0000 (09:49 +0200)]
sysstat-12.1.1

sysstat version 12.1.1 final packaging.
lsm and spec files updated.
Changelog added.

This version mainly includes bugfixes.
The only noteworthy new feature is the addition of two new metrics to
sar -H (Hugepage activity): HugePages_Rsvd and HugePages_Surp.
Also sadf has been made more robust to corrupted datafiles, enabling it
to complete its job even if an unexpected end of datafile is met.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUpdate NLS translations
Sebastien GODARD [Sat, 13 Oct 2018 07:41:03 +0000 (09:41 +0200)]
Update NLS translations

Sync with the Translation Project.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosar: Fix typo in manual page
Sebastien GODARD [Sat, 6 Oct 2018 16:12:54 +0000 (18:12 +0200)]
sar: Fix typo in manual page

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoAdd a JSON parse test
jamin [Thu, 27 Sep 2018 22:15:29 +0000 (15:15 -0700)]
Add a JSON parse test

5 years agoMerge pull request #191 from xcorail/master
GODARD Sebastien [Mon, 24 Sep 2018 18:05:26 +0000 (20:05 +0200)]
Merge pull request #191 from xcorail/master

Configure LGTM to exclude python code: declare as docs

5 years agoConfigure LGTM to exclude python code: declare as library
Xavier RENE-CORAIL [Mon, 24 Sep 2018 07:17:56 +0000 (09:17 +0200)]
Configure LGTM to exclude python code: declare as library

5 years agoConfigure LGTM to exclude python code: declare as docs
Xavier RENE-CORAIL [Mon, 24 Sep 2018 07:13:57 +0000 (09:13 +0200)]
Configure LGTM to exclude python code: declare as docs

5 years agoMake sure multiplication result won't overflow integer type
Sebastien GODARD [Sun, 23 Sep 2018 07:57:28 +0000 (09:57 +0200)]
Make sure multiplication result won't overflow integer type

Make sure that multiplication result won't overflow int type before it
is converted to size_t (which is unsigned int or unsigned long according
to GNU C library documentation)

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoUse thread-safe versions of gmtime() and localtime()
Sebastien GODARD [Fri, 21 Sep 2018 14:45:01 +0000 (16:45 +0200)]
Use thread-safe versions of gmtime() and localtime()

It is safer to use gmtime_r() and localtime_r() functions (which are
thread-safe) instead of gmtime() and localtime() ones, even though
sysstat's code doesn't use multiple threads.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoAdd LGTM.com code quality badges.
Sebastien GODARD [Fri, 21 Sep 2018 12:14:19 +0000 (14:14 +0200)]
Add LGTM.com code quality badges.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoMerge branch 'master' of https://github.com/xcorail/sysstat into xcorail-master
Sebastien GODARD [Fri, 21 Sep 2018 12:05:50 +0000 (14:05 +0200)]
Merge branch 'master' of https://github.com/xcorail/sysstat into xcorail-master

5 years agoFix #189: [: n: unexpected operator
Sebastien GODARD [Fri, 21 Sep 2018 11:44:45 +0000 (13:44 +0200)]
Fix #189: [: n: unexpected operator

On some systems, installing sysstat lead to the following error:

elif [ -d /etc ]; then \
        install -m 755 sysstat /etc/rc.sysstat; \
        if [ "n" == "n" ]; then \
                if [ -x "" ]; then \
                        cd /etc &&  --add rc.sysstat; \
                else \
                        [ -d /etc/rc2.d ] || mkdir -p /etc/rc2.d; \
                        [ -d /etc/rc3.d ] || mkdir -p /etc/rc3.d; \
                        [ -d /etc/rc5.d ] || mkdir -p /etc/rc5.d; \
                        cd /etc/rc2.d && ln -s -f ../rc.sysstat S01sysstat; \
                        cd /etc/rc3.d && ln -s -f ../rc.sysstat S01sysstat; \
                        cd /etc/rc5.d && ln -s -f ../rc.sysstat S01sysstat; \
                fi \
        fi \
fi
/bin/sh: 9: [: n: unexpected operator

This is because POSIX sh does not support == for string equality.
This is supported only by bash.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf: Make it more robust to corrupted datafiles
Sebastien GODARD [Fri, 21 Sep 2018 09:51:14 +0000 (11:51 +0200)]
sadf: Make it more robust to corrupted datafiles

When a system activity datafile has been corrupted, sadf may not be able
to do its job completely. For example reaching the end of file
unexpectedly will make sadf stop, preventing it from, e.g. displaying
its SVG output (sadf -g) or terminating its JSON or XML file properly
(sadf -j or sadf -x).
This patch tells sadf to keep on working even if the end of file has
been reached unexpectedly, enabling it to finish its job.

Note: sar is not really concerned by this problem because you can tell
it to stop before the problem occurs using its option -e.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agosadf_misc.c: Remove unused external variable
Sebastien GODARD [Sun, 16 Sep 2018 14:15:13 +0000 (16:15 +0200)]
sadf_misc.c: Remove unused external variable

id_seq[] variable declared as external is unused in this source file.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
5 years agoAdd LGTM.com code quality badges
Xavier RENE-CORAIL [Fri, 14 Sep 2018 11:01:54 +0000 (12:01 +0100)]
Add LGTM.com code quality badges

6 years agosar: Make sure a header line is always displayed
Sebastien GODARD [Wed, 29 Aug 2018 10:03:41 +0000 (12:03 +0200)]
sar: Make sure a header line is always displayed

Sometimes the header line for current statistics was not displayed in
sar report, e.g.:

$ sadc data 1 1
$ sadc data -C Hello
$ sadc data 1 1
$ sar -f data -C
Linux 4.17.18-200.fc28.x86_64 (linux.home)  08/29/2018  _x86_64_ (8 CPU)
12:06:25 PM  COM Hello
12:06:27 PM     all      0.41      0.00      0.50      0.06      0.00     99.03
Average:        all      0.41      0.00      0.50      0.06      0.00     99.03

The presence of a comment hides the header line. Expected result is:

Linux 4.17.18-200.fc28.x86_64 (linux.home)  08/29/2018  _x86_64_ (8 CPU)
12:06:25 PM  COM Hello

12:06:18 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
12:06:27 PM     all      0.41      0.00      0.50      0.06      0.00     99.03
Average:        all      0.41      0.00      0.50      0.06      0.00     99.03

This patch fixes the problem.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoAdd new non regression tests
Sebastien GODARD [Wed, 29 Aug 2018 09:45:14 +0000 (11:45 +0200)]
Add new non regression tests

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosadf: SVG: Add support for new huge pages metrics
Sebastien GODARD [Wed, 29 Aug 2018 08:52:43 +0000 (10:52 +0200)]
sadf: SVG: Add support for new huge pages metrics

Take into account new HugePages_Rsvd and HugePages_Surp metrics.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate sar manual page
Sebastien GODARD [Mon, 27 Aug 2018 12:25:16 +0000 (14:25 +0200)]
Update sar manual page

Explain new huge pages metrics.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate DTD and XSD documents to take into account new huge pages metrics
Sebastien GODARD [Mon, 27 Aug 2018 12:23:51 +0000 (14:23 +0200)]
Update DTD and XSD documents to take into account new huge pages metrics

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosa_conv.c: Fix typo in comment
Sebastien GODARD [Mon, 27 Aug 2018 08:26:25 +0000 (10:26 +0200)]
sa_conv.c: Fix typo in comment

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosadf: Take into account new huge pages metrics
Sebastien GODARD [Mon, 27 Aug 2018 08:24:16 +0000 (10:24 +0200)]
sadf: Take into account new huge pages metrics

Update various sadf formats (JSON, XML, raw, etc.) to take into account
new HugePages_Rsvd and HugePages_Surp metrics.
SVG output format will be updated later.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoNow collect HugePages_Rsvd and HugePages_Surp values in addition to
Sebastien GODARD [Mon, 27 Aug 2018 08:20:55 +0000 (10:20 +0200)]
Now collect HugePages_Rsvd and HugePages_Surp values in addition to
previous huge pages metrics.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar: Update remap_struct() function prototype
Sebastien GODARD [Sun, 26 Aug 2018 14:15:10 +0000 (16:15 +0200)]
sar: Update remap_struct() function prototype

This commit should have been part of cb7f009.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar: Fix timestamp format in report output
Sebastien GODARD [Sun, 26 Aug 2018 13:54:33 +0000 (15:54 +0200)]
sar: Fix timestamp format in report output

The contents of environment variable S_TIME_FORMAT was not taken into
account when displaying a RESTART or a COMMENT message if this message
was the first line displayed in the report by sar:

$ sar
Linux 4.17.11-200.fc28.x86_64 (xxx)  08/25/2018  _x86_64_ (8 CPU)

14:10:50     LINUX RESTART (8 CPU)

02:15:47 PM     CPU     %user     %nice   %system   %iowait    %steal     %idle
02:20:00 PM     all      6.27      0.00      2.17      3.85      0.00     87.71
...

This patch fixes the problem by testing the environment variable sooner.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar: Fortify remap_struct() function
Sebastien GODARD [Sat, 25 Aug 2018 13:53:39 +0000 (15:53 +0200)]
sar: Fortify remap_struct() function

New metrics can be added to sar with new sysstat versions. These new
metrics correspond to new fields added to existing statistics
structures.
For compatibility reasons, sysstat assumes that these structures
(identified by their number of fields of different types: long long,
long and int) can only grow with newer sysstat versions. Yet commit c2f9d16
has fixed a longstanding bug regarding a wrong size used for structure
stats_huge. With this bugfix structure stats_huge has now a size smaller
than before. We need to update remap_struct() function to deal with
this. Else adding new fields to structure stats_huge will make sar
unable to read older binary datafiles and crash:

free(): invalid pointer
Aborted (core dumped)

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate FAQ
Sebastien GODARD [Mon, 6 Aug 2018 16:33:06 +0000 (18:33 +0200)]
Update FAQ

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosadc: Allow to unselect activities by name
Sebastien GODARD [Mon, 6 Aug 2018 16:28:10 +0000 (18:28 +0200)]
sadc: Allow to unselect activities by name

The idea here is to make it possible for the user to *unselect* an
activity which is collected by default by sadc.
For example, you can now choose to collect all
possible statistics except those for interrupts:

sadc -S XALL,-A_IRQ (...)

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar: Fix wrong size for huge pages statistics structure
Sebastien GODARD [Mon, 6 Aug 2018 15:20:06 +0000 (17:20 +0200)]
sar: Fix wrong size for huge pages statistics structure

Oopss... Fix wrong size for stats_huge structure.
This would be laughable if it was not a (really) nasty bug... :-(

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoStarting sysstat-12.1.1
Sebastien GODARD [Fri, 3 Aug 2018 07:06:05 +0000 (09:06 +0200)]
Starting sysstat-12.1.1

Update sysstat version number in configure script.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosysstat-12.0.0 v12.0.0
Sebastien GODARD [Fri, 3 Aug 2018 06:53:57 +0000 (08:53 +0200)]
sysstat-12.0.0

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>
6 years agospec file: Don't create a debug package
Sebastien GODARD [Fri, 3 Aug 2018 06:46:56 +0000 (08:46 +0200)]
spec file: Don't create a debug package

Update spec file to version 12.0.0.
Add an entry to prevent from creating a debug package (that we don't
need). Else we have the following error when creating the RPM packages:

RPM build errors:
    Empty %files file /home/seb/rpmbuild/BUILD/sysstat-12.0.0/debugsourcefiles.list
make: *** [Makefile:94: build] Error 1

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate NLS translations
Sebastien GODARD [Fri, 3 Aug 2018 06:19:45 +0000 (08:19 +0200)]
Update NLS translations

Sync with the Translation Project.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar: Update manual page
Sebastien GODARD [Fri, 3 Aug 2018 06:01:05 +0000 (08:01 +0200)]
sar: Update manual page

Tell when using option -h may be useful.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosadf: SVG: Fix possible negative value in graph coordinate
Sebastien GODARD [Fri, 27 Jul 2018 16:25:11 +0000 (18:25 +0200)]
sadf: SVG: Fix possible negative value in graph coordinate

dt interval may sometimes be greater by one unit than the timetag
interval because of a previous rounding operation. See sadf.c line 694:

dt = itv / 100;
/* Correct rounding error for dt */
if ((itv % 100) >= 50) {
dt++;
}

When this happens, the coordinate gets a crazy value which is obviously
wrong, e.g.:

<rect x="18446744073709551615" y="0.00"...

So make a comparison between dt and timetag values, and use 0 if dt
happens to be greater than timetag.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate sysstat manual pages
Sebastien GODARD [Fri, 27 Jul 2018 07:00:45 +0000 (09:00 +0200)]
Update sysstat manual pages

Add link to github repository.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoUpdate README.md file
Sebastien GODARD [Fri, 27 Jul 2018 06:48:28 +0000 (08:48 +0200)]
Update README.md file

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoioconf.c: Fix more gcc format-truncation warnings
Sebastien GODARD [Mon, 23 Jul 2018 06:35:57 +0000 (08:35 +0200)]
ioconf.c: Fix more gcc format-truncation warnings

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agosar.c: Fix gcc warning about possible variables overlap
Sebastien GODARD [Fri, 20 Jul 2018 15:20:36 +0000 (17:20 +0200)]
sar.c: Fix gcc warning about possible variables overlap

Fix gcc warning:
sar.c: In function ‘write_stats_avg’:
sar.c:372:2: warning: ‘strcpy’ accessing 1 byte at offsets [0, 64] and [0, 128] may overlap 1 byte at offset 0 [-Wrestrict]
  strcpy(timestamp[!curr], timestamp[curr]);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
6 years agoiostat.c: Fix gcc format-truncation warning
Sebastien GODARD [Fri, 20 Jul 2018 07:38:38 +0000 (09:38 +0200)]
iostat.c: Fix gcc format-truncation warning

Resize buffers to avoid warnings from gcc:

iostat.c: In function ‘read_sysfs_dlist_part_stat’:
iostat.c:576:39: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 0 and 1023 [-Wformat-truncation=]
   snprintf(filename, MAX_PF_NAME, "%s/%s/%s", dfile, drd->d_name, S_STAT);
                                       ^~
iostat.c:576:3: note: ‘snprintf’ output between 7 and 1285 bytes into a destination of size 1024
   snprintf(filename, MAX_PF_NAME, "%s/%s/%s", dfile, drd->d_name, S_STAT);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>