What counts as a Cache and Error request in the Admin Console?

18 views
Skip to first unread message

Ronoaldo José de Lana Pereira

unread,
Aug 8, 2011, 9:21:01 AM8/8/11
to google-a...@googlegroups.com
I'm curious about what counts as a "cached request" in the Admin Console of AppEngine in the "Requests by Type/Second" chart. Most of my app currently has around 80 cached requests and < 20 dynamic ones. What does it mean? Does it reflects the use of memcache, or the http staus 304?

Also, what counts as an error request in the chart "Errors/Second". Does the custom error page counts as en error (since it sends an HTTP 500)? Sometimes the chart don't reflect my logs because periods with < 1 error /second show +10 logs in the log view with http statu 500.

Best Regards,

-Ronoaldo

Robert Kluin

unread,
Aug 9, 2011, 12:58:28 AM8/9/11
to google-a...@googlegroups.com
Cached requests should be requests served from the front-end servers'
caches without hitting your app. Dynamic requests are those that hit
your app's code.

I'm not sure what actually shows up in the errors / second count.

Robert


2011/8/8 Ronoaldo José de Lana Pereira <rper...@beneficiofacil.com.br>:

> --
> 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/-/EQMkMq25tNIJ.
> 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.
>

Reply all
Reply to author
Forward
0 new messages