Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 AppEngine 控制面板中,我可以看到活动实例以及它们使用的内存量。
是否有可能以编程方式获取相同的信息?
我的意思是,在处理请求时,是否可以调用一个函数来返回处理请求的实例当前使用的字节数?
谢谢
from google.appengine.api import runtime runtime.memory_usage().current()
文档