以编程方式访问 Google App Engine 配额详细信息
有谁知道是否可以通过 App Engine SDK 内的代码或某种形式的 WebAPI 访问您当前帐户配额的详细信息。
我希望能够跟踪正在运行的应用程序中的数据存储使用情况和带宽使用情况,以便它可以根据应用程序剩余的配额级别来改变其行为。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以监控此问题:查询配额统计信息的 API:
You can monitor this issue: api to query quota statistics:
有一个小型的 Python 配额 API,可以统计 CPU 使用情况。据我所知,java 没有 Quota API。
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.