[PR #59] [MERGED] feat(gui/host): show more metrics #140

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

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/59
Author: @XuehaiPan
Created: 3/16/2023
Status: Merged
Merged: 3/16/2023
Merged by: @XuehaiPan

Base: mainHead: host-metrics


📝 Commits (2)

  • e00582a feat(gui/host): show more metrics
  • 56a60e9 docs(CHANGELOG): update CHANGELOG.md

📊 Changes

9 files changed (+116 additions, -47 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 docs/source/spelling_wordlist.txt (+1 -0)
📝 nvitop/api/host.py (+7 -0)
📝 nvitop/api/utils.py (+19 -10)
📝 nvitop/gui/library/__init__.py (+9 -1)
📝 nvitop/gui/library/history.py (+2 -1)
📝 nvitop/gui/library/process.py (+14 -5)
📝 nvitop/gui/library/utils.py (+8 -5)
📝 nvitop/gui/screens/main/host.py (+55 -24)

📄 Description

Issue Type

  • Improvement/feature implementation

Description

Show "used host memory" and "system uptime".

Motivation and Context

Resolves #58

Images / Videos

Screenshot1

Screenshot 2

image


🔄 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/59 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 3/16/2023 **Status:** ✅ Merged **Merged:** 3/16/2023 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `host-metrics` --- ### 📝 Commits (2) - [`e00582a`](https://github.com/XuehaiPan/nvitop/commit/e00582a8f2e60b1e4b0d66a7d260fe198f3e52f5) feat(gui/host): show more metrics - [`56a60e9`](https://github.com/XuehaiPan/nvitop/commit/56a60e948606a1be3679d833fe71b4436bbaf83e) docs(CHANGELOG): update CHANGELOG.md ### 📊 Changes **9 files changed** (+116 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `docs/source/spelling_wordlist.txt` (+1 -0) 📝 `nvitop/api/host.py` (+7 -0) 📝 `nvitop/api/utils.py` (+19 -10) 📝 `nvitop/gui/library/__init__.py` (+9 -1) 📝 `nvitop/gui/library/history.py` (+2 -1) 📝 `nvitop/gui/library/process.py` (+14 -5) 📝 `nvitop/gui/library/utils.py` (+8 -5) 📝 `nvitop/gui/screens/main/host.py` (+55 -24) </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 --> Show "used host memory" and "system uptime". #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Resolves #58 #### Images / Videos <!-- Only if relevant --> <!-- Link or embed images and videos of screenshots, sketches etc. --> ![Screenshot1](https://user-images.githubusercontent.com/16078332/225615169-0bfac9c8-ffa9-4632-9c60-d0f3befe367d.png) ![Screenshot 2](https://user-images.githubusercontent.com/16078332/225615364-da9914f0-736c-4212-9404-2c92bab9f5ec.png) ![image](https://user-images.githubusercontent.com/16078332/225619486-2b2d2397-3169-49ed-ae3b-9fc3f1994367.png) --- <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:26:39 -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#140
No description provided.