RE: Over 1000 threads running in production

2005-03-15 Thread Guillaume Lahitette
Chuck, Many thanks for your feeback. From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Subject: Over 1000 threads running in production Our operations team discovered over 1000 java threads running on each production server. It appears that about 20 threads are added to this count

Re: Over 1000 threads running in production

2005-03-15 Thread Tim Funk
Take periodic thread dumps and read them. perl, grep, and wc are your friends to parse the data without going insane. The thread dumps should give you a general idea of who created them. -Tim Guillaume Lahitette wrote: Hello Tomcat'oids, This is Tomcat 4.1.26 on Linux with JDK 1.4.1_03, load

RE: Over 1000 threads running in production

2005-03-15 Thread Guillaume Lahitette
perl / grep / wc scripts, that would surely jumpstart me and give me some ideas! Thanks in advance. Cheers, Guillaume -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 11:03 To: Tomcat Users List Subject: Re: Over 1000 threads running in production

Re: Over 1000 threads running in production

2005-03-15 Thread Tim Funk
Users List Subject: Re: Over 1000 threads running in production Take periodic thread dumps and read them. perl, grep, and wc are your friends to parse the data without going insane. The thread dumps should give you a general idea of who created them. -Tim Guillaume Lahitette wrote: Hello Tomcat'oids

RE: Over 1000 threads running in production

2005-03-15 Thread Guillaume Lahitette
/ browse_thread/thread/336d16199150720f/40be68d56007a1ea?q=periodic+%22thread+ dumps%22+linux+%22kill+-3%22#40be68d56007a1ea Guillaume -Original Message- From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 11:34 To: Tomcat Users List Subject: RE: Over 1000 threads

Over 1000 threads running in production

2005-03-14 Thread Guillaume Lahitette
Hello Tomcat'oids, This is Tomcat 4.1.26 on Linux with JDK 1.4.1_03, load balanced accross 2 servers by a BigIP device. User base is around 50. Our operations team discovered over 1000 java threads running on each production server. It appears that about 20 threads are added to this count

RE: Over 1000 threads running in production

2005-03-14 Thread Caldarale, Charles R
From: Guillaume Lahitette [mailto:[EMAIL PROTECTED] Subject: Over 1000 threads running in production Our operations team discovered over 1000 java threads running on each production server. It appears that about 20 threads are added to this count every hour. Since no one else seems