Difference between revisions of "Sar"

From wiki
Jump to navigation Jump to search
(Created page with "Category Linux/Unix Performance measurement tool together with [sa] an [acct] ;sar -b 10 -f <location of sa-file> :Show the IO statistics from the sa-file. If the file i...")
(No difference)

Revision as of 10:25, 20 August 2020

Category Linux/Unix Performance measurement tool together with [sa] an [acct]

sar -b 10 -f <location of sa-file>
Show the IO statistics from the sa-file. If the file is omitted the measurement will be real-time
sar -d 10 -f <location of sa-file>
Statistics per block device
sar -u 10 -f <location of sa-file>
CPU statistics
sar -r 10 -f <location of sa-file>
Memory utilization
sar -B 10 -f <location of sa-file>
Paging (swapping) activity
sar -S 10 -f <location of sa-file>
Swap space utilization