/fluent-plugin-jvm-gclog

A fluentd plugin for gc.log of JavaVM

Primary LanguageRubyApache License 2.0Apache-2.0

fluent-plugin-jvm-gclog

A fluentd plugin for gc.log of JavaVM

Installation

% gem install fluent-plugin-jvm-gclog

Usage

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