Hi Jonathan,

You can use the 'request_logs' command of appcfg to download the request
logs for your app in Apache format, which includes the response size.

We don't currently provide programmatic access to the CPU time, however. At
the moment, you can use the quota API to get the CPU usage so far for the
current request, and record that yourself. Note, though, that this doesn't
currently include the CPU used by API calls.

http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/api/quota.py

This is definitely an area we'd like to improve, so keep an eye open for
future developments.

-Nick Johnson

On Tue, Jun 16, 2009 at 4:03 PM, Jonathan <jricket...@gmail.com> wrote:

>
> Hi, I am trying to optimise the performance of my application and I
> find the reporting provided in the dashboard to be less useful than I
> need. The two things that I am trying to optimise are cpu-time and
> downloaded bandwidth (of course) and I would love to be able to find
> out which handlers are generating most of the cpu-time. But since I
> have restful urls, they don't get grouped usefully... eg /image/abcd
> or /foo/defg/edit.html.
>
> Ideally I would like to be able to export the data and report on it
> myself.
>
> Does anyone know how to get this data?
>
> j
> >
>


-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to