File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Websphere and the fly likes profiling Java applications which are running on Websphere application server 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 » Websphere
Reply Bookmark "profiling Java applications which are running on Websphere application server" Watch "profiling Java applications which are running on Websphere application server" New topic
Author

profiling Java applications which are running on Websphere application server

Sekhar Choudary
Ranch Hand

Joined: May 03, 2008
Posts: 57
Hi All,

I am having one java application, and i found that there are too many garabage collections, but each cyle freeing very less memory.

Now i need to find out memory leaks using application profiling. Here i m getting into trouble.

Can any one give me the steps involved in application profiling.

Thanks,
Sekhar.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Which profiling tool are you using?

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Sekhar Choudary
Ranch Hand

Joined: May 03, 2008
Posts: 57
Hello Cameron, thanks for reply, currently i have no knowledge on profiling and the avaiable tools for the same.

Can you please suggest which one would be better and detail please........

Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

I believe that Rational Application Developer has a profiling tool that can attach to a running JVM. You may have to start the JVM up with a specific switch or something. The documentation probably describes the steps.

-Cameron McKenzie
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Actually, you might even want to run Resource Monitor first, it's real easy and simple to use. I think it goes by a newer name these days, but it gives good feedback.

-Cameron McKenzie
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: profiling Java applications which are running on Websphere application server
 
Similar Threads
testing tools
eclipse TPTP web application
What is the best profiler in java
difference between exe file and batch file
Profiler for a web app running on Tomcat