mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-27 15:54:57 +08:00
6 lines
123 B
Bash
Executable file
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
|