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 <[email protected]> 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/google-appengine/91abc7b7-74db-4bf5-b0ae-64590b3348af%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- * • **Les Vogel* * • *Cloud Developer Relations * • *[email protected] * • *+1-4 <%2B1-650-338-7103>08-676-7023 -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAGB1p5j-R_uNX25D1L7y%3DKkOkqLf2W6%3DOdBoG7DojL6gcNp1Ow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
