-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Peter,

On 2/27/15 11:21 AM, Peter Irbizon wrote:
> Hi Chris, here are my dumps
> http://www.filedropper.com/jvmthreaddump. It looks like it has
> something to do with memcached.

There are a bunch of RUNNABLE threads, but sometimes the term
"RUNNABLE" in a Java thread dump doesn't actually mean "taking CPU
time right now". For example, the "main" thread is RUNNABLE but it's
waiting on accepting a socket connection (for a SHUTDOWN command) and
so it's effectively blocked, taking zero CPU time.

I'm not entirely sure what the Memcached threads actually do, but I
think they are in a similar situation: waiting for code to request
some communication with Memcached.

- -chris

> 2015-02-27 16:46 GMT+01:00 Christopher Schultz
> <ch...@christopherschultz.net
>> :
> 
> Peter,
> 
> On 2/27/15 10:41 AM, Peter Irbizon wrote:
>>>> 2015-02-27 16:32 GMT+02:00 Christopher Schultz 
>>>> <ch...@christopherschultz.net
>>>>> : How much memory is in this thing?
>>>> 
>>>> I have one with 700 MHz ARM1176JZ, 512MB RAM (model B). By
>>>> the way it is working pretty nice :) I tried just to figure
>>>> it out why only tomcat7 consumes some CPU when all other
>>>> services are at 0%.
> 
> Can you get a shell running on it? If so, take thread dumps of the
> JVM process: that will tell you (or us) what's going on.
> 
> You can adjust the background thread's timing, but it's pretty
> innocuous.
> 
> -chris
>> 
>> ---------------------------------------------------------------------
>>
>> 
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>> 
>> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJU8KRjAAoJEBzwKT+lPKRY41QP/1/pu4TGNkXTx82g08vWG/zL
nGccJgD9+G2sM2YGR17l6XcCwlZ28LfGwSid6Ub3lezLXMwl6Au4fRt8smdMv9jO
7tEO/naBxbIDLW3wtzwN1ttpgoF9TPsfk8XGuCYLeAq/p+qC9yEyl/OC5yP0ybnj
bAVBB41KHx5FVT/+GxyIBArSxE+7DxbCLpLPndr2jLxJvJKh4AbXWEOmNpAoJpHH
owi0iWKYbRf/ApADWarblCpflqob1mlkUNQRrz/ZEfbfgaYsQute7Qcz0xLtjT00
Z+gP9NjqWufZL9jIl9gI7IWs93e9oWK283LNHj52qHMtSonq9jx3h0OTCoCICGEq
w4mAErC1Hm8r9N069mo4XtJinnTGGNwC71a9akpKqyIQM7K500bDLze9+RvayVVr
Cbv8aOQMrvvM0no7Q8KGqgkm6KU1rp4bYFqAbOMzb57AE+lU7LCl/MUzxjCl75Ip
qm2i5NnW78NMRmeYpfD6p4ViEzRM7eaguUUyb1hSSD/g/tJM2VNeZ7BiXn+50VXF
RcsC5pmHw/mwW8aW2PN8IjwghzAX2TxI6EX37B1TCp8T4vEg8fjKxJ9cwr62UwHJ
35ObBalDumZlstGoRfPhpBHMJW8xnzKkWC0QWP5SQy0ZSDIad0Vvc1mMvEMn27n8
FFp0n7tv/mE5URaTjd8J
=i1lo
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to