I see some options for further investigation:

- Look in the log file to see if this process produces any output.

- Print out a stack trace
  Wait until this happens again, send a 'kill -QUIT pid'to the vm
  look in the log file that contains the output to stderr.
  This will contain a stack trace for each thread.

- Attach a debugger
  Wait until this happens again, and look what the threads 
  are doing.

> -----Urspr�ngliche Nachricht-----
> Von: Brandon Cruz [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 7. Oktober 2002 23:40
> An: Tomcat Users List
> Betreff: Why does one java process continue to run and take more and
> more CPU?
> 
> Running Tomcat 3.2.4, Sun JDK 1.3.1_01, AJP13, Apache 1.3.x 
> on Linux.  One java process seems to keep running and take 
> more and more CPU as time goes on.  It just slowly keeps 
> growing and slowing down the system.  Right now, I look and 
> it has been running for 2338 minutes and is taking 48.9% of 
> the CPU.
> 

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

Reply via email to