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...")
 
Line 1: Line 1:
[[Category Linux/Unix]]
+
[[Category:Linux/Unix]]
Performance measurement tool together with [sa] an [acct]  
+
Performance measurement tool together with [[sa]] an [[acct]]  
  
 
;sar -b 10 -f <location of sa-file>
 
;sar -b 10 -f <location of sa-file>

Revision as of 10:27, 20 August 2020

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