ms=30 cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000263
Seems to be no problems with anything...
And here is another (different request):
ms=15376 cpu_ms=37 api_cpu_ms=17 cpm_usd=0.003428 pending_ms=8265
Seriously ? 15 seconds response ? Of which, 8 seconds sitting in pending ? And what happened to the other 7 seconds ?
This does not seem to be a CPU issue (cpu_ms is super low!).
My customers requests are just sitting about doing nothing... and I don't know enough to know where the latency is coming from! This really is very frustrating.
I have also tried to limit the number of idle instances and watched the error rate. There is NO correlation between the two. :(
-R
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscribe@googlegroups.com.
ms=15376 cpu_ms=37 api_cpu_ms=17 cpm_usd=0.003428 pending_ms=8265
37 msec of CPU .... after waiting 8.2 seconds to execute.
Some math:
- 500 incoming requests
- 40 servers
= ~ 15 requests/server
... but each request takes ~55 msec of CPU + API ....
That's 825 msec for THE WHOLE LOT ! .... So why on earth is there 8 second of waiting before that request was serviced ?
Jeff, Thanks for the clarification. It's good to know that this is a free quota issue. The fact that the errors are not reported in the logs, makes it difficult to diagnose.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/LE6uvPsseWMJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
| Total number of instances | Average QPS* | Average Latency* | Average Memory |
|---|---|---|---|
| 1 total | 16.267 | 3.4 ms | 7.8 MBytes |
| QPS* | Latency* | Requests | Errors | Age | Memory | Logs | Availability | Shutdown |
|---|---|---|---|---|---|---|---|---|
| 16.267 | 3.4 ms | 6723 | 0 | 19:39:50 | 7.8 MBytes | View Logs |
| Total number of instances | Average QPS* | Average Latency* | Average Memory |
|---|
| 3 total | 12.022 | 18.5 ms | 6.8 MBytes |
| 25.083 | 14.8 ms | 9144 | 0 | 19:52:14 |
| 7.8 MBytes | View Logs |
| 10.850 | 26.9 ms | 815 | 0 | 0:01:02 | 7.1 MBytes |
| View Logs |
| 0.133 | 14.8 ms | 21 | 0 | 0:01:02 | 5.6 MBytes |
| View Logs |
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
