IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
  • 1.  Analyzing IS Service memory utilization

    Posted Tue January 31, 2012 04:56 PM

    My requirement is to extract a report on the basis on memory consumption per IS service.WM is running on Solaris machine on which i don’t have control,Looking for some utility which can help me to Analyze memory graph.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 2.  RE: Analyzing IS Service memory utilization

    Posted Wed February 01, 2012 01:33 PM

    I don’t know of a way to do this. One idea that might provide some insight would be to use a memory profiling tool like CA / Wily Introscope. That product is installed on the box hosting the java app and started in the same script that starts the app. It reports stats at the class and method level which might or might not translate to your IS services.

    Why do you need to do this? What issue are you attempting to address?

    Mark


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 3.  RE: Analyzing IS Service memory utilization

    Posted Thu February 02, 2012 11:12 AM

    Hello Mark,

    i have problem with memory usage on IS, looks like come memory leak is happening, to get the root cause of it,i am looking for some utility which can explain which code has issue.
    Please let me know if you have any idea,how to address this problem!

    Regards
    Unnati


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Analyzing IS Service memory utilization

    Posted Thu February 02, 2012 06:44 PM

    What are the symptoms of the memory usage problem?

    As suggested in another thread, one option is to change your IS to use the Oracle/WebLogic/BEA JRockit JVM which will allow you to use the JRockit Mission Control tools to see inside the black box.

    You can also take thread dumps at specified intervals during a period in which you think a leak is occurring and manually compare the object instances and resource consumption. Tedious, but this won’t require additional tools… only expertise in reading the dumps from the JVM in use.

    Mark


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB