aspose file tools
The moose likes JBoss and the fly likes Profiling a JBoss application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Profiling a JBoss application" Watch "Profiling a JBoss application" New topic
Author

Profiling a JBoss application

Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10820
    
  25

Any recommendations on tutorials / books that describe how to profile JBoss applications?

Regards, Andrew


The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
The latest version of NetBeans comes with a fancy, robust profiling tool. You can use this tool to profile the application.
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10820
    
  25

Thanks, I'll give that a try.

Regards, Andrew
steve souza
Ranch Hand

Joined: Jun 26, 2002
Posts: 852
http://jamonapi.sourceforge.net/http_monitoring.html


http://www.jamonapi.com/ - a fast, free open source performance tuning api.
JavaRanch Performance FAQ
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10820
    
  25

Interesting, although it is limited to the web side of things - all the backend will still have to profiled separately.

Thanks

Andrew
steve souza
Ranch Hand

Joined: Jun 26, 2002
Posts: 852
Interesting, although it is limited to the web side of things - all the backend will still have to profiled separately.

Not sure what you mean by this. JAMon can monitor jdbc, ejb, log4j, and http all without you having to make code changes. That should give you a very good understanding of many aspects of your program.
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10820
    
  25

When I briefly looked at the web site the other day, it seemed to indicate that it was aimed at monitoring HTTP responses. But if it can be used to monitor jdbc, ejb, JMX etc., then it may be just what I am looking for. I'll try to get time this weekend to play with it.

Thanks for the link.

Regards, Andrew
steve souza
Ranch Hand

Joined: Jun 26, 2002
Posts: 852
I originally gave a direct link to the http monitoring section. Go to www.jamonapi.com and search for jdbc, ejb, http, and log4j and you should find detail sections on how to monitor all of them.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Profiling a JBoss application
 
Similar Threads
websphere or weblogic
third-party library classpath
configure passivation time and session time out
j_security_check fwd to original url
Free EJB Server