appstats
Configuring Java GAE Appstats for cron job
I configured my web.xml to enable appstats for my cron job. My cron job is handled by a servlet at the URL http://myapp.appspot.com/cron/myjob and executed once an hour.[详细]
2023-03-30 00:37 分类:问答What do the Appstats values mean?
Take these stats from a post from the App Engine blog as an example: real = 107ms cpu = 141ms api = 388ms[详细]
2023-02-15 20:57 分类:问答Disable Appstats logging
I\'m using Appstats as documented here: http://code.google.com/appengine/docs/python/tools/appstats.html[详细]
2023-01-27 16:19 分类:问答App Engine - Java AppStats - It shows all requests as cpu time of 0
All lines in my AppStats look like this: real=19ms cpu=开发者_如何学Python0ms api=0ms overhead=0ms, it has the correct real time, but the other values are always 0.Anyone have this problem before or k[详细]
2023-01-02 01:29 分类:问答Java Appengine APPSTATS causing java out of memory error
I have several servlets in my java appengine app that do in memory sorting and take on the order of seconds to complete. These complete error free.[详细]
2022-12-27 20:32 分类:问答iphone autorotation black background
I use OpenGLView to display content of my app but sometimes I have to display UIActionSheet. My application works on both - landscape and portrait mode - but since it\'s OpenGL view I handle rotation[详细]
2022-12-17 12:42 分类:问答