Re: Calculating average response time for each transactions when it contains many images

2009-07-08 Thread Jmeter_User
t;> > Application having many images and java scripts, there will be many >> http >> > requests separtely shown in Jmeter for each image and each java script. >> > Which is confusing me >> > >> > to find the exact response time of the transactio

Re: Calculating average response time for each transactions when it contains many images

2009-07-06 Thread Deepak Shetty
h image and each java script. > > Which is confusing me > > > > to find the exact response time of the transaction which includes images > > and > > java scripts as part of its transaction. > > > > Please let me know is there any way to do it or is there any

Re: Calculating average response time for each transactions when it contains many images

2009-07-06 Thread Andrew Melnyk
y way to do it or is there any way of > recording. I dont want to exclude images, becasue if I tried excluding the > images and java scripts, > > I get response times very less compared to running the same transaction in > load runner. > -- > View this message in context: > h

Calculating average response time for each transactions when it contains many images

2009-07-04 Thread Jmeter_User
recording. I dont want to exclude images, becasue if I tried excluding the images and java scripts, I get response times very less compared to running the same transaction in load runner. -- View this message in context: http://www.nabble.com/Calculating-average-response-time-for-each

Response Time for

2009-04-22 Thread C.Vijayakumar
Hi Sebb / All I am using some 10-12 HTTP Requests with 25 concurrent users in my Test Plan . I am using the following listeners to find the report Aggregate Graph View Results in Tree View Results in Table Using this How can I calculate the Response Time for each HTTP Request and for each

RE: How to get response time for each request in a thread group

2009-03-24 Thread Sirish_Chandra
Hi, The response time which we get for a request is it the total rund up time? yes Thanks and Regards Sirish -Original Message- From: Muneeer Parray [mailto:mune...@ekartha.com] Sent: Tuesday, March 24, 2009 4:37 PM To: Sirish_Chandra Subject: RE: How to get response time for each

RE: How to get response time for each request in a thread group

2009-03-19 Thread Sirish_Chandra
Hi, Add summary report listener to the thread group label, It will give you the average response time for each and every single request of your thread group. Thanks and Regards Sirish -Original Message- From: waqas ahmad [mailto:waqas...@hotmail.com] Sent: Thursday, March 19, 2009

RE: How to get response time for each request in a thread group

2009-03-19 Thread waqas ahmad
Hi, check out "View Result Tree" Listener. Maybe it will help you. Best Regards, Waqas Ahmad > Date: Wed, 18 Mar 2009 23:30:13 -0700 > From: mune...@ekartha.com > To: jmeter-user@jakarta.apache.org > Subject: How to get response time for each req

How to get response time for each request in a thread group

2009-03-18 Thread parray
Hi, I have a thread group which have 6 requests i want to get response time for each request can any body help me out. I tried some listeners but they are giving the response time for all the requests. but i need for every request so i can find out which request causes problem or need to be

Re: How we can meassure the response time for saving a file from a web site to local system

2008-05-12 Thread sebb
Try: Transaction Controller + HTTP Sampler + + Save Responses to a file On 12/05/2008, Arunthomas <[EMAIL PROTECTED]> wrote: > > By using Jmeter, How we can meassure the response time for saving a file > (Word, Excel etc.) from a web site to local system? > > -- &g

How we can meassure the response time for saving a file from a web site to local system

2008-05-12 Thread Arunthomas
By using Jmeter, How we can meassure the response time for saving a file (Word, Excel etc.) from a web site to local system? -- View this message in context: http://www.nabble.com/How-we-can-meassure-the-response-time-for-saving-a-file-from-a-web-site-to-local-system-tp17186316p17186316.html

Re: Response time for a http request

2004-11-30 Thread sebb
On Tue, 30 Nov 2004 13:01:57 +0200, Erasmus, Ronel <[EMAIL PROTECTED]> wrote: > Good day, > > I need to get the response time for a specific http request. All sample response times are written to the output file (unless that field is suppressed in jmeter.properties) > > Wh

Response time for a http request

2004-11-30 Thread Erasmus, Ronel
Good day, I need to get the response time for a specific http request. What I have done was to add a Duration Assertion and set the "Duration to Assert" very small, so that the http request will definitely be slower. Then I tick Functional Mode to be on and write the output to a fi

Re: Getting response time for 90% of samples

2004-03-16 Thread peter lin
cally. peter lin --- [EMAIL PROTECTED] wrote: > Hi all, > > I have a test plan for testing web services. I need > to figure out a way to > get data for response time for 90% of the samples. > The Graph Results > Listener gives Median (50%). > > Any help is

Re: Getting response time for 90% of samples

2004-03-16 Thread Craig Palmer
have a test plan for testing web services. I need to figure out a way to get data for response time for 90% of the samples. The Graph Results Listener gives Median (50%). Any help is appreciated. Thanks, Anubhav - No electronic signature authorized - See

Getting response time for 90% of samples

2004-03-16 Thread Anubhav_Gupta
Hi all, I have a test plan for testing web services. I need to figure out a way to get data for response time for 90% of the samples. The Graph Results Listener gives Median (50%). Any help is appreciated. Thanks, Anubhav - No electronic signature

Re: Response time for increasing load is fluctuating

2003-05-29 Thread Ramesh J.C
: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 5:56 PM Subject: Re: Response time for increasing load is fluctuating > A single loop through the test isn't going to give you steady, predictable > results. Too many things can affect it - garba

Re: Response time for increasing load is fluctuating

2003-05-28 Thread mstover1
A single loop through the test isn't going to give you steady, predictable results. Too many things can affect it - garbage collection in jmeter, thread synchronization hicchups, daemon processes on your server, etc. And the min and max are going to be fairly random anyway. Try several more l

Response time for increasing load is fluctuating

2003-05-27 Thread Ramesh J.C
Hai Iam new user to jmeter. I used jmeter to load test the display of simple login page .There is no further processing involved .I gradually increased the number of threads in the thread group keeping the ramp up period 0 and loop count 1.I used 'aggregate report' as the listener.I stopp