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