mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #20] [Question] Can nvitop keep a log/record of GPU-Utilization and store in a CSV? #17
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#17
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 @FelixMildon on GitHub (Jun 17, 2022).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/20
I'm trying to record GPU-utilization, and the users., and what programs are running.
Is there a way to log and save this information? Like into a CSV or database?
Sorry if I missed something from the readme
@XuehaiPan commented on GitHub (Jun 17, 2022):
@FelixMildon Hi,
nvitopprovides APIs to query the device and process status, see https://github.com/XuehaiPan/nvitop#device.I'm going to add
tensorboardintegration this weekend (see https://github.com/XuehaiPan/nvitop/issues/18#issuecomment-1140715085), which will introduce more user-friendly interfaces.@FelixMildon commented on GitHub (Jun 22, 2022):
@XuehaiPan I'm really unsure how to use NVItop to log processes and gpu-utalisation (from nvidia-smi). Logging these in intervals into a CSV would be really useful for University of Aucklands GPUs.
@XuehaiPan commented on GitHub (Jun 22, 2022):
Hi @FelixMildon, I implement a new metric collector in PR #21, which can collect the resource consumption for GPUs and processes.
See also #18.
@XuehaiPan commented on GitHub (Jun 26, 2022):
Close as resolved by PR #21.