From b487984ecc61c6229cf92550030745c192fd3d0b Mon Sep 17 00:00:00 2001 From: Arnold Sommerfeld Date: Wed, 17 May 2023 18:44:48 +0100 Subject: first commit --- barscripts/gpu-usage | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 barscripts/gpu-usage (limited to 'barscripts/gpu-usage') diff --git a/barscripts/gpu-usage b/barscripts/gpu-usage new file mode 100755 index 0000000..67ae7e0 --- /dev/null +++ b/barscripts/gpu-usage @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +command -v nvidia-smi > /dev/null 2>&1 && nvidia-smi > /dev/null 2>&1 && printf "GPU:%s%%" "$(nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits 2> /dev/null)" -- cgit v1.2.3-70-g09d2