command
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Feb 25, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mackerel-plugin-jvm
JVM(jstat) custom metrics plugin for mackerel.io agent.
Synopsis
mackerel-plugin-jvm -javaname=<javaname> [-pidfile=</path/to/pidfile>] [-jstatpath=</path/to/jstat] [-jpspath=/path/to/jps] [-host=<host>] [-port=<port>]
Requirements
Example of mackerel-agent.conf
[plugin.metrics.jvm]
command = "/path/to/mackerel-plugin-jvm -javaname=NettyServer -jstatpath=/usr/bin/jstat -jpspath=/usr/bin/jps"
About javaname
You can check javaname by jps command.
# jps
14203 NettyServer
14822 Jps
Please choose an arbitrary name as javaname
when you use pidfile
option.
It is just used as a prefix of graph label.
References
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.