Download List

專案描述

jmxtrans is effectively the missing connector between JMX and whatever logging or graphing package that you can dream up. jmxtrans is very powerful tool that reads JSON configuration files specifying servers/ports and JMX domains/attributes and then outputs the data in whatever format you want via special "Writer" objects that you can code up yourself. It does this with a very efficient engine design that will scale to querying literally thousands of machines. The core engine is pretty solid and writers are included for cacti/rrdtool, graphite, and stdout.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-11 10:41
199

This release adds support for ganglia. It updates the documentation.

2011-07-06 16:54
168

Caching of connections to JMX servers was added.

2011-06-24 05:53
v134

This release adds caching of Socket connections to Graphite. It adds the KeyOutWriter. It adds Lifecycle events to OutputWriters. There are many internal fixes that improve the stability of the code. There is better logging output.

2011-06-01 16:07
119

The -f option is allowed. Duplication of Server/Query in JSON files is removed.

2011-05-20 18:12
114

A few small features were added in order to customize the output for Graphite a bit better.

Project Resources