Code Monkey home page Code Monkey logo

influxdb-slurm-monitoring's Introduction

Introduction

The acct_gather_profile/influxdb plugin uses the same base as the HDF5 profiling plugin. It allows Slurm to coordinate collecting data on jobs it runs on a cluster that is more detailed than is practical to include in its database. The data comes from periodically sampling various performance data either collected by Slurm, the operating system, or component software. The plugin will record the data from each source as a Time Series into a custom InfluxDB server.

Collects exactly the same information as the HDF5 plugin:

Measurement Description
CPUFrequency CPU Frequency at time of sample
CPUTime Seconds of CPU time used during the sample
CPUUtilization CPU Utilization during the interval
Pages Pages used in sample
ReadMB Number of megabytes read from local disk
RSS Value of RSS at time of sample
VMSize Value of VM Size at time of sample
WriteMB Number of megabytes written to local disk

A small buffer (16KB) is used to avoid sending data for every sample collected. After task ended, plugin will send buffered data.

Information is sent to the central server using libcurl-devel library, so you should use this configure option:

--with-libcurl

It is a good idea to have a web layer over your InfluxDB server, such as Grafana, in order to visualize the data.

Here you can find some Screenshots.

Please, refer to INSTALL.md for installation instructions.

influxdb-slurm-monitoring's People

Contributors

gromr1 avatar cfenoy avatar

Watchers

James Cloos avatar  avatar

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.