Linux server to view GPU users and occupancy

Reference source:  View users and GPU occupancy on all GPUs under Linux

install gpustat

pip install gpustat

View GPU usage, it will be updated in real time

watch -n 2 --color gpustat --c

ctrl + c to exit

 

Guess you like

Origin blog.csdn.net/ZZZZ_Y_/article/details/129765369