Update:
I pulled the reCaptcha jar out of the project just to make sure there wasn't
something funky in it and I redeployed. Still no change.

>From my logs for a startup request to main page which pulls one string from
memcache and the Session object and displays page, I get the following in my
logs. Still no API CPU cost even though memcache is hit and a Session object
is retrieved and pending_ms seems really high. Perhaps the increase in
number of instances starting up is because of this dramatic increase in
latency (he ponders???). Hopefully it like many things with GAE it will
magically correct itself or I'll figure out I've screwed something up.

ms=12561 cpu_ms=3740 api_cpu_ms=0 cpm_usd=0.104161 loading_request=1
pending_ms=3337
ms=14286 cpu_ms=3520 api_cpu_ms=0 cpm_usd=0.098050 loading_request=1
pending_ms=6769
ms=16225 cpu_ms=3685 api_cpu_ms=0 cpm_usd=0.102637 loading_request=1
pending_ms=7813


On Wed, Feb 9, 2011 at 1:40 PM, Stephen Johnson <[email protected]>wrote:

> Hi Ikai,
> It looks like I must be the only one seeing these strange things. I may
> have screwed something up on my end. I added the java reCaptcha jar to my
> project to add reCaptcha to a couple of my pages and I'll undo that to make
> sure that isn't affecting things. But below is another example of an oddity
> I'm seeing. I'll keep you posted. Thx.
>
> For instance, I just did a request that my logs show went to memcache to
> retrieve several items, but the log shows (below) that I used 0 ms of API
> CPU and the CPU and latency is way up. It had to have used some API for
> memcache. I'm seeing lots of log entries where the API is low but the CPU is
> very high. For my app mostly these two numbers have not had this much of a
> discrepancy and it is very noticeable on the instance startups, which I do
> know take much longer, but have been in the 2-3 second range max. I'm
> getting latencies of 16 seconds plus.
>
> ms=12969 cpu_ms=4217 api_cpu_ms=0
>
> On Wed, Feb 9, 2011 at 12:51 PM, David <[email protected]> wrote:
>
>> I'm currently experiencing a ton of errors from latency right now.
>> Looks like it started about 45 minutes ago.  CPU usage has dropped to
>> very low and time per request has raised up so I suspect it's just
>> blocked on the datastore.
>>
>> David
>> word-play.appspot.com
>>
>> On Feb 9, 11:32 am, "Ikai Lan (Google)" <[email protected]>
>> wrote:
>> > Can anyone else confirm this or provide details? It'd be helpful to know
>> if
>> > this was passing or not.
>> >
>> > --
>> > Ikai Lan
>> > Developer Programs Engineer, Google App Engine
>> > Blogger:http://googleappengine.blogspot.com
>> > Reddit:http://www.reddit.com/r/appengine
>> > Twitter:http://twitter.com/app_engine
>> >
>> > On Tue, Feb 8, 2011 at 6:42 PM, Stephen Johnson <[email protected]
>> >wrote:
>> >
>> > > I understand some people were having issues with task queue after the
>> > > maintenance period. Well, I'm seeing an out of the norm number of
>> instances
>> > > and higher than usual CPU and latency since the maintenance period.
>> Before
>> > > the maintenance period things were extremely fast (in fact they were
>> > > screamingly fast) but not now. I'm still in the development stage and
>> I've
>> > > never gone over 3-4 instances. Now I'm seeing 7, 8 and 9. Also, the
>> CPU
>> > > usage seems very high. Anyone else seeing this or is it just me?
>> >
>> > > --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "Google App Engine" group.
>> > > To post to this group, send email to
>> [email protected].
>> > > To unsubscribe from this group, send email to
>> > > [email protected].
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/google-appengine?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to