RE: how many linux processes should tomcat create???

2002-12-06 Thread Brandon Cruz
and slows the system down. Brandon -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 8:55 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: how many linux processes should tomcat create??? On Thu, 5 Dec 2002, Brandon Cruz

RE: how many linux processes should tomcat create???

2002-12-06 Thread Ma, Yongjie
Using google, find an open source utility called javaps.sh it will show the java processes only. Yongjie -Original Message- From: RXZ JLo [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 10:12 PM To: Tomcat Users List Subject: Re: how many linux processes should tomcat

Re: how many linux processes should tomcat create???

2002-12-06 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, RXZ JLo wrote: Date: Thu, 5 Dec 2002 22:12:20 -0800 (PST) From: RXZ JLo [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: how many linux processes should tomcat create??? Those are not processes

RE: how many linux processes should tomcat create???

2002-12-06 Thread Craig R. McClanahan
On Fri, 6 Dec 2002, Brandon Cruz wrote: Date: Fri, 6 Dec 2002 09:28:30 -0600 From: Brandon Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED], Tomcat List [EMAIL PROTECTED] Subject: RE: how many linux processes should tomcat create??? Craig, I know that actually, just mistyped. I had talked

how many linux processes should tomcat create???

2002-12-05 Thread Brandon Cruz
Does anyone know how many processes tomcat should create? When I start my server, there are about 525 processes created. The number constantly grows as time goes on, but I think it is related to a database connection being left open. 525 seems like a lot to start with though. Brandon -- To

Re: how many linux processes should tomcat create???

2002-12-05 Thread Charles Baker
--- Brandon Cruz [EMAIL PROTECTED] wrote: Does anyone know how many processes tomcat should create? When I start my server, there are about 525 processes created. The number constantly grows as time goes on, but I think it is related to a database connection being left open. 525 seems

RE: how many linux processes should tomcat create???

2002-12-05 Thread Brandon Cruz
:19 PM To: Tomcat Users List Subject: Re: how many linux processes should tomcat create??? --- Brandon Cruz [EMAIL PROTECTED] wrote: Does anyone know how many processes tomcat should create? When I start my server, there are about 525 processes created. The number constantly grows as time

Re: how many linux processes should tomcat create???

2002-12-05 Thread David Brown
Brandon Cruz writes: Does anyone know how many processes tomcat should create? When I start my server, there are about 525 processes created. The number constantly grows as time goes on, but I think it is related to a database connection being left open. 525 seems like a lot to start with

RE: how many linux processes should tomcat create???

2002-12-05 Thread Jeremy Joslin
is should be easy to determine what's going on there. Jeremy -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 9:47 AM To: Tomcat Users List Subject: Re: how many linux processes should tomcat create??? Brandon Cruz writes: Does

Re: how many linux processes should tomcat create???

2002-12-05 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, Brandon Cruz wrote: Date: Thu, 5 Dec 2002 12:30:14 -0600 From: Brandon Cruz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: how many linux processes should tomcat create??? Does

Re: how many linux processes should tomcat create???

2002-12-05 Thread RXZ JLo
Those are not processes, those are threads. $ ps awx shows the output below. As you say the following may be threads, but how do I get the parent process of all these - ie., how do I restrict the output to show only the processes and not the threads within. I need this to kill the tomcat