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
Expand all | Collapse all

Webmethods CPU and system resource utilization

  • 1.  Webmethods CPU and system resource utilization

    Posted Thu July 03, 2003 07:49 AM

    I have a question to everyone. Why is webMethods Integration Server on all platforms I have seen it (Windows, SUN, HP, AIX) at runtime is using 90-100% of CPU? Does anybody has any definitive answers to this? As compared to other Java applications that do similar processing I notice only sometime CPU can spike to 100%, webMethods does this all the time especially when processing large documents.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General
    #webMethods-Architecture


  • 2.  RE: Webmethods CPU and system resource utilization

    Posted Thu July 03, 2003 04:49 PM

    I think the CPU maxes out during Java’s garbage collection function. Many companies have the Integration server 4.6 running with the option
    -XincGC for incremental garbage collection. In version 6.0.1, the option is included in the standard server.bat file.

    See what Sun has to say about garbage collection at:
    [url=“Oracle Java Technologies | Oracle”]Oracle Java Technologies | Oracle

    Many of the points in the article are good for JVM 1.3.1 also. If you are concerned about the amount of CPU usage, you might want to tune your garbage collection. HP has some good tools for monitoring unix systems that are running java. For windows, check the web site www.sysinternals.com for some good tools for monitoring CPU usage by thread.


    #webMethods-Architecture
    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods