Skip to content

brunocarneiro/javaee-monitoring-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javaee-monitoring-tools

Intercept classes to help finding out bottlenecks, execution path and more...

Usage: ejb-jar.xml

<assembly-descriptor>
	<interceptor-binding>
		<ejb-name>*</ejb-name>
		<interceptor-class>monitoringtools.methodcall.MonitorInterceptor</interceptor-class>
	</interceptor-binding>
</assembly-descriptor>

pom.xml

<dependency>
  <artifactId>monitoring-tools</artifactId>
  <groupId>com.github.brunocarneiro</groupId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Check out Monitor stats: http://[host]:[port]/[contextPath]/monitorreport

About

Intercept classes to help finding out bottlenecks, execution path and more...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages