Skip to content

Instantly share code, notes, and snippets.

@vishnuhd
Created October 21, 2019 19:10
Show Gist options
  • Save vishnuhd/b9df250f69485736210344eb3b2c9a04 to your computer and use it in GitHub Desktop.
Save vishnuhd/b9df250f69485736210344eb3b2c9a04 to your computer and use it in GitHub Desktop.
WTF is eating my RAM
#!/bin/bash
# WTF is eating my RAM
ps aux | awk '{print $6/1024 "MB\t\t" $11}' | sort -rn | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment