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.  query time using interactive interface or xquery tool

    Posted Mon June 06, 2005 02:38 PM

    hi

    i want ur much needed help to know how much time a query taken.

    when i run some query using tamino ‘interactive interface’ or ‘xquery tools’ , how do how come to know that how much time that last query had taken.

    :shock:

    thanks


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: query time using interactive interface or xquery tool

    Posted Mon June 06, 2005 03:12 PM

    Hi,

    You can append the _duration=on at the end of the http request and this will return a ino:time element containing the timestamp and duration (in ms). Fore more information check the documentation chapter “Requests using X-Machine Commands”.

    Hope this helps.


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: query time using interactive interface or xquery tool

    Posted Sun June 19, 2005 02:16 PM

    hi i tried using _duration=on but it’s not showing any element like ino:time

    it will be greate help is u send me how to works it with the database welcome_4_1_4 demo database provided by tamino.

    i am providing following paramenter at interative interface

    Database URL : http://localhost/tamino/welcome_4_1_4

    Collection : RealEstate

    Encoding : n/a
    Analysis none

    XQuery : for $p in input()/property
    return $p

    Pls help me out as i want to know how much time this particular query taken

    thanks


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: query time using interactive interface or xquery tool

    Posted Mon June 20, 2005 10:43 PM

    hi

    i m still waiting to know query response time or last transation time

    pls let me know with regards the welcome_4_1_4 provided by tamino
    when we fire query using tool, Xquery or interative interface

    thanks


    #API-Management
    #webMethods
    #Tamino


  • 5.  RE: query time using interactive interface or xquery tool

    Posted Tue June 21, 2005 03:16 PM

    Tamino v4.1.4 does not support the _duration=on parameter. Regardless the XQuery tool and the Interactive Interface do not provide an option to enable duration times to be returned. You own tool could utilize the _duration=on parameter to return query times.

    Hope this helps. :slight_smile:


    #webMethods
    #API-Management
    #Tamino