Thanks leon..

Yup..java/10 is decimal and dump belongs to the same process. Even i
didn't see 0xa.
i'll try pstack to gather data, when this situation is simulated again. 
I remember doing this for thread starvation problem which resulted in
implementing T2 threading model 
in Solaris 8 Sparc to resolve it.

For some reason my prstat jpg snapshot is not being delivered !

Thanks
Naveen.


-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 08, 2006 4:05 AM
To: Tomcat Users List
Subject: Re: High CPU with tomcat 5.5.7

If it really was 10 decimal (10 from prstat) and the prstat and your
Java Thread Dump are from the same process, then it was a native thread,
because I didn't find a nid=0xa.

If you want to find out, what that native thread is doing, give your
process a "pstack", write it to some file and look into. It has a native
stack dump for each thread and at the top of the stack it gives you the
decimal thread number. You can pstack a process while running, although
when it has a lot of threads active, it will make the process pause a
few seconds.

Leon Rosenberg wrote:
> On 4/7/06, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
>> I'm sorry, I'd attached wrong snapshot. Thread in question is java/10

>> in the snapshot.
> 
> Excuse my blindness please, but which one is java/10?
> 
> 
>> Thanks
>> Naveen.
> 
> 
> Leon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to