htop
htop -u nome_usuario
htop -C
htop --sort-key P
htop -p $(pgrep -d',' processo_pai)
htop --config /caminho/para/arquivo_config
htop -d 10
nvtop
ou combine com `htop` para monitorar CPU e GPU ao mesmo tempo.
htop -s PERCENT_MEM --sort-key M -p $(pgrep -d',' processo_pai) &