Skip to content

Instantly share code, notes, and snippets.

@yogeek
Created January 6, 2018 19:39
Show Gist options
  • Save yogeek/85c13208933ba392fd736eaee2afadce to your computer and use it in GitHub Desktop.
Save yogeek/85c13208933ba392fd736eaee2afadce to your computer and use it in GitHub Desktop.
System commands
# List of top processes ordered by RAM and CPU use in descendant form
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment