No commit activity in last 3 years
No release in over 3 years
Fluent input plugin to collect load average via uptime command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

 Project Readme

fluent-plugin-loadaverage

Overview

Fluentd input plugin to collect loadaverage via uptime command.

Installation

$ gem install fluent-plugin-loadaverage

Configuration

<source>
  type loadaverage
  tag loadaverage
  interval 10
</source>

Parameters

  • tag(Required)
    • record output destination
  • interval
    • execute interval time
    • [default] 60s

OutputFormat

{"past_1min":"0.00","past_5min":"0.01","past_15min":"0.05"}