WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Initial troubleshooting steps if response time is more

  • 1.  Initial troubleshooting steps if response time is more

    Posted Mon January 09, 2017 12:19 AM

    Hi All,

    Please suggest.

    kalyan.



  • 2.  RE: Initial troubleshooting steps if response time is more

    Posted Wed January 11, 2017 11:13 AM

    Hi Kalyan,

    Your question is too broad to answer in a forum post.  The skill of Performance Tuning is very complicated because there are so many different technologies and data involved in even a simple transaction.

    But I'll offer one general piece of advice.  The overall way to think about performance tuning is to "divide and conquer":  Break down the slow transaction into pieces and run it 100 times while taking timings of each piece.  Take measurements of a good transaction, too, so you have something to compare against.  Now identify the slow pieces and break them down!  Keep drilling down into the work until you find an unresponsive system or a slow SQL update or an HTML request with 300 huge gifs or a full queue or....

    Good luck.

     

    Jeff



  • 3.  RE: Initial troubleshooting steps if response time is more

    Posted Thu January 12, 2017 02:38 PM

    Here is a basic WAS tuning guide that you can refer to:

    http://www.ibm.com/developerworks/websphere/techjournal/0909_blythe/0909_blythe.html