Feedback on the experimental Performance Monitor #771
Replies: 16 comments 17 replies
|
On my setup using
What's not correct:
What is correct:
/CC @knguyen298 as they added rocm-smi monitoring in #767 |
|
The logic in monitor_unix.go allows only nvidia-smi or rocm-smi monitoring, but not both. Ideally for heterogeneous setups both would be supported at the same time. The LACT and (future) sysfs versions should probably not combine to avoid duplicate entries, but the two "smi" tools definitely can combine without overlap. |
|
Upgrading from v212 to v216 fixed everything for me. Thanks! |
|
Shouldn't amd-smi be used instead of rocm-smi? |
|
Following up on the macOS GPU gap you noted here — I posted a design sketch in Ideas (#814) with the data source mapping for Apple Silicon via ioreg. I missed the link with Perfomrance Monitor, I searched with a Mac specific view, sorry about that! |
|
On my RX 7800 XT when running in Docker (
I guess, it's related to this:
Am I correct to assume that LACT is missing in the Docker image for Vulkan? |
|
Feedback: this is a cool feature (strixhalo native install works fine) |
|
Would be nice to prefill/preprocessing and how long it takes to load context. Also, would be nice to a graph of context used v. How much context you set. Overall great system. |
|
A bit "off-topic" but; Thank you for creating and maintaining Thank you! |
|
I made a PR (#938) that uses |
|
Great feature! I've been using it for quite a while. What would make it even better:
|
|
Please consider hiding this tab from the UI when this functionality is disabled. |
|
I really like this functionality. Is there a way to log the averages (1, 5, or 10) to a file so it can be reviewed later on? |
|
I love this and am using it alot! A few feature/change suggestions from my side:
|





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Usage and limitations
New
performanceconfig settings:The performance monitor can be tweaked with these new configuration settings. The performance monitor is enabled by default with the settings below:
New Performance tab in the UI
Prometheus and Grafana support
Prometheus Metrics are available at the new /metrics endpoint. These can be wired up to Grafana to produce some nice graphs. An example dashboard is provided at docs/grafana/example-dashboard.json:
All reactions