Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

pressrelations/cuda-collectd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

cuda-collectd

cuda-collectd is a collectd-python plugin for pushing statistics from the nvidia-smi utility to collectd.

installation

While this is somewhat environment specific, the installation procedure will likely look something like,

$ cp cuda_collectd.py /usr/lib/collectd

then adding the following stanza to collectd.conf,

<LoadPlugin python>
  Globals true
</LoadPlugin>

<Plugin python>
  ModulePath "/usr/lib/collectd"
  Interactive False
  Import "cuda_collectd"
</Plugin>

About

Collect statistics on CUDA devices with collectd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%