mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #163] [MERGED] fix(tui/host): ignore errors when collecting host metrics #180
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#180
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/163
Author: @XuehaiPan
Created: 4/19/2025
Status: ✅ Merged
Merged: 4/19/2025
Merged by: @XuehaiPan
Base:
main← Head:ignore-host-metrics-errors📝 Commits (3)
ddce43afix(tui/host): ignore errors when collecting host metricsc6e5a34docs(CHANGELOG): update CHANGELOG.mdd8f9eaechore: enforce banned API📊 Changes
12 files changed (+174 additions, -71 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
nvitop/tui/library/__init__.py(+11 -11)➕
nvitop/tui/library/host.py(+101 -0)📝
nvitop/tui/library/messagebox.py(+1 -1)📝
nvitop/tui/library/process.py(+4 -21)📝
nvitop/tui/library/selection.py(+2 -1)📝
nvitop/tui/library/utils.py(+26 -14)📝
nvitop/tui/screens/main/device.py(+3 -3)📝
nvitop/tui/screens/main/host.py(+3 -7)📝
nvitop/tui/screens/main/process.py(+9 -8)📝
nvitop/tui/screens/metrics.py(+4 -4)📝
pyproject.toml(+9 -0)📄 Description
Issue Type
Motivation and Context
Resolves #161
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.