I would recommend downloading one of profiling tools like borland OptimizeId or JProbe to profile the webapp. Use JMeter to simulate load and watch what happens in the profiler. if you suspect memory leaks, look at the heap and how it grows. if you search the archives, you'll see plenty of discussions on this topic.
peter On Mon, 23 Aug 2004 12:42:19 +0000, Didier McGillis <[EMAIL PROTECTED]> wrote: > I have recently taken over a project that was done by a developer who is no > longer available, who also left no documentation about what he did. There > seems to be slowdowns during the day, the site is not a heavy hit site so I > was looking for some advice on what tools to use for preformance testing and > what you have seen as far as the good and the bad in that area, as well as > good techniques for debugging. > > thanks > > _________________________________________________________________ > Take charge with a pop-up guard built on patented Microsoft� SmartScreen > Technology > http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines > Start enjoying all the benefits of MSN� Premium right now and get the > first two months FREE*. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
