Performance monitoring tools for Linux
C Tcl Shell Makefile Perl Python Other
Latest commit bce6497 Jan 5, 2018 @sysstat sysstat sar: Fix how stats are displayed since boot time for some activities
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Permalink
Failed to load latest commit information.
build sar/sadc: Remove preallocation constants Nov 12, 2017
contrib Rename isag.in to isag and include a few cosmetic fixes. Apr 30, 2017
cron Start collect and summary systemd services after sysstat.service Jun 16, 2017
images Rewrite README file Jan 14, 2017
man pidstat: Update manual page Jul 17, 2017
nls add korean translate Aug 20, 2017
tests Fix #145: Tests failures on big endian archs Apr 30, 2017
xml sadf: Update DTD/XSD documents Jun 7, 2017
.gitignore Remove prealloc.h from .gitignore file Nov 13, 2017
.travis.yml Hook up to Travis CI Jan 18, 2017
BUG_REPORT Add BUG_REPORT template file Jul 14, 2017
CHANGES sysstat-11.6.0 Aug 14, 2017
COPYING Update license text Feb 9, 2016
CREDITS sysstat-11.5.7 Jul 5, 2017
FAQ.md Convert FAQ file to MarkDown format Feb 25, 2017
INSTALL First use of git system. Based on a complete sysstat 9.1.5 version. Sep 13, 2010
Makefile.in Update Makefile Dec 10, 2017
README.md Update README file Jul 14, 2017
activity.c sar: Update statistics structures Jan 1, 2018
cifsiostat.c HZ value is no longer needed in several sysstat commands Oct 21, 2017
cifsiostat.h cifsiostat: Display values in human readable format Nov 17, 2016
common.c Workaround for offline CPU coming back online Dec 16, 2017
common.h Add stdlib.h include file in common.h Dec 10, 2017
configure sar/sadc: Remove preallocation constants Nov 12, 2017
configure.in sar/sadc: Remove preallocation constants Nov 12, 2017
count.c sar/sadc: Make use of __nr_t type Dec 10, 2017
count.h sar/sadc: Make use of __nr_t type Dec 10, 2017
format.c Update year in (C) message Jun 3, 2017
iconfig sar/sadc: Remove preallocation constants Nov 12, 2017
ioconf.c Replace strcpy() with strncpy() to avoid buffer overflows Aug 11, 2016
ioconf.h Remove extern keyword from functions declarations Jan 24, 2016
iostat.c HZ value is no longer needed in several sysstat commands Oct 21, 2017
iostat.h iostat: Add new metrics in extended statistics output Jun 3, 2017
json_stats.c sar: Update functions to be consistent with new stats structures Jan 1, 2018
json_stats.h Update year in (C) message Jun 3, 2017
mpstat.c Use a time interval expressed in seconds, not in jiffies Oct 21, 2017
mpstat.h Update year in (C) message Jun 3, 2017
pidstat.c Remove unused parameters passed to functions Oct 21, 2017
pidstat.h pidstat: Add new option to display timestamps in seconds since the Epoch Jul 16, 2017
pr_stats.c sar: Fix how stats are displayed since boot time for some activities Jan 5, 2018
pr_stats.h Update year in (C) message Jun 3, 2017
raw_stats.c sar: Update functions to be consistent with new stats structures Jan 1, 2018
raw_stats.h sadf: Add new output format: raw (part 8) Jan 6, 2017
rd_sensors.c sadc/sar: New format (part 7): Allocate structures dynamically Dec 22, 2017
rd_sensors.h sar: Update statistics structures Jan 1, 2018
rd_stats.c sar: Update functions to be consistent with new stats structures Jan 1, 2018
rd_stats.h sar: Update statistics structures Jan 1, 2018
rndr_stats.c sadf: Update functions to display unsigned unsigned long values Jan 5, 2018
rndr_stats.h Update year in (C) message Jun 3, 2017
sa.h sadf -H: Display all the activities in file Dec 31, 2017
sa1.in Update year in (C) message Jun 3, 2017
sa2.in Update year in (C) message Jun 3, 2017
sa_common.c Fix alg used to find pair of matching items Dec 28, 2017
sa_conv.c sa_conv.c: Inhibit conversion function Dec 22, 2017
sa_conv.h Update year in (C) message Jun 3, 2017
sa_wrap.c sadc: Fix segfault happening when buffer needs to be reallocated Dec 26, 2017
sadc.c sadc: Fix segfault that may happen when appending data to file Dec 30, 2017
sadf.c sadf -H: Display all the activities in file Dec 31, 2017
sadf.h sadf -H: Display all the activities in file Dec 31, 2017
sadf_misc.c sadf -H: Display all the activities in file Dec 31, 2017
sar.c sar: Fix code trying to guess when a header line needs to be displayed Dec 31, 2017
svg_stats.c sadf: Update functions to display unsigned unsigned long values Jan 5, 2018
svg_stats.h Update year in (C) message Jun 3, 2017
sysconfig.in Update year in (C) message Jun 3, 2017
sysstat-11.6.0.lsm sysstat-11.6.0 Aug 14, 2017
sysstat-11.6.0.spec sysstat-11.6.0 Aug 14, 2017
sysstat.in Update year in (C) message Jun 3, 2017
sysstat.ioconf First use of git system. Based on a complete sysstat 9.1.5 version. Sep 13, 2010
sysstat.service.in add systemd timer units replacing cronjobs Mar 1, 2014
sysstat.sysconfig.in Updated comment of SA_DIR Aug 15, 2017
tapestat.c HZ value is no longer needed in several sysstat commands Oct 21, 2017
tapestat.h tapestat: Display values in human readable format. Nov 17, 2016
version.in Update year in (C) message Jun 3, 2017
xml_stats.c sar: Update functions to be consistent with new stats structures Jan 1, 2018
xml_stats.h Update year in (C) message Jun 3, 2017

README.md

sysstat - System performance tools for the Linux operating system

Coverity Scan Build Status Build Status

(C) 1999-2017 Sebastien GODARD (sysstat (at) orange (dot) fr)

Introduction

The sysstat package contains various utilities, common to many commercial Unixes, to monitor system performance and usage activity:

  • iostat reports CPU statistics and input/output statistics for block devices and partitions.
  • mpstat reports individual or combined processor related statistics.
  • pidstat reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc.
  • tapestat reports statistics for tape drives connected to the system.
  • cifsiostat reports CIFS statistics.

Sysstat also contains tools you can schedule via cron or systemd to collect and historize performance and activity data:

  • sar collects, reports and saves system activity information (see below a list of metrics collected by sar).
  • sadc is the system activity data collector, used as a backend for sar.
  • sa1 collects and stores binary data in the system activity daily data file. It is a front end to sadc designed to be run from cron or systemd.
  • sa2 writes a summarized daily activity report. It is a front end to sar designed to be run from cron or systemd.
  • sadf displays data collected by sar in multiple formats (CSV, XML, JSON, etc.) and can be used for data exchange with other programs. This command can also be used to draw graphs for the various activities collected by sar using SVG (Scalable Vector Graphics) format.

Default sampling interval is 10 minutes but this can be changed of course (it can be as small as 1 second).

System statistics collected by sar:

  • Input / Output and transfer rate statistics (global, per device, per partition and per network filesystem)
  • CPU statistics (global and per CPU), including support for virtualization architectures
  • Memory, hugepages and swap space utilization statistics
  • Virtual memory, paging and fault statistics
  • Process creation activity
  • Interrupt statistics (global, per CPU and per interrupt, including potential APIC interrupt sources, hardware and software interrupts)
  • Extensive network statistics: network interface activity (number of packets and kB received and transmitted per second, etc.) including failures from network devices; network traffic statistics for IP, TCP, ICMP and UDP protocols based on SNMPv2 standards; support for IPv6-related protocols
  • Fibre Channel traffic statistics
  • Software-based network processing (softnet) statistics
  • NFS server and client activity
  • Sockets statistics
  • Run queue and system load statistics
  • Kernel internal tables utilization statistics
  • Swapping statistics
  • TTY devices activity
  • Power management statistics (instantaneous and average CPU clock frequency, fans speed, devices temperature, voltage inputs)
  • USB devices plugged into the system
  • Filesystems utilization (inodes and blocks)

Sysstat key features:

  • Display average statistics values at the end of the reports.
  • On-the-fly detection of new devices (disks, network interfaces, etc.) that are created or registered dynamically.
  • Support for UP and SMP machines, including machines with hyperthreaded or multi-core processors.
  • Support for hotplug CPUs (it detects automagically processors that are disabled or enabled on the fly) and tickless CPUs.
  • Works on many different architectures, whether 32- or 64-bit.
  • Needs very little CPU time to run (written in C).
  • System statistics collected by sar/sadc can be saved in a file for future inspection. You can configure the length of data history to keep. There is no limit for this history length but the available space on your storage device.
  • System statistics collected by sar/sadc can be exported in various different formats (CSV, XML, JSON, SVG, etc.). DTD and XML Schema documents are included in sysstat package. JSON output format is also available for mpstat and iostat commands.
  • Smart color output for easier statistics reading.

Smart color output

  • Internationalization support (sysstat has been translated into numerous different languages). Sysstat is now part of the Translation Project.
  • Sysstat commands can automatically select the unit used to display sizes for easier reading (see option --human).
  • Graphs can be generated (SVG format - Scalable Vector Graphics) and displayed in your favorite web browser. See some sample screenshots below:

Fancy sysstat graph

Fancy sysstat graph

Sysstat is Open Source / Free Software, and is freely available under the GNU General Public License, version 2. The latest version of sysstat can always be found on my web site at:

http://pagesperso-orange.fr/sebastien.godard/

See the CHANGES file to know the new features/improvements/bug fixes added in this release of sysstat. Sysstat development can be tracked on GitHub.

Installation

Install from RHEL/Fedora/CentOS

Enter:

$ sudo yum install sysstat

CentOS and Fedora systems call the collector process using a cron job in /etc/cron.d and it's enabled by default. On recent versions, systemd is used instead of cron. You may need to enable and start the sysstat service:

$ sudo systemctl enable sysstat
$ sudo systemctl start sysstat

Install from Ubuntu

Enter:

$ sudo apt-get install sysstat

Then enable data collecting:

$ sudo vi /etc/default/sysstat
change ENABLED="false" to ENABLED="true"
save the file

Last, restart the sysstat service:

$ sudo service sysstat restart

Install from sources

Clone sysstat public repository with:

$ git clone git://github.com/sysstat/sysstat

Then configure sysstat for your system:

$ cd sysstat
$ ./configure

You can set several variables and parameters on the command line. For example you can enter the following option to activate data collecting (either using cron or systemd):

$ ./configure --enable-install-cron

Please enter "./configure --help" to display all possible options. There is another way to configure sysstat instead of entering "./configure": this is the Interactive Configuration script (iconfig) which will ask you for the value of the main sysstat variables and parameters. Enter "./iconfig" then answer the questions or enter Return to accept the (sane) default values. For yes/no questions, please answer 'y' or 'n' (without the quotes): It is case sensitive! You can also enter '?' to get a help message that will explain the meaning of each variable or parameter.

Compile and install:

$ make
$ sudo make install

Feedback welcome!

Please use the BUG_REPORT template file to report a bug: It contains important data that should be provided for this. Please also remember to read the FAQ that comes with sysstat or is available from the Wiki page on GitHub.

Opening a pull request is the preferred way to submit a patch. Patches and suggestions for improvements are always welcome!

Support sysstat!

If you are reading this README file then you are probably about to use the sysstat tools to help you monitor your system and maybe troubleshoot some performance issues. Good choice. Sysstat is made for you. Moreover sysstat is free software and always will be.

Yet have you ever considered making a donation to sysstat, regardless of how much your contribution is? This in turn would encourage me to keep up the work as good as it can be... Oh, and it would certainly also help me explain to my wife why I spend so much time in front of my computer instead of taking care of the household ;-)

Go to my web page and click on the Donate button on the left!

Enjoy!

--

Sebastien GODARD - sysstat (at) orange (dot) fr