Take this data from post from the Engine Block application as an example:
real = 107ms cpu = 141ms api = 388ms overhead = 1ms RPC Total: 63ms (388ms api) Grand Total: 107ms (530ms cpu + api)
I think I understand the overhead: it gives the time taken to write the logs, with the exception of the time taken to save the logs to memcache.
I am confused by other numbers:
- What exactly do real, cpu and api mean?
- How does api differ from total RPC?
- What is "Grand Total"?
google-app-engine
fgm2r
source share