cudaprocess-monitoringresource-monitor

A top-like utility for monitoring CUDA activity on a GPU


I'm trying to monitor a process that uses CUDA and MPI, is there any way I could do this, something like the command "top" but that monitors the GPU too?


Solution

  • I find gpustat very useful. It can be installed with pip install gpustat, and prints breakdown of usage by processes or users.

    enter image description here