查看一台服务器上所有显卡上的使用者和GPU占用情况

1.安装gpustat

1
pip install gpustat

2.安装完成后使用下面命令即可

1
watch -n 2 --color gpustat --c

3.查看显卡使用情况

1
nvidia-smi