An open API service indexing awesome lists of open source software.

https://github.com/mebigfatguy/metrixagent


https://github.com/mebigfatguy/metrixagent

javaagent jmx metrics-core

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# metrixagent

metrixagent is a java agent that publishes method timing information to jmx using metrics-core.

To use, do

java -javaagent:metrixagent.jar=package1,package2 YourProgram

where package1, package2, package3 are package prefixes that you want to instrument.