[GH-ISSUE #167] [Feature Request] Webpage for history visualization #103

Open
opened 2026-05-05 03:25:36 -06:00 by gitea-mirror · 3 comments
Owner

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

  • I have searched the Issue Tracker that this hasn't already been reported. (comment there if it has.)
  • I have tried the latest version of nvitop in a new isolated virtual environment.

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

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 - [x] I have searched the [Issue Tracker](https://github.com/XuehaiPan/nvitop/issues) that this hasn't already been reported. (comment there if it has.) - [x] I have tried the latest version of nvitop in a new isolated virtual environment. ### Motivation <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? E.g., "I'm always frustrated when [...]". If this is related to another issue, please link here too. --> 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_
gitea-mirror added the
enhancement
label 2026-05-05 03:25:36 -06:00
Author
Owner

@XuehaiPan commented on GitHub (Jun 1, 2025):

Hi @fzyzcjy, I think you might need nvitop-exporter.

<!-- gh-comment-id:2927583195 --> @XuehaiPan commented on GitHub (Jun 1, 2025): Hi @fzyzcjy, I think you might need [nvitop-exporter](https://github.com/XuehaiPan/nvitop/tree/main/nvitop-exporter).
Author
Owner

@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 ;) )

<!-- gh-comment-id:2928129538 --> @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 ;) )
Author
Owner

@XuehaiPan commented on GitHub (Jun 2, 2025):

thus wondering is there a lightweight solution?

@fzyzcjy You can implement a background daemon with ResourceMetricCollector and visualize it with TensorBoard.

See also:


If I could install prometheus and grafana

You could install prometheus and grafana via Homebrew, which does not require sudo access.

brew install prometheus grafana
vim "$(brew --prefix)/etc/prometheus.yml"
brew services start prometheus
brew services start grafana
<!-- gh-comment-id:2930540356 --> @XuehaiPan commented on GitHub (Jun 2, 2025): thus wondering is there a lightweight solution? @fzyzcjy You can implement a background daemon with `ResourceMetricCollector` and visualize it with TensorBoard. See also: - #20 - #21 ------ > If I could install prometheus and grafana You could install prometheus and grafana via [Homebrew](https://brew.sh), which does not require sudo access. ```bash brew install prometheus grafana vim "$(brew --prefix)/etc/prometheus.yml" brew services start prometheus brew services start grafana ```
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#103
No description provided.