Last active
December 16, 2015 08:18
-
-
Save stuart-warren/5404442 to your computer and use it in GitHub Desktop.
Script to use with tcollector and OpenTSDB to grab metrics from a java process using jolokia.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # Script to use with tcollector and OpenTSDB | |
| # to grab metrics from a java process using | |
| # jolokia. | |
| # | |
| # Author: https://github.com/stuart-warren | |
| # | |
| # | |
| # see: | |
| # - https://github.com/stuart-warren/tcollector/blob/jolokia/collectors/0/jolokia.py | |
| # - https://github.com/stuart-warren/tcollector/tree/jolokia/collectors/etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment