cat /proc/$pid/status
pmap -x $pid
ps xu --sort %mem
ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid' | sort -k5nr
cat /proc/meminfo
free -h