Skip to content

Instantly share code, notes, and snippets.

@davidbirdsong
Created March 4, 2014 21:13
Show Gist options
  • Save davidbirdsong/9355770 to your computer and use it in GitHub Desktop.
Save davidbirdsong/9355770 to your computer and use it in GitHub Desktop.
jmx data
---
jmxtrans:
logdir: /data/log/jmxtrans
jsondir: /data/appdata/jmxtrans/json
kafkagraphiteoutput:
"@class": "com.googlecode.jmxtrans.model.output.GraphiteWriter"
settings:
host: localhost
port: 2203
kafkagraphitequeries:
- obj: "java.lang:type=GarbageCollector,name=ParNew"
attr:
- CollectionCount
- CollectionTime
resultAlias: GC.ParNew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment