mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #87] [MERGED] feat(api/device): add methods to query PCIe and NVLink throughput #154
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#154
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?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/87
Author: @XuehaiPan
Created: 8/4/2023
Status: ✅ Merged
Merged: 8/13/2023
Merged by: @XuehaiPan
Base:
main← Head:throughput📝 Commits (10+)
2d479defeat(api/device): add methods to query PCI-e throughput4073d7dfeat(api/device): add methods to query NVLink throughputb2dc47efeat(api/device): add shortcut when there is no NVLink availablece09863chore(pre-commit): update pre-commit hooksdf1df52chore(api/libnvml): handle corrupted pynvml installation54fe913chore(api/utils): use open condition for the right side5184b7cchore(api/device): add extraintervalargument for blocking643393bstyle: stylelibnvmld71eb51chore(pre-commit): update pre-commit hooksc12b017fix(callbacks): fix a potential attribute errors for newer PyTorch-Lightning📊 Changes
14 files changed (+587 additions, -63 deletions)
View changed files
📝
.pre-commit-config.yaml(+3 -3)📝
.pylintrc(+3 -1)📝
CHANGELOG.md(+1 -1)📝
README.md(+5 -0)📝
docs/source/spelling_wordlist.txt(+5 -0)📝
nvitop/api/collector.py(+1 -1)📝
nvitop/api/device.py(+439 -9)📝
nvitop/api/libcuda.py(+6 -3)📝
nvitop/api/libcudart.py(+7 -2)📝
nvitop/api/libnvml.py(+79 -25)📝
nvitop/api/process.py(+5 -3)📝
nvitop/api/utils.py(+20 -12)📝
nvitop/callbacks/pytorch_lightning.py(+5 -1)📝
nvitop/gui/screens/main/process.py(+8 -2)📄 Description
Issue Type
Description
Add methods to query PCIe and NVLink throughput.
Motivation and Context
Resolves #82
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.