Sar

From wiki
Revision as of 10:25, 20 August 2020 by Hdridder (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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