mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[GH-ISSUE #167] [Feature Request] Webpage for history visualization #103
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#103
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 @fzyzcjy on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/167
Originally assigned to: @XuehaiPan on GitHub.
Required prerequisites
Motivation
Hi thanks for the library! I wonder whether there can be a simple webpage ui? e.g. a plot for gpu memory and utilization.
Solution
No response
Alternatives
No response
Additional context
No response
@XuehaiPan commented on GitHub (Jun 1, 2025):
Hi @fzyzcjy, I think you might need nvitop-exporter.
@fzyzcjy commented on GitHub (Jun 1, 2025):
Thank you! But it is a bit heavy to have prometheus and grafana, thus wondering is there a lightweight solution?
(If I could install prometheus and grafana, then I will just install netdata ;) )
@XuehaiPan commented on GitHub (Jun 2, 2025):
thus wondering is there a lightweight solution?
@fzyzcjy You can implement a background daemon with
ResourceMetricCollectorand visualize it with TensorBoard.See also:
You could install prometheus and grafana via Homebrew, which does not require sudo access.