Check Which Processes are Using the Nvidia GPU 发表于 2023-03-03 更新于 2024-08-22 分类于 Linux 系统和软件 文章标准 暂无 Apart from nvidia-smi, on Linux you can check which processes might be using the GPU using the command sudo fuser -v /dev/nvidia* This will list processes that have NVIDIA GPU device nodes open.