Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm searching free tools for monitor tomcat (traffic, memory usage, threads, requests, CPU, logs,...). I'm currently using lambdaprobe on Tomcat 5.5.x, but it seems that is no more developed (or not? the site lambdaprobe.org is always down for me...). Has someone good experiences to share? In lambdaprobe there are some info available only if tomcat is instrumented with JMX. Well, JMX is something of strange and mysterious for me. Is a good solution in a production server? It's worth to spend my (little) time to learn it?

share|improve this question
Too bad lambdaprobe does not work with TC6 – cherouvim May 4 '09 at 19:01
1  
JMX == good. Why? Reduces logging and allows you to monitor continuous values. A lot of times, watching the graph of a JMX counter can directly indicate what is going on. – Scoobie Feb 22 '11 at 21:28

closed as not constructive by Will Sep 14 '11 at 15:21

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

17 Answers

Try JavaMelody, http://javamelody.googlecode.com

It is opensource and active.

"traffic, memory usage, threads, requests, CPU, logs, ...":

  • traffic : yes (number of requests)
  • memory : yes
  • threads : yes
  • requests : yes, http but also sql
  • cpu : yes
  • logs : yes
  • and a lot more... see screenshots

And it is perfect in a production server.

share|improve this answer
1  
Does not work if you are not running Tomcat as 'root' as it needs to read /proc/self/fd – Peter Sankauskas Mar 30 '10 at 0:33
This has been fixed. – an0nym0usc0ward Apr 13 '10 at 15:04
8  
One downside to JavaMelody is that it requires that the web.xml be modified. – Paul Wagland Dec 14 '10 at 3:55
1  
@PaulWagland the doc mention you don't need web.xml modification (to add filters & listeners) if you use Servlet API 3.0 (tomcat 7, jboss 7, etc). But yes older Servlet API version is still much more popular. – gerrytan Mar 26 at 0:19
@gerrytan thanks for the update. Will have to go back and look at it again! – Paul Wagland Mar 26 at 19:28
show 1 more comment

http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html

Yes I would recommend looking at JMX. You can use the jconsole application to have a look at most of the stats you require straight away. The link above will help explain it better than I ever can in a few sentences.

run jconsole it should come with your JDK.

share|improve this answer
6  
The main issue with going this route is that you don't get historical values. You don't want to leave jconsole running forever. – carson Oct 28 '08 at 12:58

The already suggested Lamba Probe is a dead project.

There is a fork however: Psi Probe. It's not the perfect monitoring tool but is is a very good replacement for the default Tomcat Manager.

share|improve this answer

VisualVM allows you to deep dive into problem stops; and my present company uses zabbix for general system monitoring.

share|improve this answer
It gives you a lot of info but it has to be enabled on production server if you want to dive deep into details, which many are not willing to do – vsingh Jan 12 '12 at 14:57

Take a look at Cacti and setup SNMP in your JVM , then take a look at this template. Using this method on our tomcat and resin servers and working very well. Also made a custom template to monitor the permgen space as well but I have not yet posted it anywhere.

share|improve this answer
@jlintz - don't suppose you've posted that template since you posted this? – Tom Dunham Mar 30 '10 at 21:01

RHQ (contains the old Jopr bits) may be what you want.

share|improve this answer

I've used Nagios in the past and love it. Nagios has a lot of features including a simple plugin design (in case you need to create something specific for your needs).

Worth a look at least.

share|improve this answer

I have been very happy monitoring Tomcat with Hyperic HQ.

Even if developing Hyperic HQ plugins has an initial cost, we got familiar with it and developed many JMX Mbeans + associated Hyperic plugins for the needs we had like Jakarta DBCP datasource , util.concurrent ExecutorService / ThreadPoolExecutor, JMS connections, CXF, EhCache and also monitoring business application code with an @Profiled annotation to declaratively monitor key business operations.

We packaged all these JMX extras with Spring xml namespace based configuration, monitoring jsps and Hyperic plugins at http://code.google.com/p/xebia-france/wiki/XebiaManagementExtras .

To ease integration / modification of this code, we used the business friendly Apache Software License, a Google Code project and deployed the artifact on Maven Central Repository.

Hope this helps,

Cyrille (Xebia)

share|improve this answer

Throwing one more tool into the mix... jmxtrans. This one is more focused on taking the output and graphing it, but it is fully pluggable if you'd like to do other things with the data.

http://code.google.com/p/jmxtrans/

share|improve this answer

Lambda probe

share|improve this answer

AppPerfect Agentless Monitor is well suited in this case. It supports most J2EE application servers such as BEA WebLogic 7.x/8.x/9.x/10.x, IBM WebSphere 5.x/6.x, Apache Tomcat 5.x, JBoss 3.2.x/4.x/5.x, Macromedia JRun 4.x, SunOne 7.x/8.x, Jetty 6.x and Oracle Application Server 10.1.x.

share|improve this answer

Check out Tcat Server, which provides Tomcat specific diagnostics. The product is free to use for developers and can be downloaded from www.mulesoft.com. You might also want to check out my blog post on monitoring vs. diagnostics for Tomcat here: http://blogs.mulesoft.org/2009/09/general-purpose-monitoring-vs-deep-diagnostics-choosing-the-right-tool/

share|improve this answer
How do you figure that it's free for developers? – Eugen Jun 18 '11 at 10:48

Check out the eG Java Monitor - http://www.eginnovations.com/web/java-monitoring.htm It can monitor your JVM in great detail, provide historical stats, and also has custom monitors for Tomcat, JBoss, WebLogic etc.

share|improve this answer

I have tried JavaMelody, it is best. Simple, and useful.

Now I am looking for the monitor tools, which can detect the failure of tomcat services, and start it again automatically.

share|improve this answer
monit is your friend – shabunc Sep 26 '12 at 9:27

I recommend the built-in JVM-SNMP-Agent:

Simply add "-Dcom.sun.management.config.file=/your/path/to/snmp.properties" to your JVM starting parameters and setup /your/path/to/snmp.properties as follows:

com.sun.management.snmp.interface=127.0.0.1
com.sun.management.snmp.port=1161
com.sun.management.snmp.acl=false

You can use

snmpwalk -v2c -c public 127.0.0.1:1161 1.3.6.1.4.1.42.2.145.3.163.1.1.2.11

for example to query the jvmMemoryHeapUsed

Thanks to this Blogpost by Roger Keays

share|improve this answer

You should give OpenNMS a try. It has the ability to connect to Tomcat with JMX. It also uses Tomcat itself and has a lot of features.

share|improve this answer

With Nagios you can monitor not only jmx (with jmx-plugin), but sql selects to database, health of host in general so on. It is web-console with own database, notification by e-mails...

Also it is free.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.