Created
October 7, 2021 16:44
-
-
Save hit0ri/4a7733d556265da59dd08d05851a3c99 to your computer and use it in GitHub Desktop.
perf analysis in 60 seconds
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
w | |
dmesg -exL | |
vmstat 1 | |
mpstat -P ALL 1 | |
pidstat 1 | |
iostat -xz 1 | |
free -h | |
sar -n DEV 1 | |
sar -n TCP,ETCP 1 | |
top |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment