Skip to content

Instantly share code, notes, and snippets.

@Sanix-Darker
Created March 20, 2023 10:11
Show Gist options
  • Save Sanix-Darker/4b018a563c9972ff8e761355d9c5e5f7 to your computer and use it in GitHub Desktop.
Save Sanix-Darker/4b018a563c9972ff8e761355d9c5e5f7 to your computer and use it in GitHub Desktop.
_ps_per_mem(){
while true; do
clear
ps -eo pid,%mem,cmd --sort=-%mem | head -n 10
sleep 100
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment