What good monitoring tools for JBoss are there?
June 11, 2007 11:42 AM   Subscribe

Anyone know popular/easy tools for monitoring JBoss server performance?

I need to diagnose some performance problems on a webapp that runs on JBoss. Unfortunately, I have little to no knowledge about JBoss (or java webapp monitoring). Are there any tools that would help trace what parts of individual requests are hanging? Text mode, GUI or web interfaces are acceptable. We have lots of tools for testing and monitoring during development, but are getting unexpected behavior in production with real data, and thus need to monitor a production system. Anyone familiar with this?
posted by gsteff to Computers & Internet (3 answers total)
 
PerformaSure or Foglight from Quest. Commercial apps.
posted by GuyZero at 11:54 AM on June 11, 2007


Take a peek at the Netbeans Profiler and also Borlands OptimizeIt (think you can get a 30 day trial) jconsole is also pretty good for an overview
posted by zeoslap at 12:24 PM on June 11, 2007


Best answer: I spent all day yesterday walking through call trees in JProfiler. I think it's pretty awesome, actually, and the site claims that it supports JBoss.
posted by atomly at 8:23 AM on June 12, 2007


« Older Addictive games   |   buying a used car vs. importing one ... what taxes... Newer »
This thread is closed to new comments.