webMethods

webMethods

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.  Thread Time

    Posted Thu September 06, 2018 11:16 AM

    Hi Team,

    Could anyone help me understand the below:

    If a parent service has n numbers of child services then how can we find out which child thread is taking more time to get processed.

    Thanks in advance.


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Thread Time

    Posted Thu September 06, 2018 04:30 PM

    Hi,

    Did you try look up in the Service Usage page or IS threads page for this duration info?

    Also you can add some public or event stats logic in your package/code to measure the processing times and log it in the server log in lower environment part of the performance throughput etc…

    HTH,
    RMG


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Thread Time

    Posted Thu September 06, 2018 06:57 PM

    The crude way to get the service execution times is to capture the start and end times or elapsed time with the help of BIS present in WmPublic.

    There are other utility tools like Insight WmAudit, NanoScope and others kindly look out in forum.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 4.  RE: Thread Time

    Posted Thu September 06, 2018 06:58 PM


  • 5.  RE: Thread Time

    Posted Thu September 06, 2018 07:00 PM

    WmProfiler and Sky Profiler. These are the list I remember currently out of my mind.


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 6.  RE: Thread Time

    Posted Mon September 10, 2018 02:47 PM

    I like your crude way idea :))-

    Cheers!
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #edi