mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #82] [Feature Request] Add support for PCIE throughput and NVLink throughput #49
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#49
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 @lungothrin on GitHub (Jul 30, 2023).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/82
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
It would be nice to be able to monitor throughput between CPU & GPU, and that between different GPUs.
like in Jupyter Lab - GPU dashboards, https://developer.nvidia.com/blog/gpu-dashboards-in-jupyter-lab/
Solution
No response
Alternatives
No response
Additional context
No response
@XuehaiPan commented on GitHub (Aug 4, 2023):
Hi @lungothrin, thanks for raising this. It would be a great feature.
I have added initial results for new query APIs in PR #87.
Now you can implement your own throughput monitor tools based on that if the PR is merged.
However, for the
nvitopCLI, there may be no space left to add information for "PCI-e TX/RX" and "NVLink TX/RX". Any thought?