[google-appengine] Datastore Read and Writes Statstics

2011-09-22 Thread Vivek Puri
For "Estimated Charges Under New Pricing", my app is showing $40/per day for Writes and $13/day for Reads. $40 worth of writes is 40 million write operations. Right now i have not idea which table is being written to most and contributing to that number. Can AppEngine team provide statistics on the

Re: [google-appengine] Datastore Read and Writes Statstics

2011-09-22 Thread Rishi Arora
There was a similar question just a few hours ago on this forum: "Re: Datastore Reads and Writes Crazy High" Here's my answer: I used the appstats tool to figure out where all my datastore writes were coming from. Super easy to configure, and barely any processing overhead. http://code.google.

Re: [google-appengine] Datastore Read and Writes Statstics

2011-09-29 Thread djidjadji
It would be really nice if the WriteOps and ReadOps are logged for each request. Like the loading_request and ms time that is added to a line in the log. That way you can download the logs and find out which request is making the most Ops and perhaps needs a look at if it can be optimized. Op 22 s