Skip to content

saicologic/fluent-plugin-jvm-gclog

 
 

Repository files navigation

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>

About

A fluentd plugin for gc.log of JavaVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%