State of "your AppEngine" for monitoring. I'd upload code, but we change regularly, and our case would be specific to our functions. I would put this on more than one AppID so you can check errors against more than one app to see if your issue is localized. We do this to tell if GAE is broken or our code is.
User or bot access Your Appid.Appspot.com/amiup?MyRandomString Using whatever language and version you are running do the following operations. Import every library you are using: Output (NOW!) Write Randomstring to Instance Memory Return instance memory if equal report "Working" Output (NOW!) Write Randomstring to memcache Return memcache if equal report "Working" Output (NOW!) Write Randomstring to datastore Return Datastore if equal report "Working" Output (NOW!) Fetch URL (google.com query Random string + OR The) If success return working Output (NOW!) Loop X = X*2 +3 500 times Output answer Output (NOW!) Do some Regex, or Django, or What ever imports you have things. Output (Now! After each one so you have the time it took to complete. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of JH Sent: Monday, December 05, 2011 1:19 PM To: Google App Engine Subject: [google-appengine] Re: appengine monitoring api I remember this going into TT a LONG time ago... seems like a simple api, very curious that it hasn't surfaced yet On Dec 5, 3:02 pm, Felippe Bueno <[email protected]> wrote: > Hello all, > > Anyone know something about the "appengine monitoring api" ? > > I don't have any URL. > > I saw Alan Green talking about it on <http://goog_622033861/>Life in > App Engine > Production<http://www.youtube.com/watch?v=rgQm1KEIIuc&feature=player_d > etailpage#...> > . > > In fact, I only have the form request link <http://goo.gl/xcB1E>. > > Thank you. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
