mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 23:59:36 +01:00
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits | awk '{ print "GPU",""$1"","%"}' |