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-memory | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 barscripts/gpu-memory (limited to 'barscripts/gpu-memory') diff --git a/barscripts/gpu-memory b/barscripts/gpu-memory new file mode 100755 index 0000000..6c8aeca --- /dev/null +++ b/barscripts/gpu-memory @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +command -v nvidia-smi > /dev/null 2>&1 && nvidia-smi > /dev/null 2>&1 && printf "VRAM:%s%%" "$(nvidia-smi --query-gpu=utilization.memory --format=csv,noheader,nounits 2> /dev/null)" -- cgit v1.2.3-70-g09d2