sar_commands
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sar_commands [2015/04/25 09:27] – luke7858 | sar_commands [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Common Sar Commands ==== | ==== Common Sar Commands ==== | ||
+ | <sxh bash> | ||
+ | sar -u | ||
+ | sar -q | ||
+ | sar -b | ||
+ | sar -B | ||
+ | sar -d (device) | ||
+ | sar -n DEV | ||
+ | sar -n SOCK | ||
+ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | \\ | ||
Show all statistics for current day: | Show all statistics for current day: | ||
<sxh bash> | <sxh bash> | ||
Line 39: | Line 51: | ||
</ | </ | ||
\\ | \\ | ||
+ | === Finding every occurrence the load increased above the recommended amount === | ||
+ | Change the value 4 to the number of CPUs you have | ||
+ | <sxh bash> | ||
+ | sar -q | awk '$5 > 4' | ||
+ | </ | ||
+ | \\ | ||
+ | === Summary of logs === | ||
+ | == RAM == | ||
+ | <sxh bash> | ||
+ | for i in $(ls -tr / | ||
+ | </ | ||
+ | == CPU == | ||
+ | <sxh bash> | ||
+ | for i in $(ls -tr / | ||
+ | </ | ||
+ | == load == | ||
+ | <sxh bash> | ||
+ | load=$(grep -ic 'model name' / | ||
+ | </ | ||
+ | <sxh bash> | ||
+ | for i in $(ls -tr / | ||
+ | </ | ||
+ | == Block Device I/O Activities == | ||
+ | <sxh bash> | ||
+ | for i in $( ls -tr / | ||
+ | </ |
sar_commands.1429954067.txt.gz · Last modified: 2024/05/23 07:26 (external edit)