Skip to content

Option to show GPU Memory Usage in SystemMonitor #1749

@tastelessjolt

Description

@tastelessjolt

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,nounits

Will 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, 11264

Additional Context

Add any relevant screenshots, links, or resources.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions