JmxTrans

JMX metrics exporter. This module creates the packaging for JmxTrans. It does not contain any application code, but creates .deb, .rpm or other packaging.

License

License

Categories

Categories

jmxtrans Application Testing & Monitoring Monitoring
GroupId

GroupId

org.jmxtrans
ArtifactId

ArtifactId

jmxtrans
Last Version

Last Version

272
Release Date

Release Date

Type

Type

jar
Description

Description

JmxTrans
JMX metrics exporter. This module creates the packaging for JmxTrans. It does not contain any application code, but creates .deb, .rpm or other packaging.
Project URL

Project URL

http://www.jmxtrans.org/jmxtrans
Project Organization

Project Organization

JmxTrans team

Download jmxtrans

How to add to project

<!-- https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans/ -->
<dependency>
    <groupId>org.jmxtrans</groupId>
    <artifactId>jmxtrans</artifactId>
    <version>272</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans/
implementation 'org.jmxtrans:jmxtrans:272'
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans/
implementation ("org.jmxtrans:jmxtrans:272")
'org.jmxtrans:jmxtrans:jar:272'
<dependency org="org.jmxtrans" name="jmxtrans" rev="272">
  <artifact name="jmxtrans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmxtrans', module='jmxtrans', version='272')
)
libraryDependencies += "org.jmxtrans" % "jmxtrans" % "272"
[org.jmxtrans/jmxtrans "272"]

Dependencies

runtime (13)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3
org.jmxtrans : jmxtrans-core jar 272
org.jmxtrans : jmxtrans-output-cloudwatch jar 272
org.jmxtrans : jmxtrans-output-core jar 272
org.jmxtrans : jmxtrans-output-elastic jar 272
org.jmxtrans : jmxtrans-output-ganglia jar 272
org.jmxtrans : jmxtrans-output-gelf jar 272
org.jmxtrans : jmxtrans-output-influxdb jar 272
org.jmxtrans : jmxtrans-output-jrobin jar 272
org.jmxtrans : jmxtrans-output-kafka jar 272
org.jmxtrans : jmxtrans-output-logback jar 272
org.jmxtrans : jmxtrans-output-velocity jar 272

test (1)

Group / Artifact Type Version
org.jmxtrans : jmxtrans-test-utils jar 272

Project Modules

There are no modules declared in this project.

jmxtranslogo

FOSSA Status Build Status Build status Dependency Status Gitter Maven site Maven Central sonarcloud.io

This is the source code repository for the jmxtrans project.

This is effectively the missing connector between speaking to a JVM via JMX on one end and whatever logging / monitoring / graphing package that you can dream up on the other end.

jmxtrans is very powerful tool which uses easily generated JSON (or YAML) based configuration files and then outputs the data in whatever format you desire. It does this with a very efficient engine design that will scale to communicating with thousands of machines from a single jmxtrans instance.

The core engine is very solid and there are writers for Graphite, StatsD, Ganglia, cacti/rrdtool, OpenTSDB, text files, and stdout. Feel free to suggest more on the discussion group or issue tracker.

Coda Hale did an excellent talk for Pivotal Labs on why metrics matter. Great justification for using a tool like jmxtrans.

render

Special thanks:

License

FOSSA Status

org.jmxtrans

jmxtrans project

Versions

Version
272
271
270
269
268
267
266
265
264
263
262
261
260
259
256
254
253
252
251
250
249
248
247