Skip to content

Instantly share code, notes, and snippets.

@osallou
Created April 22, 2021 08:21
Show Gist options
  • Save osallou/816a1f7789f17085673966dae3858cc5 to your computer and use it in GitHub Desktop.
Save osallou/816a1f7789f17085673966dae3858cc5 to your computer and use it in GitHub Desktop.
Check Top Processes sorted by RAM or CPU Usage in Linux:
ps -eo uid,pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
Credits: https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment