On Tue, Dec 31, 2013 at 1:09 PM, Ian Rose <[email protected]> wrote:

> Is it possible (e.g. via an API) to access the data that populates the
> dashboard charts (e.g. requests per second, memory usage)?
>


Some of the information is available via API, not necessarily all. You can
look into the documentation for specific services for further information.
For example, you can get memcache information via the Stats object:
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/memcache/Stats.
The datastore statistics page in the admin console is compiled from
metadata queries:
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/Entities#NAMESPACE_METADATA_KIND.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to