What is the best way to profile/optimize google app engine application?

隐身守侯 提交于 2020-01-10 07:44:30

问题


Currently I am working on new App Engine application.

Unfortunately it seems that my application uses to lot of resources even for relatively small user number. So I need to determine its bottle necks and optimize them.


回答1:


Appstats: RPC Instrumentation for Google App Engine. It is being developed by Guido himself.

alt text http://img130.imageshack.us/img130/526/timelinea.png

EDIT: I believe AppStats will not work with Java, but there are some tips here.




回答2:


The Eclipse plugin for the Google App Engine provides a local App Engine environment in which you can run your program in debug or profile mode. Perhaps this could provide the information you need?



来源:https://stackoverflow.com/questions/1995401/what-is-the-best-way-to-profile-optimize-google-app-engine-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!