Created
May 12, 2020 09:37
-
-
Save 7ahery/0f52c94a5c3f9791b44b3d015b2b5dbb to your computer and use it in GitHub Desktop.
Conky Nvidia GPU Usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Conky configuration to monitor GPU usage, temperature and memory, Add the following to your .conkyrc file, usually located at your HOME folder | |
| # You need 'nvidia-smi', So make sure you are using nvidia proprietary drivers | |
| GPU Usage: ${exec nvidia-smi | grep % | cut -c 61-63}% ${exec nvidia-smi | grep % | cut -c 37-40}MB ${execi 60 nvidia-settings -query [gpu:0]/GPUCoreTemp -t}°C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment