Skip to content

Instantly share code, notes, and snippets.

@eusonlito
Created December 18, 2023 21:25
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 eusonlito/4f015f5fe354de2f5dfcdd054b1376f8 to your computer and use it in GitHub Desktop.
Save eusonlito/4f015f5fe354de2f5dfcdd054b1376f8 to your computer and use it in GitHub Desktop.
Show Linux OS Apps Load
ps -eo comm,rss | awk '{arr[$1]+=$2} END {for (i in arr) print arr[i], i}' | sort -nr | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment