• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Performance Tuning J2EE App in Websphere 6.1[J2RE 1.5 IBM WINDOWS]

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi All,

We are using Websphere 6.1 appserver to deploy our j2ee apllication currently our login process to the application is creating a huge heap dump so in general the login process to the app is very slow sometimes more than 11 sec .i am relatively new to profiling and all i am trying to first optimize the application using websphere tuning but i dont know how much it will be successfull
guys do anyone know any profiler (freeware or trial ware ) that can help me for heap analysis and better performance management ?
I am also trying code by code analysis since its a comlicated login having ldap and oracle connections it is taking time!
so please suggest any simple tools or ways so that i can opimize the login heap creation.

Thanks
Mukesh Nair
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The IBM profiling tools are pretty good, particularaly with WebSphere. I would look at them first. If you don't have them I would recommend buying them; any work in WebSphere without RSA or RAD is prohibatively difficult in my experience.
 
mukesh nair
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all thanks Paul Sturrock for giving me a correct direction

We are using Myeclipse Blue and trying to lower the use of RADs
so as you told i went searching IBM tools and found two interesting tools
IBM HeapAnalyzer and IBM Pattern Modeling and Analysis Tool for Java Garbage Collector
this tool really gave an overview of objects that are being created and been garbage collected
Then i went for trial version of YourKit (it took time to configure it)
Now i got all the packages that are slow in response and methods that consume a lot of memory

But i am not leaving it i am learning Garbage Collection in detail

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic