jobs
fg %N
bg %N
pstree
pkill -f pattern
watch -n 1 'ps aux --sort=-%cpu | head -10'
pidstat -p PID 1
lsof -p PID
ps -L -p PID
pmap PID