RE: Avg CPU usage growth

2004-05-19 Thread Adamczyk, Bartosz
k you, Bart -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 11:21 AM To: Tomcat Users List Subject: Re: Avg CPU usage growth I've seen this kind of behavior happen in the past because the HttpSessions are not getting garbaged correc

Re: Avg CPU usage growth

2004-05-19 Thread Peter Lin
I've seen this kind of behavior happen in the past because the HttpSessions are not getting garbaged correctly, which results in ever increasing heap. this leads to the GC taking more and more time to mark/sweep the heap. in my case, the HttpSessions were set to expire in 1 week, so over seve

Avg CPU usage growth

2004-05-19 Thread Adamczyk, Bartosz
Hi everyone, I have a web application that I am running on Tomcat 4.1.24. This web application consists of some JSPs, some Servlets and some Tag Libraries. I did some testing using Jmeter where I logged the results with PerfMon in Windows XP. I noticed that the average CPU usage g