yes, it is possible. you can test both your database queries and your webapp. If you believe one of your queries is slow, I would first use JMeter to execute the queries against the database. this will tell you if the queries are inefficient.
once you know that, you can move on to testing your web application. the user manual has some basic instructions on how to do this. http://jakarta.apache.org/jmeter/usermanual/index.html peter On Wed, 2 Mar 2005 14:09:54 +0530, SantoshK <[EMAIL PROTECTED]> wrote: > > Hello all > > I want to test a web based application by using JMeter, I am getting poor > result. So, now I want to see the bottlenecks in the application. By doing > Profiling of application. I want to see which query is fired how many time?? > Which query is taking more time?? Like ANTS Profiler, Is it possible by > using JMeter?? > > Hope to hear from all of you soon. Thanks in advance. > > > Regards > SantoshK > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.300 / Virus Database: 266.5.7 - Release Date: 3/1/2005 > > > --------------------------------------------------------------------- > 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]

