/usr/lib/sysstat/sadc [ -C comment ] [ -F ] [ -L ] [ -V ] [ -S { INT | DISK | SNMP | IPV6 | POWER | XDISK | ALL | XALL } ] [ interval [ count ] ] [ outfile ]
The sadc command samples system data a specified number of times (count) at a specified interval measured in seconds (interval). It writes in binary format to the specified outfile or to standard output. If outfile is set to -, then sadc uses the standard system activity daily data file, the /var/log/sysstat/sadd file, where the dd parameter indicates the current day. In this case, sadc will overwrite the file if it is from a previous month. By default sadc collects most of the data available from the kernel. But there are also optional metrics, for which the relevant options must be explicitly passed to sadc to be collected (see option -S below).
When the count parameter is not specified, sadc writes its data endlessly. When both interval and count are not specified, and option -C is not used, a dummy record, which is used at system startup to mark the time when the counter restarts from 0, will be written. For example, one of the system startup script may write the restart mark to the daily data file by the command entry:
/usr/lib/sysstat/sadc -
The sadc command is intended to be used as a backend to the sar command.
Note: The sadc command only reports on local activities.
The XDISK keyword is an extension to the DISK one and indicates that partitions and filesystems statistics should be collected by sadc in addition to disk statistics. This option works only with kernels 2.6.25 and later. The XALL keyword is equivalent to specifying all the keywords above (including keyword extensions) and therefore all possible activities are collected.
Important note: The activities (including optional ones) saved in an existing data file prevail over those selected with option -S. As a consequence, appending data to an existing data file will result in option -S being ignored.
The sadc command takes into account the following environment variable:
/usr/lib/sysstat/sadc 1 10 /tmp/datafile
/usr/lib/sysstat/sadc -C Backup_Start /tmp/datafile
The /proc filesystem must be mounted for the sadc command to work.
All the statistics are not necessarily available, depending on the kernel version used. sadc assumes that you are using at least a 2.6 kernel.
/var/log/sysstat/sadd
Sebastien Godard (sysstat <at> orange.fr)
sar(1), sa1(8), sa2(8), sadf(1), sysstat(5)
http://pagesperso-orange.fr/sebastien.godard/