Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.52 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.52 KB

NVIDIA GPU Monitoring Tools

NVML Go Bindings

NVIDIA Management Library (NVML) is a C-based API for monitoring and managing NVIDIA GPU devices. NVML go bindings are taken from nvidia-docker 1.0 with some improvements and additions. NVML headers are also added to the package to make it easy to use and build.

NVML Samples

Three samples are included to demonstrate how to use the NVML API.

DCGM exporter

GPU metrics exporter for Prometheus leveraging NVIDIA Data Center GPU Manager (DCGM) is a simple shell script that starts nv-hostengine, reads GPU metrics every 1 second and converts it to a standard Prometheus format.

Find the installation and run instructions here.

Issues and Contributing

A signed copy of the Contributor License Agreement needs to be provided to [email protected] before any change can be accepted.