mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #176] [MERGED] fix(api/device): fix device.pcie_tx_throughput() returns PCIe RX throughput due to a typo in argument #187
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#187
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/176
Author: @1saac-k
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @XuehaiPan
Base:
main← Head:fix_pcie_tx_throughput📝 Commits (1)
f1df31efix(api/device): fix typo that retrieves RX instead of TX in pcie_tx_throughput()📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
nvitop/api/device.py(+1 -1)📄 Description
Issue Type
Runtime Environment
..
Description
Trivial typo fix. The pcie_tx_throughput() function was reading the RX value instead of the TX value.
Motivation and Context
Problem: Unable to collect PCIe Tx metrics.
Testing
I manually tested it. Given that it's a minor correction, I won't include it in the log, but I can add it if required.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.