-
-
Notifications
You must be signed in to change notification settings - Fork 300
Open
Labels
featureNew feature or requestNew feature or request
Description
Feature Description
- I would like to see my GPU Memory Usage in SystemMonitor plugin
Why Is This Needed?
- I run a triple 4K monitor setup and sometimes, due to many open applications, GPU memory gets full and crashes the whole system
- I would like to see an easy indicator for when the free memory is close to zero
Suggested Solutions
Similar to the GPU temperature solution for Nvidia GPUs,
nvidia-smi --query-gpu=name,memory.used,memory.total --format=csv,noheader,nounitsWill give you used memory and total memory of all the GPUs.
Example output:
~ ❯ nvidia-smi --query-gpu=name,memory.used,memory.total --format=csv,noheader,nounits
NVIDIA GeForce RTX 2080 Ti, 4964, 11264Additional Context
Add any relevant screenshots, links, or resources.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request