Hi, one user in blendpolis.de shows us some very interesting string for nvidia-smi in linux:
nvidia-smi -q -d MEMORY | grep -A 2 Mem
Don´t know about windows but try:
nvidia-smi -q -d MEMORY
Cheers, mib.
View Memory Usage in Linux
Forum rules
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
- mib2berlin
- Posts: 1194
- Joined: Wed Jan 27, 2010 7:18 pm
- Location: Germany
Opensuse Leap 42.3/64 i5-3570K 16 GB
GTX 760 4 GB Driver: 430.31
Octane 3.08 Blender Octane
GTX 760 4 GB Driver: 430.31
Octane 3.08 Blender Octane
Interesting & thanks for the tip.
I have 245MB used while not doing anything, just browsing the net... too much, imo
I have 245MB used while not doing anything, just browsing the net... too much, imo

SW: Octane 3.05 | Linux Mint 18.1 64bit | Blender 2.78 HW: EVGA GTX 1070 | i5 2500K | 16GB RAM Drivers: 375.26
cgmo.net
cgmo.net
- mib2berlin
- Posts: 1194
- Joined: Wed Jan 27, 2010 7:18 pm
- Location: Germany
Update:
Small window display top center:
You need xosd or compile by yourself:
http://freshmeat.net/projects/xosd/
Cheers, mib.
This script is from Fish at blendpolis.de
Small window display top center:
Code: Select all
while :
do
nvidia-smi -q -d MEMORY | grep -A 2 Mem | tail -2 | cut -d ":" -f 2 | \
cut -d " " -f 2 | paste -d "/" - - | osd_cat -A center -d 1 -c green
done
http://freshmeat.net/projects/xosd/
Cheers, mib.
This script is from Fish at blendpolis.de
Opensuse Leap 42.3/64 i5-3570K 16 GB
GTX 760 4 GB Driver: 430.31
Octane 3.08 Blender Octane
GTX 760 4 GB Driver: 430.31
Octane 3.08 Blender Octane