Skip to content

Instantly share code, notes, and snippets.

@alwaysR9
Last active March 6, 2020 09:42
Show Gist options
  • Save alwaysR9/7e2e36100b4018d5b59f55bc7b300a46 to your computer and use it in GitHub Desktop.
Save alwaysR9/7e2e36100b4018d5b59f55bc7b300a46 to your computer and use it in GitHub Desktop.
  1. 查看top 20占用cpu线程
  • ps -eT -o%cpu,pid,tid,ppid,comm | grep -v CPU | sort -n -r | head -20
  1. 查看系统
  • top
  • uptime
  • vmstat 1 100
  • iostat 1 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment