Thank you for the quick reply. I was aware of the QuotaService class,
I was just hoping there was an easier way to do this since I do not
need this information in real time and GAE is already collecting this
data. I'll follow your suggestion and build a framework to save the
request data.

On Feb 26, 1:07 pm, Scott Hernandez <[email protected]> wrote:
> As far as I know, you can get access to this info for the current
> request, but not for historical ones. You will have to keep stats
> yourself.http://code.google.com/appengine/docs/java/javadoc/com/google/appengi...
>
> It might be interesting to keep track of the performance of your
> system by URL, or function, and the changes you are making. Keeping a
> rolling average in memcache should be pretty cheap. Then every once in
> while you can push that to the datastore (where it is also loaded from
> if there is no memcache value).
>
> On Fri, Feb 26, 2010 at 12:00 AM, Thenix <[email protected]> wrote:
> > Is there any way to download all the data available in the logs
> > section of the admin console, in particular the CPU usage information?
> > As far as I can tell the appcfg request_logs tool only provides the
> > requests logs with out any of the CPU usage information.
>
> > The reason I ask is because I am trying to understand the historical
> > CPU usage of my application, in particular how different user loads
> > affect my CPU usage and how changes I make to the application affect
> > my users.

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

Reply via email to