Skip to content

sratcliffe/nvidia_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA GPU Telemetry Exporter for Prometheus

Requirements

  • CUDA 8.X - Modifications may need to be made in nvml.go to point to your install

Building

$ CGO_LDFLAGS="</usr/lib/nvidia-<driver_version>" go build -o nvidia_exporter

Usage

$ ./nvidia_exporter [flags]

Flags

  • web.listen-address: Listen on this address for requests (default: ":9114").
  • web.telemetry-path: Path under which to expose metrics (default: "/metrics").

License

Portions of nvml.go are based on David Ressman go-nvml. It has been cleaned up and modified for this exporter.

MIT

About

Prometheus NVIDIA GPU Exporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.1%
  • C 6.9%