Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created December 1, 2014 12:46
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 ShahriyarR/662da6340f48088b8998 to your computer and use it in GitHub Desktop.
Save ShahriyarR/662da6340f48088b8998 to your computer and use it in GitHub Desktop.
Usefull Linux commands
# Shows CPU utilization by processes (the most 20):
ps -eo pcpu,pid,user,args | sort -k 1 -r | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment