Giter Club home page Giter Club logo

sensu-plugins-nvidia's Introduction

sensu-plugins-nvidia

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Plugin to collect metrics from your NVIDIA GPU.

metrics-nvidia.rb

Collects metrics by calling nvidia-smi internally.

parameters

  • -s, --scheme: The scheme to concatenate the metrics with (default: HOSTNAME.nvidia)

metrics

Multiple GPUs are supported and labeled by BusID in Hex (e.g. nvidia.bus0x02.temperature.gpu). For each PCI bus you will get the following metrics:

  • nvidia.busBUS_IN_HEX.fan.speed: Speed of the card's fan (RPM)
  • nvidia.busBUS_IN_HEX.memory.free: Unused memory available to the card (MiB, mebibyte)
  • nvidia.busBUS_IN_HEX.memory.total: Total amount of memory available to the card (MiB, mebibyte)
  • nvidia.busBUS_IN_HEX.memory.used: Memory used by the card (MiB, mebibyte)
  • nvidia.busBUS_IN_HEX.power.draw: Power draw of the card (Watt)
  • nvidia.busBUS_IN_HEX.temperature.gpu: Temperature of the card (Degree Celsius)
  • nvidia.busBUS_IN_HEX.utilization.gpu: GPU utilization of the card (percent)
  • nvidia.busBUS_IN_HEX.utilization.memory: memory utilization of the card (percent)

If you do not get all of the listed values, you GPU probably does not support the feature. To check, you can query it yourself by running nvidia-smi --query-gpu=METRIC --format=csv.
(e.g. nvidia-smi --query-gpu=power.draw --format=csv)

Usage

To collect metrics with the scheme of your choice:

metrics-nvidia.rb --scheme YOUR_SCHEME_HERE

Installation

sensu-install --plugin sensu-plugins-nvidia

In order to use this plugin you will need the official NVIDIA command line interface nvidia-smi which is distributed with their drivers.

For more help see Installation and Setup.

sensu-plugins-nvidia's People

Contributors

eheydrick avatar ghostlyrics avatar dependabot-support avatar sstarcher avatar evesy avatar

Watchers

Jef Spaleta avatar Cameron Johnston avatar Luis Davim avatar Mathias Bogaert avatar  avatar James Cloos avatar Barry O'Rourke avatar Tim Smith avatar Sensu Plugins Bot avatar  avatar

sensu-plugins-nvidia's Issues

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.7)

  Current Bundler version:
    bundler (2.2.15)

Your bundle requires a different version of Bundler than the one you're running.
Install the necessary version with `gem install bundler:1.17.3` and rerun bundler using `run.rb _1.17.3_`

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.