[PR #190] [MERGED] feat(tui/device): add bar charts for memory bandwidth and power usage #195

Closed
opened 2026-05-05 03:27:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/190
Author: @XuehaiPan
Created: 11/9/2025
Status: Merged
Merged: 11/9/2025
Merged by: @XuehaiPan

Base: mainHead: show-power


📝 Commits (4)

  • d7e1283 chore(pre-commit): update pre-commit hooks
  • 613515f feat(tui/device): add bar charts for memory bandwidth and power usage in main screen
  • 212c449 feat(tui/device): add bar charts for memory bandwidth and power usage in once print
  • 573a81c chore(tui): increase default min width for once print

📊 Changes

4 files changed (+219 additions, -55 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 nvitop/tui/library/device.py (+32 -3)
📝 nvitop/tui/screens/main/__init__.py (+1 -1)
📝 nvitop/tui/screens/main/panels/device.py (+185 -50)

📄 Description

Issue Type

  • Improvement/feature implementation

Description

Add bar charts for memory bandwidth and power usage in the main screen.

Motivation and Context

Resolves #189


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/XuehaiPan/nvitop/pull/190 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 11/9/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `show-power` --- ### 📝 Commits (4) - [`d7e1283`](https://github.com/XuehaiPan/nvitop/commit/d7e1283970fa06a9fd3182d066fdad060a2ea3fa) chore(pre-commit): update pre-commit hooks - [`613515f`](https://github.com/XuehaiPan/nvitop/commit/613515ffd680587557137570a444224c43ad90e0) feat(tui/device): add bar charts for memory bandwidth and power usage in main screen - [`212c449`](https://github.com/XuehaiPan/nvitop/commit/212c449e978eb89b02d3df1b7d059f3885acc5d5) feat(tui/device): add bar charts for memory bandwidth and power usage in once print - [`573a81c`](https://github.com/XuehaiPan/nvitop/commit/573a81c3e43a7cc548a35c82281f2a9dc84e0b38) chore(tui): increase default min width for once print ### 📊 Changes **4 files changed** (+219 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `nvitop/tui/library/device.py` (+32 -3) 📝 `nvitop/tui/screens/main/__init__.py` (+1 -1) 📝 `nvitop/tui/screens/main/panels/device.py` (+185 -50) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Description <!-- Describe the changes in detail --> Add bar charts for memory bandwidth and power usage in the main screen. #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Resolves #189 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#195
No description provided.