nvidia-smi监控GPU,
watch -n 1 nvidia-smi实时监控GPU,
watch -n 1 lscpu实时监控CPU,
ps -elf进程查看,
ps -elf | grep python查看Python子进程,
kill -9 [PID]杀死进程PID