Hello Leo,
Informally, the --query-time option includes:
- time spent preparing the query message
- time spent sending the query message to the server and its transit
time over the network.
- time for the server to process and execute the query
- time for the response to reach the client
- time spent parsing the response by the client
It does NOT include things like:
- time spent initiating a connection to the server and authenticating
- time spent rendering the result to a file or the console
For more detail you can see the implementation of the --query-time flag at:
http://www.openanzo.org/projects/openanzo/browser/openanzo/trunk/org.openanzo.client/src/main/java/org/openanzo/client/cli/QueryCommand.java#L268
--
Jordi Albornoz Mulligan
Founding Engineer - Cambridge Semantics
jo...@cambridgesemantics.com
(617) 401-7321