views:

191

answers:

2

Does anyone know if it is possible to access via code either from within App Engine SDK or some form of WebAPI your current account quota details.

I would like to be able to track the datastore usage and bandwidth usage within the running application so that it may alter its behaviour depending on the levels of Quota left for the application.

Thanks.

A: 

There is a small Quota API for Python which can count CPU usage. As to the best of my knowledge, there is no Quota API for java.

Dmitry
+1  A: 

You can monitor this issue: api to query quota statistics:

slckin
I have stared this request. Thanks for pointing that one out. Cheers.
Littlejon