elenapan/Scripts/nvidia_mem.sh
2018-01-21 14:19:40 +02:00

6 lines
123 B
Bash
Executable file

# Prints used GPU global memory
# Work in progress
while :
do
nvidia-settings -q all | grep -i "attribute 'useddedi"
done