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
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS |