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

How to count the service hit port wise

  • 1.  How to count the service hit port wise

    Posted Mon October 26, 2009 04:33 PM

    I have opened 3 HTTP ports in wM IS 7.1.2 and want to count the number of service hits specific to port. I have exposed a service in wM IS and using a soap client to invoke the service via different ports that are opened in webM IS.

    I tried opening in different ports the Admin UI , but it shows the total of hits not specific for individual ports.

    Any help is greatly appreciated.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: How to count the service hit port wise

    Posted Tue October 27, 2009 06:25 AM

    You can achieve this by using service level auditing and IS Core Audit JDBC Pool configuration. Each time service gets invoked, this information will get stored into WMSERVICE table of the JDBC Pool and you can find out count using serverid as it will be different for each port.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: How to count the service hit port wise

    Posted Tue October 27, 2009 11:17 AM

    Thanks for your reply and will try the same. But for the workaround , we just increased the logging level and server.log has the details of server and port number that it invokes. We are currently just using simple unix scripts to grep on different ports.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services