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

how to measure the time required for any query

  • 1.  how to measure the time required for any query

    Posted Sun February 13, 2005 07:01 AM

    Hi all
    am in a middle of a project and i need to know how to measure the time required for any query, is ther any functions ??


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: how to measure the time required for any query

    Posted Mon February 14, 2005 12:25 PM

    Hi,
    The Java and .Net APIs have special functionality to report on request durations. See the sections labelled “Measuring Operation Duration” in the API documentation. You can also append the X-Machine command _duration=‘on’ to any Tamino request to get back the request time, date and duration in millseconds.
    HTH


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: how to measure the time required for any query

    Posted Fri March 04, 2005 02:00 AM

    Thanx.
    i used _duration=on , and it is working


    #API-Management
    #Tamino
    #webMethods