--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/91abc7b7-74db-4bf5-b0ae-64590b3348af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|
I may be misunderstanding your question, but Stackdriver > Logging > Overview for any request should show you all GAE standard API calls for a given request, including Memcache.Using Stackdriver > Trace > Trace list will let you drill down on individual requests and give you what is going on. Once you understand what the API calls look like, you should to use filters to find specific latencies for both Trace and Logging.I'm not aware of any tool to iterate through memcache currently and I haven't tried to use the range commands with App Engine standard's memcache.Les
On Tue, Dec 19, 2017 at 9:06 PM, Keith Chima <keith...@gmail.com> wrote:
I know it's a lot of questions but thank you for your time. See the posted screenshot. All of these cache calls SHOULD be the same (I've chunked the cached objects into smaller objects, each has a pointer to the next object in the list), but there are some occasional time gaps between them making the call take longer and more importantly, some seem to take 75 ms instead of 2 ms for seemingly no reason. Any ideas? Can I actually see the cache keys of these individual cache get calls so I can troubleshoot?Is there any way to see an actual code profiler so I can figure out what part of my code WITHIN a service call takes so long?Thanks a ton!
--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/91abc7b7-74db-4bf5-b0ae-64590b3348af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e504f2e2-19c9-447e-ac84-2b38417c3ed0%40googlegroups.com.