oneliners/bash/nvidia_view_utilization.sh

5 lines
104 B
Bash
Raw Normal View History

2021-07-07 16:35:25 +02:00
#!/bin/bash
# view utilization of nVidia-gpus via nvidia-smi
watch -n 2 'nvidia-smi -q -d UTILIZATION'