Usage#

SysStat is a standalone utility which can be executed using the following command in the target system:

$ sysstat <options>

e.g., following invocation can be used to collect all the supported system stats. and store the data in a file in the current directory:

$ sysstat --all --thread --output sysstat.log

For stopping sysstat, please use ctrl + c or kill -9 <pid-of-sysstat>.