You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Vadim Gritsenko <va...@reverycodes.com> on 2006/02/14 17:28:10 UTC

Re: Xindice query running time!!!

bonan huang wrote:
> Hi there,
> 
> Thanks for reading my email.
> 
> I am doing some research on evaluating xindice. I got a problem of don't 
> know how to get the xpath running time on xindice. Is there any command 
> that I can use to show me the query time on xindice? or any ideas of how 
> should I do to get the time?

I'd suggest using 'time' command:

   $ time xindice xpath -c /db/collection ...


This command is available on most *nix systems, and on Windows with Cygwin.

Vadim