Examples (6)
Report I/O and transfer rate issued to physical devices, one per second (press `<Ctrl c>` to quit)
sar -b 1Report a total of 10 network device statistics, one per 2 seconds
sar -n DEV 2 10Report CPU utilization, one per 2 seconds
sar -u ALL 2Report a total of 20 memory utilization statistics, one per second
sar -r ALL 1 20Report the run queue length and load averages, one per second
sar -q 1Report paging statistics, one per 5 seconds
sar -B 5made by @shridhargupta | data from tldr-pages