mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #171] [BUG] Shared GPU Job - listed CPU % #106
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StefanSander3 on GitHub (Jul 24, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/171
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
What version of nvitop are you using?
1.5.0
Operating system and version
Ubuntu 24.04.02
NVIDIA driver version
550.163.01
NVIDIA-SMI
Python environment
/
Problem description
Working with nvitop-exporter, but the issue I'm facing can also be seen at nvitop level.
Here a job is spread over multiple gpus, the CPU % should be the same for every gpu, right?
Steps to Reproduce
The Python snippets (if any):
Command lines:
Traceback
Logs
Expected behavior
CPU% should be the very same, as it is only one process.
Additional context
If this is not a bug: I'm using exporters data in Grafana.
I should be fine, either way, right?
Over a few minutes that should be the same pretty much?
Thanks again for this tool!
@XuehaiPan commented on GitHub (Jul 24, 2025):
Hi @StefanSander3, thanks for raising this. I opened a PR to fix this. Could you try it with the following command to validate that fix?
@StefanSander3 commented on GitHub (Jul 24, 2025):
Wow, that's fast. Works for me!