I posted this question to stackoverflow[1], but there seems to be more 
activity here, so I'm going to repost it.


There are a few timing fields in the App Engine RequestLog[2] class.

How are they defined? My guess is this:

latency = end_time - start_time

total request time = pending_time + latency

In other words, latency, start_time, end_time all have to do with 
processing the request, while pending_time is the wait before processing 
starts. Is this correct?

Also, the App Engine dashboard logs, there is a timing field. Is that 
latency or latency + pending_time?

Thanks!

--Alex

[1] 
http://stackoverflow.com/questions/15047078/how-do-latency-and-pending-time-relate-in-app-engine-request-logs
[2] https://developers.google.com/appengine/docs/python/logs/requestlogclass

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to