I am looking for advice about tomcat network traffic monitoring system

Asked By 0 points N/A Posted on -
qa-featured

I am m searching free tools for tomcat network traffic monitoring. I am currently using a lambda probe on Tomcat but it seems that lambda has been always down. Does anyone here have something good comments to share?

If I may just add, that in lambda there are some info available only if tomcat is instrumented with JMX – which I have no knowledge of. Is this a good idea to spend time and learn about it?

Thanks everyone.

SHARE
Best Answer by Davidson Mudge
Answered By 0 points N/A #155489

I am looking for advice about tomcat network traffic monitoring system

qa-featured

Hi Lillian Garsia,

Try using Javamelody, it can monitor network traffic, memory, threads, requests for HTTP and SQL, CPU, logs and more. This Javamelody is a tool for measuring and calculating all the statistics for real operations of applications due to usage of the application by users. It is free and open source product, lastly, it is also easy to integrate for most of the applications.

 

Best Answer
Best Answer
Answered By 0 points N/A #155490

I am looking for advice about tomcat network traffic monitoring system

qa-featured

Hi Lillian,

Java Management Extensions (JMX) are a technology from Java that supplies tools for monitoring and managing applications. It can also be designed and develop using a Java Dynamic Management Kit(JDM).

You might also want to look into JSP Container works with JMX it has a capability of looking into the data inside a running server.

Click here to know more about the tool.

Related Questions