Re: Java Request Doubt

2003-08-26 Thread peter lin
from personal experience testing pages with tags. what I did was to setup Borland OptimizeIt and start tomcat. Then I used JMeter to simulate a variety of loads. once I got the stack trace, call graph and so on, it was easier to find the culprit of bad performance. I hope that helps. peter

Re: Java Request Doubt

2003-08-26 Thread mstover1
That would require a profiling tool, which JMeter is not. -Mike On 25 Aug 2003 at 17:18, Shaik Afgal Bhasha wrote: > > Hi All, > > I am testing an application developed in STRUTS using JMeter my problem is, as one > of the request is taking much time.Is there any way thru JMeter i can check

Java Request Doubt

2003-08-25 Thread Shaik Afgal Bhasha
Hi All, I am testing an application developed in STRUTS using JMeter my problem is, as one of the request is taking much time.Is there any way thru JMeter i can check what is the time taken for the request to get processed at each class.For example my request for taskSearch.do will be process