Skip to content

heejongkim/gpu-stats-reporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Stats Report

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

Example

Dahboard example

Install

  • yum install nodejs -y # Download and install the latest NodeJS
  • Install the DataDog agent
  • Clone the repo
  • yum update openssl -y
  • npm rebuild
  • npm install -g node-gyp #Follow the Node Gyp setup guide
  • Ensure nvidia-smi, usually located under C:\Program Files\NVIDIA Corporation\NVSMI, is available in your PATH
  • Run npm install from the repo base directory
  • screen
  • Run npm run dev

Usage

Config

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

License

See license file

About

NodeJS service that reports GPU stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%