문제

I am looking for a Monitoring tool for tomcat. I found the thread here: https://stackoverflow.com/questions/242958/best-tools-to-monitor-tomcat

I noticed JavaMelody and installing it took only 10 minutes. However, I have the following question which results from having added JavaMelody as a filter in web.xml,

Doesn't this mean that all requests go through JavaMelody before reaching my servlet? So this adds an additional overhead to process every request.

This seems at first to me to be a deal breaker for production servers handling large numbers of requests. Comments?

도움이 되었습니까?

해결책

I really think that javamelody users can write and give their own answer(s).

Meanwhile, some information is available about javamelody overhead in production.

It seems to me that javamelody overhead is not a deal breaker. (I am the author of javamelody)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top