gpustat icon indicating copy to clipboard operation
gpustat copied to clipboard

Can I get the information about the GPU utilization of each user?

Open LinghaoChan opened this issue 2 years ago • 3 comments

Can I get the information about the GPU utilization of each user?

LinghaoChan avatar Jan 14 '22 06:01 LinghaoChan

I don't think nvidia-ml library can report GPU utilization per user. Do you find a solution for that?

Stonesjtu avatar Jan 14 '22 06:01 Stonesjtu

No. My leader asked me to write a shell script to monitor everyone's GPU utilization. However, I have no idea and I am looking for a solution for it.

LinghaoChan avatar Jan 14 '22 06:01 LinghaoChan

I think this can be implemented using nvmlDeviceGetProcessUtilization API, which reports encoder/decoder/compute utilization per process.

wookayin avatar Jan 29 '22 06:01 wookayin