mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[GH-ISSUE #170] [Feature Request] Hide CPU Section in Terminal #107
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#107
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?
Originally created by @XiaomoWu on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/170
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
This issue is related to #160 but from a different perspective, so I think it's better to create a new issue.
Currently, the CLI interface always includes a dedicated CPU section. There's no way to disable it (see screenshot below):
In my use case, I already opened an
hoppane to track CPU usage. The information from nvitop become redundant. More importantly, when system RAM usage is high, nvitop stops displaying the actual memory usage and instead falls back to showing only a percentage (e.g., “USED: 18GiB” -> "83%"). This makes it harder to interpret memory load accurately, and I have to rely on htop to get the real numbers.Solution
I propose adding a new argument to disable the CPU section in the terminal:
This would streamline the interface for users who already monitor CPU usage elsewhere and help preserve useful RAM information in high-usage scenarios.
Thanks again for the fantastic tool!
Alternatives
No response
Additional context
No response