On Wed, Nov 16, 2011 at 11:27 AM, Mister Schtief <lisc...@gmail.com> wrote:
> Hi Raphael
>
> thx for appstat link. i activated it, but how does the
> datastore_v3.RunQuery count relates to the quota "Datastore Read
> Operations" is one query one read operation? or does it depend on the
> number of entities returned?

Hi schtieF,


Not sure how that relates to each other...
There is a video tutorial from Google IO that might help:
http://www.google.com/events/io/2010/sessions/appstatsrpc-appengine.html

Plus the python version of appstats says:
Most of these names are intuitive: for instance, datastore_v3.Get is
called by db.get() or db.Model.get(). Datastore queries usually
involve a datastore_v3.RunQuery followed by zero or more
datastore_v3.Next calls. (RunQuery returns the first few results, so
the API only uses Next when fetching many results. Avoiding
unnecessary Next calls may speed up your app!)

http://code.google.com/appengine/docs/python/tools/appstats.html

Cheers,

Raphael


>
> schtieF
>
> On Wed, Nov 16, 2011 at 11:04 AM, Raphael André Bauer
> <raphael.andre.ba...@gmail.com> wrote:
>> On Wed, Nov 16, 2011 at 10:48 AM, Mr. Schtief <lisc...@gmail.com> wrote:
>>> Hi,
>>> is there a possibility to count read/write operations from within java?
>>> since the billing change i have massive problems with overquota and i need
>>> to find out what is causing so much operations.
>>> thanx in advance
>>> schtieF
>>
>>
>> Did you try AppStats?
>> http://code.google.com/appengine/docs/java/tools/appstats.html
>>
>> Best,
>>
>> Raphael
>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google App Engine for Java" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/google-appengine-java/-/nDSQLRZyO1cJ.
>>> To post to this group, send email to google-appengine-java@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine-java+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>
>>
>>
>>
>> --
>> inc: http://ars-machina.raphaelbauer.com
>> tech: http://ars-codia.raphaelbauer.com
>> web: http://raphaelbauer.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine for Java" group.
>> To post to this group, send email to google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>



-- 
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com

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

Reply via email to