forked from ringcentral/jagger8
-
Notifications
You must be signed in to change notification settings - Fork 0
Profiling Capabilities
joesephz edited this page May 17, 2012
·
1 revision
#Profiling Capabilities
Profiling collects information about methods execution on SUT via JMX. Enable profiling using jmx.enabled=true.
Profiled methods list could be configured in JAGGER_HOME/monitoring/agent/src/main/resources/spring/diagnostics.conf.xml. Bean name: samplingProfiler.
One can use Jagger Diagnostics as a an independent profiling library. Jagger R1 provides sampling CPU profiler that works via JMX and able to collect statistics about methods invocation and detect hot spots. See JavaDocs for more information.