mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[GH-ISSUE #200] [Feature Request] Option to display MIG UUID of MIG GPUs in main monitor display #115
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#115
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 @danboid on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/200
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
I admin a server with several NVIDIA A100 GPUs, each divided into 4 MIG GPUS. It is difficult for me to identify which MIG GPU matches with which incus container because I cannot see the MIG UUIDS in the main nvitop monitor display.
Solution
I would like there to be a option so that the MIG UUIDs could be displayed in full next to the GPU numeric ID column in the main nvitop monitor terminal/ssh display.
Alternatives
The nvitop docs say that I should be able to navigate between processes in the (full) monitor display, running via ssh but I have been unable to select any process / GPU to inspect the details of a process. I have been pushing the UP and DOWN arrow keys, J, K, Alt-J, Alt-K, HOME, END... nothing. No processes get highlighted. I am running it as the root user.
The server is running the latest nvitop as ran via pipx under proxmox Debian 13.
The client is Windows 10 running Windows ssh in the new Windows Terminal ie not W10 command prompt.
So because of this, I haven't been able to view any MIG UUIDS from within nvitop.
I have tried nvidia-smi but nvitop seems like it will be better suited and its open source.
nvidia-smi provides almost no monitoring features when run inside incus containers with a MIG GPU attached but nvitop does work in this environment.
Additional context
No response
@danboid commented on GitHub (Feb 26, 2026):
nvitop doesn't display MIG UUIDs in the monitor by default but I have been able to get it to output the MIG UUIDs via the python API.