Git Product home page Git Product logo

munin-http-timing's Introduction

munin-http-timing Build Status

munin-node plugin to get detailed HTTP response timing information from requesting an URI.

rendered detail graph example rendered multi graph example

Usage

Build using make release, link the executable from releases/ in /etc/munin/plugins/, configure it in /etc/munin/plugin-conf.d/ and restart the munin-node service.
Two binaries are provided, one for ARMv6 (Raspberry-Pi compatible) and one for AMD64.

Configuration

URIs must be registered in the environment variables using variables named TARGET_<name>.

Example:

[http-timing]
env.TARGET_EXAMPLE https://example.com/
env.TARGET_GITHUB https://github.com/L-P

Other options:

  • env.RANDOM_DELAY (default to 0) when set to 1 requests will be delayed by a random amount. This is useful when you test many URIs on the same server and don't want to have them arrive at the same time.
  • env.USER_AGENT (default to http-timing/version) User-Agent header to send when making the HTTP requests.

Tests

# run test suite
make test

# get code coverage and display it in browser
make cover

License

MIT

munin-http-timing's People

Contributors

l-p avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.