Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:general_system_operations [2017/09/01 19:14] – mgupton | linux:general_system_operations [2017/09/05 14:57] (current) – [sysstat/sar] mgupton | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======General Linux System Operations====== | ======General Linux System Operations====== | ||
| + | ======System Monitoring====== | ||
| ======sysstat/ | ======sysstat/ | ||
| * A package of tools that provides CPU, network and other system statistics. | * A package of tools that provides CPU, network and other system statistics. | ||
| + | * sar (system activity report) is the tool for accessing the statistics data. | ||
| - | ====Example | + | ======Examples |
| - | =====Network Device Stats====== | + | ====Network Device Stats===== |
| < | < | ||
| sar -n DEV 1 3 | sar -n DEV 1 3 | ||
| Line 20: | Line 22: | ||
| </ | </ | ||
| - | =====Network Device Error Stats====== | + | ====Network Device Error Stats===== |
| < | < | ||
| sar -n EDEV 1 3 | sar -n EDEV 1 3 | ||