In Google App Engine, how do you check to see how much CPU has been used before and after a collection of events? I understand how to check the CPU usage during a single url fetch and I understand how to use stats to look at specific events in aggregate, but how can I determine how much CPU was used between say 5:00pm and 5:15pm?
Is there a way to query for my daily usage and then query it again 10-15 minutes later? I can screen scrape this from appspot if necessary, but this seems very inefficient.