]>
granicus.if.org Git - sysstat/log
Sebastien GODARD [Mon, 7 Jun 2021 12:05:56 +0000 (14:05 +0200)]
Update NLS translations
Sync with The Translation Project (Finish translation updated).
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Mon, 7 Jun 2021 09:51:13 +0000 (11:51 +0200)]
sadf: PCP: Don't check for newly registered network interfaces
It is useless to check if current network interface has just been
registered or not before displaying its PCP statistics.
This is because PCP displays the raw counter values, not their variation
over the interval. Moreover the whole list of network interfaces present
in file has been created with each one having already its instance.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 11 May 2021 16:37:09 +0000 (18:37 +0200)]
Merge branch 'pidstat-updates'
Sebastien GODARD [Tue, 11 May 2021 16:36:15 +0000 (18:36 +0200)]
Merge branch 'non-reg-tests'
Sebastien GODARD [Tue, 27 Apr 2021 06:58:47 +0000 (08:58 +0200)]
pidstat: Simplify use of P_D_PID flag
P_D_PID flag is set only when option -p is used on the command line.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 24 Apr 2021 14:09:30 +0000 (16:09 +0200)]
Add new non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Mon, 19 Apr 2021 08:19:34 +0000 (10:19 +0200)]
Janitorial fixes Part 1
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 11 Apr 2021 06:55:34 +0000 (08:55 +0200)]
PCP: Update non regression test results
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
GODARD Sebastien [Fri, 9 Apr 2021 12:35:55 +0000 (14:35 +0200)]
Merge pull request #287 from natoscott/pcp-metrics
Update sadf to use metadata matching the same metrics from PCP
Nathan Scott [Thu, 8 Apr 2021 03:39:44 +0000 (13:39 +1000)]
Fix PCP issues found by Sebastien during code review
- Resolve duplication of kernel.all.nprocs by switching
one over to kernel.all.sysfork to match Linux PCP
- Add total physical memory metrics
- Fix units metadata for the kernel.all.nptys metric
- Drop not-yet-used network interface metric defitions
(speed, baudrate, duplex)
- Correct the spelling of "celsius"
- Resolve confusion with rq_ticks/rd_ticks disk fields
Relates to https://github.com/sysstat/sysstat/pull/287
Sebastien GODARD [Fri, 2 Apr 2021 14:31:22 +0000 (16:31 +0200)]
Merge branch 'parthsl-master'
Parth Shah [Wed, 31 Mar 2021 11:59:06 +0000 (17:29 +0530)]
pidstat: Monitor and show stats at the end of the exec program
Do not set alarms for undefined value of the interval. Also allow to
print stats even if the SIGINT/SIGCHLD occurs before first interval.
Hence, the command `pidstat -e <prog-name>`
will monitor the prog-name process and show the PID stats after the
prog-name is completed its execution.
Signed-off-by: Parth Shah <parths1229@gmail.com>
Nathan Scott [Tue, 23 Mar 2021 06:59:18 +0000 (17:59 +1100)]
Update sadf to use metadata matching the same metrics from PCP
When operating with the -l option in sadf we want to generate PCP
archives that match the PCP archives generated by pmlogger(1) as
closely as possible. The advantage to doing this is that the live
and historical modes to the PCP tools become interchangeable; i.e.
pmchart views, pmie rules, grafana-pcp dashboards, and so on, all
expect metrics named according to the PCP conventions.
The reason sadf is not already doing this (AIUI), is that it was
originally based on the sar2pcp(1) utility. This tool (which we
plan to deprecate in PCP in favour of the sysstat functionality)
used the rate-converted counter values as its starting point and
not the raw counters we have access to within sysstat itself.
I've audited all of the metrics being added to PCP archives with
the sadf -l option now, and all now align with current metadata
in PCP. I've also added a few uname(2) metrics from the record
header (in the way hinv.ncpu was already being used).
Sebastien GODARD [Mon, 15 Feb 2021 10:31:59 +0000 (11:31 +0100)]
Restore mode dor iconfig file
iconfig file must be executable.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 14 Feb 2021 10:14:57 +0000 (11:14 +0100)]
Starting sysstat-12.5.4
configure script updated.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 14 Feb 2021 10:07:01 +0000 (11:07 +0100)]
sysstat-12.5.3
sysstat version 12.5.3 final packaging.
Changelog added.
spec and lsm files updated.
This also is mainly a bugfix version (sar, sadf).
One noteworthy new feature is the addition of Link Time Optimization
(LTO) support for smaller binary executables (use --enable-lto to
enable it when compiling sysstat).
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 14 Feb 2021 09:52:57 +0000 (10:52 +0100)]
Makefile: Add copyyear target
Make it easier to update year in (C) messages.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 14 Feb 2021 09:26:34 +0000 (10:26 +0100)]
Update NLS translations
Sync with The Translation Project. Swedish translation updated.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 6 Feb 2021 17:28:02 +0000 (18:28 +0100)]
common.c: Remove some dead code
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 6 Feb 2021 17:12:02 +0000 (18:12 +0100)]
sa_common.c: Remove some dead code
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 6 Feb 2021 17:09:46 +0000 (18:09 +0100)]
sar/sadf: Test values returned by functions
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 6 Feb 2021 08:11:08 +0000 (09:11 +0100)]
sar: Don't use IFNAMSIZ value from <net/if.h>
IFNAMSIZ value is used to set the maximum length of the network
interface name, and for the definition of structures used to save
data in the binary data files (saDD).
We cannot allow that a new kernel value for IFNAMSIZ changes the format
of saDD binary data files. So now use a constant value of 16 (which is
the present value of IFNAMSIZ).
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 6 Feb 2021 08:02:27 +0000 (09:02 +0100)]
Check untrusted values before use
Values read from a daily data file need to be checked before being used.
Fix Coverity CID #29717 #366268 #366269
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 30 Jan 2021 17:38:22 +0000 (18:38 +0100)]
Update extra tests results
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 30 Jan 2021 17:32:09 +0000 (18:32 +0100)]
Merge branch 'lto-support'
Sebastien GODARD [Sat, 30 Jan 2021 17:28:14 +0000 (18:28 +0100)]
Fix #285: LTO compilation warnings
Fix new warnings displayed when compiling with LTO.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 30 Jan 2021 17:26:11 +0000 (18:26 +0100)]
Add Link Time Optimization (LTO) support
Add new configuration option (--enable-lto) to make it possible to
compile sysstat with link time optimizations.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 30 Jan 2021 15:45:37 +0000 (16:45 +0100)]
Small code optimization
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 26 Jan 2021 17:10:59 +0000 (18:10 +0100)]
Merge branch 'svg-fix-itvcount'
Sebastien GODARD [Tue, 26 Jan 2021 17:08:36 +0000 (18:08 +0100)]
sadf: Add a non regression test
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 26 Jan 2021 17:07:39 +0000 (18:07 +0100)]
sa_common.c: Update comment in code
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Mon, 25 Jan 2021 17:54:16 +0000 (18:54 +0100)]
sar/sadf: Remove some dead code again
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 24 Jan 2021 09:59:17 +0000 (10:59 +0100)]
SVG: Use the "count" parameter entered on the command line
The <count> parameter was not taken into account by sadf when creating
SVG graphs. Fix this.
E.g.: sadf -g datafile 1 10 > data.svg
In this example, the value 10 for the count parameter was not taken
into account and the whole datafile was used to create the graphs.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 23 Jan 2021 09:52:27 +0000 (10:52 +0100)]
Merge branch 'Joungkyun-kr-trans-
20210116 '
Sebastien GODARD [Sat, 23 Jan 2021 09:51:25 +0000 (10:51 +0100)]
Merge branch 'kr-trans-
20210116 ' of https://github.com/Joungkyun/sysstat into Joungkyun-kr-trans-
20210116
Sebastien GODARD [Sat, 23 Jan 2021 09:49:40 +0000 (10:49 +0100)]
Update simulation tests environment
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 23 Jan 2021 08:19:54 +0000 (09:19 +0100)]
Merge branch 'svg_debug_option'
Sebastien GODARD [Sat, 23 Jan 2021 08:18:24 +0000 (09:18 +0100)]
Merge branch 'svg_fix_dynreg'
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Fri, 22 Jan 2021 17:55:41 +0000 (18:55 +0100)]
svg_stats.c: Remove some dead code
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Fri, 22 Jan 2021 17:28:51 +0000 (18:28 +0100)]
SVG: Fix inadequate discontinuities in some graphs
When a device had a discontinuity in its graph, this discontinuity was
also wrongly applied to the graph of the next device in the list. Fix
this.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Fri, 22 Jan 2021 17:19:33 +0000 (18:19 +0100)]
SVG: Make graphe discontinuous for disconnected devices
Make SVG graph discontinuous for devices which have been unregistered
(disconnected) then registered (connected) again during the same time
interval.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 17 Jan 2021 17:19:42 +0000 (18:19 +0100)]
sadf: Update manual page
Explain 'debug' option for SVG output format.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 17 Jan 2021 17:13:55 +0000 (18:13 +0100)]
sadf: Add debug option for SVG output format
'debug' option will insert various comments in SVG output file.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 16 Jan 2021 17:53:37 +0000 (18:53 +0100)]
sadf: Make 'debug' option independent from RAW output format
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 16 Jan 2021 16:56:11 +0000 (17:56 +0100)]
tests: Add new non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 16 Jan 2021 16:54:44 +0000 (17:54 +0100)]
sadf.c: Simplify code a bit
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 16 Jan 2021 16:51:04 +0000 (17:51 +0100)]
Fix comments in code
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 16 Jan 2021 16:43:34 +0000 (17:43 +0100)]
Makefile: Define TEST flag when making simtest/extratest targets
We should be able to enter just 'make simtest' and not 'make simtest TFLAGS="-DTEST"'.
Same for extratest.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
JoungKyun Kim [Sat, 16 Jan 2021 09:53:54 +0000 (18:53 +0900)]
update korean translation with pot file of 12.5.3 (@
5bfceb6 )
Sebastien GODARD [Fri, 8 Jan 2021 17:06:04 +0000 (18:06 +0100)]
Fix #283: irqstat: Sync with upstream version
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Thu, 31 Dec 2020 09:20:08 +0000 (10:20 +0100)]
Enhance simulation tests environment
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Thu, 31 Dec 2020 08:58:18 +0000 (09:58 +0100)]
svg_stats.c: Define a constant for the size of each array
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 22 Dec 2020 11:41:18 +0000 (12:41 +0100)]
simtest: Add non regression tests for USB statistics
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 22 Dec 2020 11:38:53 +0000 (12:38 +0100)]
sadf: Raw: Display number of items in debug mode even if it's zero
Make sure that the number of items is always displayed in debug mode,
even if this number is zero.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 22 Dec 2020 11:31:33 +0000 (12:31 +0100)]
sar/sadc: Dereference nr array pointer in struct activity
nr field in struct activity is an array of integers, not an integer
itself. So dereference it to actually access the values.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Tue, 22 Dec 2020 11:22:30 +0000 (12:22 +0100)]
sar: Fix return code sent by write_stats() function
Make sure that a line of statistics has actually been displayed to
return 1 for the status code value.
When an activity has no item at all for current sample, we should not
return a status code of 1 else we won't display the header line for
next sample.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 09:03:32 +0000 (10:03 +0100)]
Starting sysstat-12.5.3
configure script updated.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:51:54 +0000 (09:51 +0100)]
sysstat-12.5.2
sysstat version 12.5.2 final packaging.
Changelog added.
spec and lsm files updated.
I felt compelled to release this new version because of an annoying bug
concerning structures alignment on 32 bit systems. It made saDD
datafiles created on 32 bit systems unreadable on 64 bit ones. And bugs
impacting datafiles structure and/or format are always pernicious...
So please upgrade. Thanks go to Aleksei Nikiforov for reporting (and
fixing) it.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:42:03 +0000 (09:42 +0100)]
Update NLS translations
Sync with The Translation Project.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:12:14 +0000 (09:12 +0100)]
simtest: Update non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:08:59 +0000 (09:08 +0100)]
simtest: Check for 32 bit version of lm_sensors library
This version of lm_sensors library will be used to compile the 32 bit
version of sadc if available.
32 bit version of sadc is useful to make sure that datafiles created by
a 64 or 32 bit version of sadc can be read on every architecture.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:04:42 +0000 (09:04 +0100)]
simtest: Update do_test script
Don't define DEBUG symbol (already defined by configure script)
Don't use CFLAGS variable to avoid overwriting its contents defined in
Makefile.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 19 Dec 2020 08:03:56 +0000 (09:03 +0100)]
systest.c: Fix GCC warnings
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 13 Dec 2020 15:24:28 +0000 (16:24 +0100)]
simtest: Add 32-bit versions of sar and sadc
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 13 Dec 2020 15:17:50 +0000 (16:17 +0100)]
simtest: Change values used for filesystems statistics
Make sure values are not greater than UINT_MAX.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 13 Dec 2020 15:11:15 +0000 (16:11 +0100)]
sar/sadc: Use %z format specifier for size_t values
As indicated in the ssize_t(3) manual page.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 13 Dec 2020 15:07:38 +0000 (16:07 +0100)]
rd_stats.h: Cosmetic changes
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 13 Dec 2020 15:06:40 +0000 (16:06 +0100)]
simtest: Update do_test script
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 12 Dec 2020 16:56:12 +0000 (17:56 +0100)]
Merge branch 'darktemplarbasealt-fix_for_32bit_systems'
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 12 Dec 2020 16:46:20 +0000 (17:46 +0100)]
Merge branch 'fix_for_32bit_systems' of https://github.com/darktemplarbasealt/sysstat into darktemplarbasealt-fix_for_32bit_systems
Sebastien GODARD [Sat, 12 Dec 2020 08:30:44 +0000 (09:30 +0100)]
Add new non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Aleksei Nikiforov [Thu, 10 Dec 2020 15:01:10 +0000 (18:01 +0300)]
Fix alignment and structure size for 32-bit systems
GODARD Sebastien [Sat, 28 Nov 2020 07:15:05 +0000 (08:15 +0100)]
Merge pull request #280 from timgates42/bugfix_typo_structures
docs: fix simple typo, stuctures -> structures
Sebastien GODARD [Sat, 28 Nov 2020 07:13:46 +0000 (08:13 +0100)]
sar.c: Simplify a bit some functions
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 28 Nov 2020 07:11:51 +0000 (08:11 +0100)]
simtest: Create data-cd file whenever tests are run
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Tim Gates [Fri, 27 Nov 2020 23:08:10 +0000 (10:08 +1100)]
docs: fix simple typo, stuctures -> structures
There is a small typo in sar.c, tests/12.0.1/inisar.c.
Should read `structures` rather than `stuctures`.
Sebastien GODARD [Tue, 24 Nov 2020 17:02:45 +0000 (18:02 +0100)]
Add new and update existing non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Mon, 23 Nov 2020 17:17:17 +0000 (18:17 +0100)]
Fix metric's name in sar -y output: txmtin -> xmtin (#278)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 22 Nov 2020 16:37:41 +0000 (17:37 +0100)]
FAQ: Add links to markdown file
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 21 Nov 2020 08:19:14 +0000 (09:19 +0100)]
Starting sysstat-12.5.2
configure script updated.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 21 Nov 2020 08:14:31 +0000 (09:14 +0100)]
sysstat-12.5.1
sysstat version 12.5.1 final packaging.
Changelog added.
spec and lsm files updated.
This is mainly a bugfix release with some small improvements lying around...
Nothing to write home about, but I thought it was time to make a release,
the previous one being almost 4 months old.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 21 Nov 2020 08:06:38 +0000 (09:06 +0100)]
Update NLS translations
Sync with The Translation Project.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 21 Nov 2020 07:48:42 +0000 (08:48 +0100)]
Fix typo in iostat manual page
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 21 Nov 2020 07:48:18 +0000 (08:48 +0100)]
Cosmetic changes
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Wed, 11 Nov 2020 15:38:43 +0000 (16:38 +0100)]
Add new non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Wed, 11 Nov 2020 15:37:12 +0000 (16:37 +0100)]
Update FAQ
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Wed, 11 Nov 2020 15:36:11 +0000 (16:36 +0100)]
sa1: Update manual page
Explain new option "--rotate".
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Wed, 11 Nov 2020 15:33:32 +0000 (16:33 +0100)]
sa1: Add --rotate option
This option tells sa1 to add a statistics record to the system activity
daily data file of the previous day. This should be done shortly after
midnight in order to make sure that the data file covers the whole day,
including the last interval of time just before midnight.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 7 Nov 2020 08:55:17 +0000 (09:55 +0100)]
Update non regression tests
Add new non regression test for sadf.
Update non regression test for mpstat.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 7 Nov 2020 08:24:44 +0000 (09:24 +0100)]
Add new non regression tests
Test the use of option -j with filesystem statistics.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 7 Nov 2020 08:23:52 +0000 (09:23 +0100)]
sadf: Make option -j work with filesystems statistics
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 7 Nov 2020 08:20:18 +0000 (09:20 +0100)]
sar: Make option -j work with filesystem statistics
This patch makes it possible to display the persistent filename of the
device (e.g. UUID instead of /dev/sda...) when displaying filesystems
statistics (sar -F).
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Thu, 5 Nov 2020 17:37:09 +0000 (18:37 +0100)]
Makefile: Rename object files used by sadc
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 31 Oct 2020 13:58:51 +0000 (14:58 +0100)]
Fix #253: Make sure setbuf() is the first operation on stream
Required by musl-c.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 31 Oct 2020 13:35:03 +0000 (14:35 +0100)]
Fix #277: Typo in the PHYS_PACK_ID (mpstat.h)
Reported-by: Michal Berger
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 10 Oct 2020 08:16:14 +0000 (10:16 +0200)]
iostat: Explain options -f/+f in manual page
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 10 Oct 2020 07:00:01 +0000 (09:00 +0200)]
Simplify/merge non regression tests
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sun, 4 Oct 2020 06:40:41 +0000 (08:40 +0200)]
simtest: Add more tests for CPU going offline
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 26 Sep 2020 14:07:02 +0000 (16:07 +0200)]
sadc: Rework softnet stats reading procedure
Make sure that all lines from /proc/net/softnet_stat are read.
If not enough slots have been allocated then allocate more of them.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Sebastien GODARD [Sat, 26 Sep 2020 07:24:28 +0000 (09:24 +0200)]
sadc: Don't reallocate structures if buffers are large enough
When appending data to an existing file, don't reallocate buffers if
they are already large enough.
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>