would be possible to export the data in a JSON format #219
FlaviuRadulescu
started this conversation in
Ideas
Replies: 1 comment
-
I came here with the same plea. In my case I would like to monitor VRAM usage distribution by different applications. At the moment I can monitor total VRAM usage by radeontop as it has machine readable output:
But I would like to monitor per application. Is there any other tool that can monitor VRAM usage per process? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be great if we could push the data into grafana, so I was wondering how hard would be to run the nvtop with a parameter that would return the current state in a JSON format which could then be pushed into grafana/prometheus.
We could easily have like a cron or something to interogate nvtop and export the data out, or to just save it in a log file in a JSON format (running as a demon without a UI, or just run once and return the output)
Beta Was this translation helpful? Give feedback.
All reactions