Last active
June 7, 2020 16:07
-
-
Save ethercrow/026168633c6e0df1b7e1f29f33fcd9c7 to your computer and use it in GitHub Desktop.
linux perf checklist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uptime | |
dmesg | tail | |
vmstat 1 | |
mpstat -P ALL 1 | |
pidstat 1 | |
iostat -xz 1 | |
free -m | |
sar -n DEV 1 | |
sar -n TCP,ETCP 1 | |
execsnoop | |
opensnoop | |
zfsslower | |
biolatency | |
biosnoop | |
cachestat | |
tcpconnect | |
tcpaccept | |
tcpretrans | |
runqlat | |
profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment