Skip to content

Instantly share code, notes, and snippets.

@hit0ri
Created October 7, 2021 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hit0ri/4a7733d556265da59dd08d05851a3c99 to your computer and use it in GitHub Desktop.
Save hit0ri/4a7733d556265da59dd08d05851a3c99 to your computer and use it in GitHub Desktop.
perf analysis in 60 seconds
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