Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viesti/jmx-client
Print out JMX beans
https://github.com/viesti/jmx-client
Last synced: about 2 months ago
JSON representation
Print out JMX beans
- Host: GitHub
- URL: https://github.com/viesti/jmx-client
- Owner: viesti
- Created: 2015-05-16T20:21:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-18T04:59:27.000Z (over 9 years ago)
- Last Synced: 2023-03-23T02:06:24.573Z (almost 2 years ago)
- Language: Clojure
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jmx-client
Stand alone (no Leiningen) Clojure script to print out JMX beans attributesInstall
ansible-playbook -i 'localhost,' -e dest_dir=/tmp/foobar install.yml
Run
0% /tmp/foobar/jmx-client.sh -p 9997 -f "kafka*:*"
NetworkProcessorAvgIdlePercent.MeanRate 0.9999327621059828 1431807861
NetworkProcessorAvgIdlePercent.OneMinuteRate 1.0000679018952472 1431807861
NetworkProcessorAvgIdlePercent.FiveMinuteRate 0.9999536665090386 1431807861
NetworkProcessorAvgIdlePercent.FifteenMinuteRate 0.9985703211120902 1431807861
NetworkProcessorAvgIdlePercent.Count 2865920985551 1431807861
BytesOutPerSec.MeanRate 0.0 1431807861
...