Skip to content

Instantly share code, notes, and snippets.

@NilsWildt
Created September 16, 2022 09:54
Show Gist options
  • Save NilsWildt/249259abbbdc4542785f3e096b32786a to your computer and use it in GitHub Desktop.
Save NilsWildt/249259abbbdc4542785f3e096b32786a to your computer and use it in GitHub Desktop.
Show cluster memory consumption...
#!/bin/bash
echo "Press [CTRL+C] to stop.."
while :; do
ps -eo pid,ppid,cmd,comm,%mem,%cpu --sort=-%mem | head -10
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment