| 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
|
 |
 |
|
|
subject: profiling Java applications which are running on Websphere application server
|
|
|