[REQUEST] Add GPU monitoring
See original GitHub issueIs your feature request related to a problem? Please describe. I’m always frustrated when I have to open another window to monitor the usage of my GPUs.
Describe the solution you’d like I would love to see the GPU utilization and memory usage in bpytop when bpytop detects dedicated GPUs. Users that made the effort to install a dedicated GPU or bought a computer with a dedicated GPU likely care a lot about the GPU usage.
Describe alternatives you’ve considered
An alternative would be to open nvtop
or run watch nvidia-smi
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:48
- Comments:99 (32 by maintainers)
Top Results From Across the Web
Monitoring GPU performance on Linux VMs - Google Cloud
To manage services on systems that use systemd , use the following steps to add the GPU monitoring agent to the list of...
Read more >Monitoring NVIDIA GPU Usage in Kubernetes with Prometheus -
This article will explore the use of GPUs in Kubernetes, outline the key metrics you should be tracking, and detail the process of...
Read more >GPU Monitoring | Monitor your Graphics Processing Unit
Monitor the CPU, memory utilization and temperature of graphics cards in Linux and ensure optimum workload. Sign up now!
Read more >How to add the NVIDIA GPU Metrics on the newrelic infra ...
If you want to see your instance's GPU metric on newrelic, you can simply add a .yml file. It is called New Relic...
Read more >GPU Monitoring using Azure Monitor - Microsoft Community Hub
It is important to be able to monitor the GPU metrics (e.g. GPU and memory utilization, tensor cores activity, temperature of GPU's etc.)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use GPUs on a daily basis at work to train neural networks on corporate servers. I already use monitoring tools like “nvtop” or “nvidia-smi” to check temperatures and resource occupancy. If I found everything included in “bpytop”, it would be … the TOP … 😃
@aristocratos i’ve gone ahead and done a mockup of the GPU box placement. here’s a picture:
i’ll be working on the GpuCollector class this weekend. you can find my code here.