Polls GPU information and reports it to Datadog.
Each GPU on the machine is reported separately, though not all GPUs support reporting all stats through the exposed APIs
Only supports nVidia hardware though feel free to make a pull-request with support for other GPU manufacturers
- Download and install the latest NodeJS
- Install the DataDog agent
- Clone the repo
- Follow the Node Gyp setup guide
- Ensure
nvidia-smi
, usually located underC:\Program Files\NVIDIA Corporation\NVSMI
, is available in yourPATH
- Run
npm install
from the repo base directory - Run
npm run dev
Name | Default | Description |
---|
Copy the example config file in /config/example.local.js
to /config/local.js
and edit the settings you wish to override
See license file