A command line utility to show who is using which GPU and what they are doing - similar to w.
pip install git+https://github.com/spiess/wgpu.gitIf installed in a virtual environment:
wgpuOtherwise:
python3 -m wgpuTo highlight a specific GPU (e.g. GPU with ID 1):
wgpu --gpu 1To highlight GPUs and processes used by a specific user (e.g. florian):
wgpu --username florianIf used with watch use --color to enable highlighting:
watch --color -n 1 wgpu --user florian