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.
Three samples are included to demonstrate how to use the NVML API.
NVIDIA Data Center GPU Manager (DCGM) is a set of tools for managing and monitoring NVIDIA GPUs in cluster environments. It's a low overhead tool suite that performs a variety of functions on each host system including active health monitoring, diagnostics, system validation, policies, power and clock management, group configuration and accounting.
DCGM go bindings makes administering and monitoring containerized GPU applications easy.
DCGM can be run in different modes, seven samples and a REST API are included for showing how to use the DCGM API and run it in different modes.
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.
Checkout the Contributing document!
- Please let us know by filing a new issue
- You can contribute by opening a pull request