No commit activity in last 3 years
No release in over 3 years
Fluentd input plugin for JavaVM gc.log.
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

>= 0.0.2
 Project Readme

fluent-plugin-jvm-gclog

A fluentd plugin for gc.log of JavaVM

Installation

% gem install fluent-plugin-jvm-gclog

This plugin use jvm_gclog for parsing gc.log, which gc.log is widely changed depending on javavm options. See README.md about supporting options.

Usage

#/etc/fluentd/fluent.conf
<source>
  type jvm_gclog
  path /path/to/gc.log
  tag jvm.gclog
</source>