Skip to content

Commit d210aa7

Browse files
committed
Update README.md
1 parent 25a9ba3 commit d210aa7

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
Welcome to jmxtrans
2-
-------------------
1+
# Welcome to jmxtrans
32

43
This is the source code repository for the jmxtrans project.
54

6-
The rest of this project lives on Google Code, primarily because there isn't a good way to write nice looking documentation for Github. When that happens, I'll move the rest of the project over here.
5+
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.
76

8-
http://code.google.com/p/jmxtrans/
7+
jmxtrans is very powerful tool which uses easily generated JSON 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.
98

9+
The core engine is very solid and there are writers for [Graphite](http://graphite.wikidot.com/) (recommended), [Ganglia](http://ganglia.sourceforge.net/), [cacti/rrdtool](http://www.cacti.net/), text files, and stdout. A writer for [OpenTSDB](http://opentsdb.net/) would be a great addition. Feel free to suggest more on the discussion group or issue tracker.
10+
11+
* See the [Wiki](https://github.com/lookfirst/jmxtrans/wiki) for full documentation.
12+
* Join the [Google Group](http://groups.google.com/group/jmxtrans) if you have anything to discuss.
13+
* People are [talking - this is me! (skip to 21:45)](http://www.justin.tv/kctv88/b/290736874) and [talking](http://www.slideshare.net/cyrille.leclerc/paris-devops-monitoring-and-feature-toggle-pattern-with-jmx) and [talking (skip to 34:40)](http://www.justin.tv/kctv88/b/288229232) and [(french)](http://www.slideshare.net/henri.gomez/devops-retour-dexprience-marsjug-du-29-juin-2011 taking) about it.
14+
* If you like this project, please tell your friends, blog & tweet. I'd really love your help getting more publicity.
15+
16+
Coda Hale did [an excellent talk](http://pivotallabs.com/talks/139-metrics-metrics-everywhere) for [Pivotal Labs](http://pivotallabs.com/) on *why* metrics matter. Great justification for using a tool like jmxtrans.
17+
18+
![render](http://jmxtrans.googlecode.com/svn/wiki/render.png)

0 commit comments

Comments
 (0)