Skip to content

Commit

Permalink
add description of how to collect device-plugin's metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitianli committed Aug 9, 2024
1 parent c569eef commit 567494c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ volcano-scheduler-metrics records every GPU usage and limitation, visit the foll
curl {volcano scheduler cluster ip}:8080/metrics
```

You can also collect the **GPU utilization**, **GPU memory usage**, **pods' GPU memory limitations** and **pods' GPU memory usage** metrics on nodes by visiting the following addresses:

```
curl {volcano device plugin cluster ip}:9394/metrics
```
![img](./doc/vgpu_device_plugin_metrics.png)

# Issues and Contributing
[Checkout the Contributing document!](CONTRIBUTING.md)

Expand Down
Binary file added doc/vgpu_device_plugin_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 567494c

Please sign in to comment.