Hi, I am doing the exact same thing as you. I wrap the interface put() and get() in a DAO-like class, cached the increments of put or get in memcache, and a cron job to write stat. got from memcache.
P.S. Small operations over quota maybe caused by invocation of method countEntities(). On Wed, Nov 16, 2011 at 5:48 PM, 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 > > -- > 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. > -- My Blog: http://88250.b3log.org -------------------------------------------------------- Open Source, Open Mind, Open Sight, Open Future! -- 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.