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.


#TechXchangePresenter
 View Only
  • 1.  How to monitor CPU in ESB

    Posted Mon February 27, 2017 08:41 AM

    How can I monitor CPU usage per thread for ESB?


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to monitor CPU in ESB

    Posted Tue February 28, 2017 02:09 AM

    Following commands can be used.

    vmstat -S M 6
    Top(Server Details)
    free(Server memory)

    Regards,
    Syed Faraz Ahmed


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: How to monitor CPU in ESB

    Posted Tue February 28, 2017 12:53 PM

    There are some tools both open and commercial, please have a look at them.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to monitor CPU in ESB

    Posted Tue February 28, 2017 05:46 PM

    Could top be used to monitor thread level?


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: How to monitor CPU in ESB

    Posted Tue February 28, 2017 06:02 PM

    I think you need to hack webMethods for that purpose, but usually you may just want to know the running time of services, not really care about the thread.

    If so, there is existing tool called RichStatistics in this community, and you’re free to use it.


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: How to monitor CPU in ESB

    Posted Wed March 01, 2017 03:12 AM

    Yes, it can display individual threads.

    Regards,
    Syed Faraz Ahmed


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: How to monitor CPU in ESB

    Posted Thu March 02, 2017 05:08 AM

    Hi,

    You can use Oracle’s JDK Java Mission Control to show JMX statistics.

    Best Regards,


    #webMethods
    #Integration-Server-and-ESB