Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

axhixh/metric-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Metric Agent

Sample code to use Java instrumentation to get performance metric of a JAX-RS application without having to annotate or modify the JAX-RS application.

#Running For example using the sample JAX-RS application at https://github.com/axhixh/resteasy-bootstrap/

```java -javaagent:metric-agent.jar -cp resteasy-bootstrap.jar np.com.axhixh.bootstrap.App```

The jars are uber jars with dependencies.

About

Java Agent to get performance metric of a JAX-RS application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages