mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-05 08:23:13 +00:00
4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits | awk '{ print "GPU",""$1"","%"}'
|