[google-appengine] Re: How do I know if my app is qualified to autoscale just by looking at the admin dashboard?

2011-05-05 Thread Fabs
Hello If you look in the logs section in the dashboard then select All requests you can see the request latency of each request. If you go to the instances section of the dashboard you can see the average request latency of each instance of your app. I wasn't aware of a limit on user-facing

[google-appengine] Re: How do I know if my app is qualified to autoscale just by looking at the admin dashboard?

2011-05-05 Thread Albert
Thanks! I took a look at what you told me, and I think I prefer the instances section. At least I only have to look at a few numbers as opposed to summarizing all the request logs. To everyone else, is the instances section a good place to find information on whether an app is qualified to

Re: [google-appengine] Re: How do I know if my app is qualified to autoscale just by looking at the admin dashboard?

2011-05-05 Thread Robert Kluin
Hi Albert, It is probably the best metric you can easily see. But keep in mind, that number also includes tasks. So, if your app makes use of lots of long-running tasks it could bias the number up (or, conversely, lots of super fast tasks could bias it down). Also, if your app's loading time

[google-appengine] Re: How do I know if my app is qualified to autoscale just by looking at the admin dashboard?

2011-05-05 Thread Albert
I see. Thanks, Robert! On May 5, 11:14 pm, Robert Kluin robert.kl...@gmail.com wrote: Hi Albert,   It is probably the best metric you can easily see.  But keep in mind, that number also includes tasks.  So, if your app makes use of lots of long-running tasks it could bias the number up (or,