I have setup a rest service using the guide provided STS at: http://spring.io/guides/gs/rest-service/
I am at the beginning of the development but I want to make sure I have the right tools in place to measure the performance.
Key Performance Indicators I am interesting are:
- HTTP Request counter
- HTTP Request rate over a configurable period of time
- HTTP average latency
- And more
At the end i am interesting to gather statistics like here: http://ruleoftech.com/2013/monitoring-java-ee-application-with-javamelody
I failed to find any documentation that describe the steps involved for doing such things. The JavaMelody documentation at: https://code.google.com/p/javamelody/wiki/UserGuide talks about copying the relevant jars in WEB-INF/lib but AFAIK there is no equivalent in Spring or at least in the way I am using it. I am not an expert in Spring.
I am looking for help on how to set this up.
Thx in advance.