Skip to content

Instantly share code, notes, and snippets.

@mkell43
Created June 9, 2018 16:02
Embed
What would you like to do?
Memory Per Process Oneliner
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment