Re: Xindice query running time!!!
Vadim Gritsenko <[email protected]> Tue, 14 Feb 2006 11:28:10 -0500
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
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