A fluentd plugin for gc.log of JavaVM
% 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.
#/etc/fluentd/fluent.conf
<source>
type jvm_gclog
path /path/to/gc.log
tag jvm.gclog
</source>