Re: JMeter Response Time

2011-07-28 Thread Adrian Speteanu
On Thu, Jul 28, 2011 at 9:24 AM, Deepak Shetty wrote: > http://jakarta.apache.org/jmeter/ > Section titled Jmeter is not a browser > > > I guess it only gives server response time > and network. > ... and other HTML / javascript / CSS related issues that affect renderin

Re: JMeter Response Time

2011-07-27 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/ Section titled Jmeter is not a browser > I guess it only gives server response time and network. On Wed, Jul 27, 2011 at 11:08 PM, sprasad wrote: > Hi, > > I have a question for you, the Response Time which JMeter gives is just the > time tak

JMeter Response Time

2011-07-27 Thread sprasad
Hi, I have a question for you, the Response Time which JMeter gives is just the time taken by server to process the request or it includes rendering time also?? does JMeter record just response time of server or rendering time which is equal to response time+load time to render on browser?? I

Re: How are throughput and response time related?

2011-05-29 Thread Kirk
amount of time you get to sit on the ride. Lets define response time or latency to be your time queuing for the ride (dead time) plus service time. So, if there are no lineups at your favorite ride, latency is your time on the ride. Capacity remains the same but measured throughput will be

Re: How are throughput and response time related?

2011-05-29 Thread oliver
good man Andrew, this guy knows his stuff. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-are-throughput-and-response-time-related-tp4433821p4437962.html Sent from the JMeter - User mailing list archive at Nabble.com. ---

Re: How are throughput and response time related?

2011-05-29 Thread deicool
Hey You will have to improve the system to get the same performance time (Even Google for that matter). If the system remains the same, and if you increase the number of request even by one, the response time will increase. You will have to increase the hardware or tune the system to get the same

Re: How are throughput and response time related?

2011-05-29 Thread oliver
. I know that when I am getting 10 search requests a second the response time is 300ms. I also know that when things are busy, I sometimes get 20 search requests a second and when this happens the response times still stay at 300ms because, hey, I wrote a pretty performant system and it can han

Re: How are throughput and response time related?

2011-05-29 Thread deicool
Hey (Line 6) The response time will never stay at 300 ms if you double your throughput from 10 to 20. It will be always more than 300 ms (For the same system). Infact if you just increase from 10 to 11, you will see an increase in response time. Try it on any system :) Have fun Deepak

Re: How are throughput and response time related?

2011-05-29 Thread oliver
"Throughput is inversely proportional to Response Time." Er, that's not true. It is worrying how often people fail to grasp this basic concept. It's really not rocket science guys. I'm feeling generous so let's break it down. 'Throughput' is actually form

Re: How are throughput and response time related?

2011-05-28 Thread Deepak Shetty
> it decreased as the response time decreased Is it True ?? Its possible when you reduce the number of concurrent hits (lower throughput and lower response time because of reduced load). Since you seem to be reading someones report you need to see what steps were performed. You should a

RE:Re: How are throughput and response time related?

2011-05-28 Thread rajivkumarnandv...@gmail.com
Thanks all now i got it. Completely agree with deepak :) --- Hey Throughput = Number Of Concurrent Users = (Response Time + Think Time) Number Of Concurrent Users = Customers logged into the system at the same time

Re: How are throughput and response time related?

2011-05-28 Thread deicool
Hey Throughput = Number Of Concurrent Users = (Response Time + Think Time) Number Of Concurrent Users = Customers logged into the system at the same time Think Time = Time one user or customer takes to respond between two consecutive

Re: How are throughput and response time related?

2011-05-28 Thread oliver
hough it fails at this in certain points). So in that example, maybe "it decreased as the response time decreased" but that does not make it a hard and fast rule that you can quote and rely on. You can NOT say "if throughput drops then so will resp. times". This is simply false

How are throughput and response time related?

2011-05-27 Thread Rajiv Nanduani
Hi All, I was reading about performance testing and gone through below this.. But I am not clear Is this true or false..? please explain your thoughts/Inputs on this paragraph. *How are throughput and response time related?* The graph for throughput displays the quantity of data that the

Detailed Transactions per Second and Response Time Vs time graphs

2011-04-02 Thread rkedari
. Only transaction with status of passed are included to be plotted vs. time. Transaction per second value is calculated by adding all running transactions for a given instance of time. * Response Time Vs time graphs: It display the number of complied, successful transaction perform during each second

Re: constant throughput timer and response time

2010-11-18 Thread Toni Menendez Lopez
Thanks a lot, Toni. 2010/11/18 Deepak Goel > Hey > > Namaskara~Nalama~Guten Tag > > Throughput = Number of Users or Threads in Jmeter's case > > > Think Time + Response Time > >

Re: constant throughput timer and response time

2010-11-17 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag Throughput = Number of Users or Threads in Jmeter's case Think Time + Response Time So if your response time varies as in the second case for the same number of threads (or

Re: constant throughput timer and response time

2010-11-17 Thread Felix Frank
On 11/08/2010 10:50 PM, Toni Menendez Lopez wrote: Look Andrei, I have following scenario : Figure1.png and Figure2.png With to scenarios 1st ) with average response time of 9 mseg 2nd ) with average of 100mseg The 1st case : Figure3.png, I am able to manage the 100reqxsec as is specified in

Re: constant throughput timer and response time

2010-11-08 Thread Toni Menendez Lopez
Look Andrei, I have following scenario : Figure1.png and Figure2.png With to scenarios 1st ) with average response time of 9 mseg 2nd ) with average of 100mseg The 1st case : Figure3.png, I am able to manage the 100reqxsec as is specified in the constant throughput timer, but 2nd case ) Figure4

Re: constant throughput timer and response time

2010-11-08 Thread Andrei Ghimus
Toni, The Constant Throughput Timer will NOT affect the response time of your requests. It will, however, introduce a variable delay between samples, in order to limit your Actions Per Minute to the specified value. On Mon, Nov 8, 2010 at 10:21 PM, Toni Menendez Lopez wrote: >  Hello everyb

constant throughput timer and response time

2010-11-08 Thread Toni Menendez Lopez
Hello everybody, Is there any way I can check relation between constant throughput timer and response time in requests. The thing is that in my application has a response time of 80mseg and jmeter is not able to follow the throghput I set up in the constant throughput timer ! Can anyone explain

RE: Should there be difference in response time if we replay the recorded proxy script and follow same steps manually at the same machine.

2010-10-19 Thread prabahar.duraisamy
arta.apache.org Subject: Should there be difference in response time if we replay the recorded proxy script and follow same steps manually at the same machine. Hi , I just wanted to clear out one thing that i came across.I recorded a script on my machine(with 1 user/sec).I gave me response t

RE: Should there be difference in response time if we replay the recorded proxy script and follow same steps manually at the same machine.

2010-10-19 Thread Sangeetha M
Hi, In simple, Jmeter doesn't give you the browser/Page rendering time. It's the summation of first two 1.Jmeter self processing time 2.Time taken by server to respond a request Which you will get as response time in Jmeter. -Original Message- From: samurai241185 [mai

Re: Should there be difference in response time if we replay the recorded proxy script and follow same steps manually at the same machine.

2010-10-19 Thread black gaff
ished immediately fires off the next (unless you've programmed it to do otherwise). Hope this helps -- View this message in context: http://jmeter.512774.n5.nabble.com/Should-there-be-difference-in-response-time-if-we-replay-the-recorded-proxy-script-and-follow-same-s-tp3219186p3219196.html

Should there be difference in response time if we replay the recorded proxy script and follow same steps manually at the same machine.

2010-10-19 Thread samurai241185
Hi , I just wanted to clear out one thing that i came across.I recorded a script on my machine(with 1 user/sec).I gave me response time lets say T1 seconds. After that i used same machine and followed same process manually.With the help of a time capturing tool (YSLOW), i recorded time T2.It

Re: Average response time

2010-08-31 Thread Yasir Shoaib
ary Report for 9 unique samplers: Throughput: 9 req/s Response Time: 200 ms Think Time: 3s Following the approach mentioned by Suresh: Throughput/transaction: 1 req/s Total Response Time: 4800ms This would be the same result expected from the Transaction controller if "Parent Sample" opti

Re: Average response time

2010-08-31 Thread kblearner
Suresh, To get the timings for a bunch of requests together, put them as child to a Transaction Controller and select the checkbox for "Parent Sample". Cheers.. -- View this message in context: http://jmeter.512774.n5.nabble.com/Average-response-time-tp2423607p2798351.html Sent from

Re: AJAX calls recording via jmeter and response time error

2010-08-11 Thread Thibaut Raballand
> Samurai > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/AJAX-calls-recording-via-jmeter-and-response-time-error-tp2262603p2266530.html > Sent from the JMeter - User mailing list archive at Nabble.com. > >

Average response time

2010-08-10 Thread Suresh Rajachar
Hi All, I have a confusion in understanding the average response reported by Jmeter. I have recorded a script for a user journey and i have configured Aggregate graph to get the avg response time. In one of the sampler in the script, a service will be called in which, booking details are

Re: AJAX calls recording via jmeter and response time error

2010-08-06 Thread samurai241185
-calls-recording-via-jmeter-and-response-time-error-tp2262603p2266530.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands

Re: AJAX calls recording via jmeter and response time error

2010-08-06 Thread Thibaut Raballand
request but Jmeter is showing HTTP 401 while going for rerun the > script.Please help me out what could be the problem? > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/AJAX-calls-recording-via-jmeter-and-response-time-error-tp2262603p2262670.html > Sent fr

Re: AJAX calls recording via jmeter and response time error

2010-08-03 Thread samurai241185
message in context: http://jmeter.512774.n5.nabble.com/AJAX-calls-recording-via-jmeter-and-response-time-error-tp2262603p2262670.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: jmeter

AJAX calls recording via jmeter and response time error

2010-08-02 Thread samurai241185
.(See Attachment) http://jmeter.512774.n5.nabble.com/file/n2262603/AJAX_calls.jpg AJAX_calls.jpg -- View this message in context: http://jmeter.512774.n5.nabble.com/AJAX-calls-recording-via-jmeter-and-response-time-error-tp2262603p2262603.html Sent from the JMeter - User mailing list archive at

Re: Query regarding Response time

2010-07-28 Thread ankitR
Thanks for your help -- View this message in context: http://jmeter.512774.n5.nabble.com/Query-regarding-Response-time-tp1438738p2256674.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Query regarding Response time

2010-07-19 Thread Sudip Kumar Bhattacharya
Jmeter does not render your page or process any client side scripts like javascript, flash script, etc The response time u will get is only the time to download the resource from the web server to the jmeter client machine. So your rendering times are over and above the times provided by jmeter

Re: Query regarding Response time

2010-07-19 Thread Deepak Goel
Hey In all probability, it should only reflect the server response time without the client rendering time. The client rendering time would depend on: 1. Configuration of Client Machine 2. Browser Type Deepak On 7/19/10, ankitR wrote: > > Hi, > > I want to know whether the resp

Query regarding Response time

2010-07-19 Thread ankitR
Hi, I want to know whether the response time in Jmeter includes the server time + the UI rendering time on the client's side. I have a JSP based application which i am testing using Jmeter. I recorded the ogin sequence using the proxy server. along with the original Jsp page there is a

Re: response time is in mili sec but should be 30 sec or so

2010-02-18 Thread Deepak Shetty
, Hasan (Hasan) < mahmud.bhui...@searshc.com> wrote: > Hi Friends, > > I have a thread group and that is running very fast and response time is > in mili-sec but in reality it should be 30 sec or so. I do not see any > error either but response data is not returning the right respon

RE: response time is in mili sec but should be 30 sec or so

2010-02-18 Thread Andrey Pohilko
] Sent: Thursday, February 18, 2010 7:03 PM To: JMeter Users List Subject: response time is in mili sec but should be 30 sec or so Hi Friends, I have a thread group and that is running very fast and response time is in mili-sec but in reality it should be 30 sec or so. I do not see any error either but

response time is in mili sec but should be 30 sec or so

2010-02-18 Thread Bhuiyan, Hasan (Hasan)
Hi Friends, I have a thread group and that is running very fast and response time is in mili-sec but in reality it should be 30 sec or so. I do not see any error either but response data is not returning the right response. What I am doing wrong? Any idea Best regards, Hasan

RE: regarding response time versus threads(virtual users).

2010-01-07 Thread Andrey Pohilko
che.org Subject: regarding response time versus threads(virtual users). Currently im working Jmeter.I got strucked up at one area in the tool is there any way that we can generate a graph for 'Rasponse time' versus the 'number of virtual users'. -- View this message in conte

Re: regarding response time versus threads(virtual users).

2010-01-05 Thread Deepak Shetty
ver > graphing package you like. > > > -- > > View this message in context: > http://old.nabble.com/regarding-response-time-versus-threads%28virtual-users%29.-tp27026336p27026336.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > &g

Re: regarding response time versus threads(virtual users).

2010-01-05 Thread sebb
he JTL file to whatever graphing package you like. > -- > View this message in context: > http://old.nabble.com/regarding-response-time-versus-threads%28virtual-users%29.-tp27026336p27026336.html > Sent from the JMet

regarding response time versus threads(virtual users).

2010-01-05 Thread cp1508
Currently im working Jmeter.I got strucked up at one area in the tool is there any way that we can generate a graph for 'Rasponse time' versus the 'number of virtual users'. -- View this message in context: http://old.nabble.com/regarding-response-time-versus-thread

Re: response time anomolies

2009-11-18 Thread Deepak Shetty
>Should I have this enabled or disabled and for all or some of the requests? Your browser normally sends Keep Alive, so you should probably enable it. However what you could check is whether disabling this for all requests makes the response time uniform(ly slow) , in which case you know why

Re: response time anomolies

2009-11-18 Thread Adrian Speteanu
ogs the user in. > > What I am seeing is that the very first call ( to bring up the login page ) > takes 3-4 seconds. The rest of the calls have a normal response time. > When > I run the test for multiple threads, I see response time of 3-4 seconds for > this very first

Re: response time anomolies

2009-11-18 Thread cmrz
> anything into the session the very first time? >>What I am seeing is that the very first call ( to bring up the login page > )takes 3-4 seconds. The rest of the calls have a normal response time. > When you say rest of the calls , do you mean the subsequent calls or the &

Re: response time anomolies

2009-11-17 Thread Deepak Shetty
1) do you have KeepAlive on your requests? Does your application load anything into the session the very first time? >What I am seeing is that the very first call ( to bring up the login page )takes 3-4 seconds. The rest of the calls have a normal response time. When you say rest of the ca

response time anomolies

2009-11-17 Thread cmrz
login page ) takes 3-4 seconds. The rest of the calls have a normal response time. When I run the test for multiple threads, I see response time of 3-4 seconds for this very first initial call and the rest of the calls are ok. Thread 1 - first call 3-4 sec. Thread 2 first call - 0.2 sec. I did not

Transaction controller response time differences

2009-08-24 Thread anilkumar b
Hi All, I am new to JMeter, Please help me for below question. 1) When can i use transaction controllers. what is the differences of response time between Generate parent sample checked / unchecked I have executed a sample test plan for simple login and logout scenario: 2) I have

Re: Help with response time (URL and Enbedded Resources)

2009-07-09 Thread pneves
Thank you deepak. Deepak Shetty wrote: > > Hi > asked many times on this list , you can look through the archives. > The summarised answer is none of them(mostly somewhere in between or worst > case slightly more) , and also depends on what you mean by response time. > A &

Re: Help with response time (URL and Enbedded Resources)

2009-07-09 Thread Deepak Shetty
Hi asked many times on this list , you can look through the archives. The summarised answer is none of them(mostly somewhere in between or worst case slightly more) , and also depends on what you mean by response time. A browser would not download all files in a single thread (I believe IE&#

Help with response time (URL and Enbedded Resources)

2009-07-09 Thread pneves
I have a question and I would like help from you. I am using jmeter for testing of stress. My question is to test on a single URL or include all enbedded resources to calculate response time. Ex: Ther URL www.google.com has 5 sub urls "endedded resources" (See list

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

2009-07-08 Thread Jmeter_User
ently. I am having a query on how to >> find >> > out the average respone time of the transaction when it includes images >> and >> > java scripts as >> > >> > part of its transaction. Because I could see the response time given by >> > Jmete

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

2009-07-06 Thread Deepak Shetty
2009/7/5 Jmeter_User > > > > > Hi All, > > I have started using Jmeter recently. I am having a query on how to find > > out the average respone time of the transaction when it includes images > and > > java scripts as > > > > part of its tr

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

2009-07-06 Thread Andrew Melnyk
ransaction. Because I could see the response time given by > Jmeter is less than response time given by Load Runner for the same > transaction recorded in > > jmeter and load runner, when there are some images in the page. > The reason I could guess is, in Load runner, the res

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

2009-07-04 Thread Jmeter_User
Hi All, I have started using Jmeter recently. I am having a query on how to find out the average respone time of the transaction when it includes images and java scripts as part of its transaction. Because I could see the response time given by Jmeter is less than response time given by Load

RE: Response Time from ' View Results in Table '

2009-06-04 Thread C.Vijayakumar
OK . Thank you very much Sebb. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Friday, June 05, 2009 3:55 AM To: JMeter Users List Subject: Re: Response Time from ' View Results in Table ' On 04/06/2009, Vijay Bc wrote: > Dear All , > > How

Re: Response Time from ' View Results in Table '

2009-06-04 Thread sebb
On 04/06/2009, Vijay Bc wrote: > Dear All , > > How can I calculate the Response Time from ' View Results in Table ' ? > For Ex : If I have 10 Threads ( Requests ) for a particular page and I got > Sample Time for each Thread in ' View Results in Table ' ,

Response Time from ' View Results in Table '

2009-06-03 Thread Vijay Bc
Dear All ,   How can I calculate the Response Time from ' View Results in Table ' ?    For Ex : If I have 10 Threads ( Requests ) for a particular page and I got Sample Time for each Thread in ' View Results in Table ' ,   Can  I add all these Time and dived by 10 . Sa

Re: Beanshell timer - response time threshhold

2009-06-02 Thread Tony Lotts
d a > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Duration_Assertion > > to mark overlong responses as failed. > > On 02/06/2009, Tony Lotts wrote: > > This is for validating how many users a single webservice app server can > > sup

Re: Beanshell timer - response time threshhold

2009-06-02 Thread sebb
/component_reference.html#Duration_Assertion to mark overlong responses as failed. On 02/06/2009, Tony Lotts wrote: > This is for validating how many users a single webservice app server can > support within a response time requirement, and the rate at which those > user's can sen

Re: Beanshell timer - response time threshhold

2009-06-02 Thread Tony Lotts
This is for validating how many users a single webservice app server can support within a response time requirement, and the rate at which those user's can send transactions. On Mon, Jun 1, 2009 at 9:03 PM, sebb wrote: > On 01/06/2009, Tony Lotts wrote: > > I have created

Re: Beanshell timer - response time threshhold

2009-06-01 Thread sebb
On 01/06/2009, Tony Lotts wrote: > I have created a timer which varies the delay based upon whether or not the > response time of the previous transaction is > 2999 milliseconds. What are you trying to achieve here? > > The solution that I have uses a beanshell timer, beanshel

Beanshell timer - response time threshhold

2009-06-01 Thread Tony Lotts
I have created a timer which varies the delay based upon whether or not the response time of the previous transaction is > 2999 milliseconds. The solution that I have uses a beanshell timer, beanshell postprocessor, and beanshell assertion. The beanshell timer returns the delay property set

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-09 Thread Nguyen Dao
rement for each HTTP > > request but seems impossible to visually see which request belongs to > which > > user action. Likewise, the test result raw data does have > elapsed/response > > time for each individual HTTP requests, but it seems almost impossible to > > organize the data based on the user action/transaction. > > > > Please help or point me to the right direction. > > > > Thank you, > > Nguyen Dao > > mr.nguyen...@gmail.com > > >

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-09 Thread Nguyen Dao
rement for each HTTP > > request but seems impossible to visually see which request belongs to > which > > user action. Likewise, the test result raw data does have > elapsed/response > > time for each individual HTTP requests, but it seems almost impossible to > > organize the data based on the user action/transaction. > > > > Please help or point me to the right direction. > > > > Thank you, > > Nguyen Dao > > mr.nguyen...@gmail.com > > >

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-08 Thread Deepak Shetty
Aggregate Report does provide min/avg/max measurement for each HTTP > request but seems impossible to visually see which request belongs to which > user action. Likewise, the test result raw data does have elapsed/response > time for each individual HTTP requests, but it seems almost imp

How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-08 Thread Nguyen Dao
t; and sum up the response their response times? The Aggregate Report does provide min/avg/max measurement for each HTTP request but seems impossible to visually see which request belongs to which user action. Likewise, the test result raw data does have elapsed/response time for each indiv

Re: Response Time of Http Request

2009-04-24 Thread sebb
gt; >> > >> Noel O'Brien wrote: > >> > Latency is the time taken until the first response is received by > >> JMeter. > >> > Load > >> > time is the total time to complete the request/response. > >> >

Re: Response Time of Http Request

2009-04-24 Thread Noel O'Brien
where the discrepancy is coming from Regards, Noel - Original Message - From: "linuxos" To: jmeter-user@jakarta.apache.org Sent: Friday, 24 April, 2009 06:36:42 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: Response Time of Http Request In the Sampler result, I

Re: Response Time of Http Request

2009-04-23 Thread linuxos
plete the request/response. >> > >> > Quoting sebb from a previous mail thread where I had a similar >> question: >> > >> > "Latency is time to first response. >> > This may be the entire response, especially for small payloads." >>

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: Response Time of Http Request

2009-04-22 Thread Noel O'Brien
mail thread where I had a similar question: > > > > "Latency is time to first response. > > This may be the entire response, especially for small payloads." > > > > Regards, > > Noel > > > > On Wednesday 22 April 2009 09:56:38 Kannan, Sengamal

Re: Response Time of Http Request

2009-04-22 Thread linuxos
ilar question: > > "Latency is time to first response. > This may be the entire response, especially for small payloads." > > Regards, > Noel > > On Wednesday 22 April 2009 09:56:38 Kannan, Sengamalam wrote: >> Response time for a HTTP request = Load Tim

Re: Response Time of Http Request

2009-04-22 Thread Noel O'Brien
y for small payloads." Regards, Noel On Wednesday 22 April 2009 09:56:38 Kannan, Sengamalam wrote: > Response time for a HTTP request = Load Time - Elapsed time > > Is this correct? Or is Load time and Response time are the same? > > > Thanks & Regards > Sengamal

RE: Response Time of Http Request

2009-04-22 Thread Kannan, Sengamalam
Response time for a HTTP request = Load Time - Elapsed time Is this correct? Or is Load time and Response time are the same? Thanks & Regards Sengamalam Kannan -Original Message- From: Noel O'Brien [mailto:nobr...@newbay.com] Sent: Wednesday, April 22, 2009 2:23 PM To: jm

Re: Response Time of Http Request

2009-04-22 Thread Noel O'Brien
-2-2 wrote: > > On 21/04/2009, linuxos wrote: > >> I've just started using JMeter 2.3.2. I created a "Thread Group", added > >> "HTTP > >> Request Sampler" and "View Results Tree" for my testing. > >> > >> For

Re: Response Time of Http Request

2009-04-22 Thread linuxos
sponse code: 200 Response message: OK Is there any wrong step in using the JMeter? sebb-2-2 wrote: > > On 21/04/2009, linuxos wrote: >> >> I've just started using JMeter 2.3.2. I created a "Thread Group", added >> "HTTP >> Request Sampler"

Re: Response Time of Http Request

2009-04-21 Thread sebb
Regards > > Sengamalam Kannan > Testing CoE > Mobile: +91 99529 67005 > Tel: +91 44 6615 2684 > > -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Tuesday, April 21, 2009 4:11 PM > To: JMeter Users List > Subject: Re: Response

RE: Response Time of Http Request

2009-04-21 Thread Kannan, Sengamalam
st Subject: Re: Response Time of Http Request On 21/04/2009, linuxos wrote: > > I've just started using JMeter 2.3.2. I created a "Thread Group", added "HTTP > Request Sampler" and "View Results Tree" for my testing. > > For calculation of "Res

Re: Response Time of Http Request

2009-04-21 Thread sebb
On 21/04/2009, linuxos wrote: > > I've just started using JMeter 2.3.2. I created a "Thread Group", added "HTTP > Request Sampler" and "View Results Tree" for my testing. > > For calculation of "Response Time" of a request, is it

Response Time of Http Request

2009-04-20 Thread linuxos
I've just started using JMeter 2.3.2. I created a "Thread Group", added "HTTP Request Sampler" and "View Results Tree" for my testing. For calculation of "Response Time" of a request, is it correct to say it's the "Load time" minus &

Re: min sql request response time of 0 ms?

2009-03-24 Thread sebb
Yes, as discussed previously here, this is caused by the timer resolution. On 24/03/2009, aidy lewis wrote: > I have being doing a number of parameterised SQL requests against SQL > Server 2005. On the Aggregate Report I have a min response time of: 0 > ms. > Can this be correc

min sql request response time of 0 ms?

2009-03-24 Thread aidy lewis
I have being doing a number of parameterised SQL requests against SQL Server 2005. On the Aggregate Report I have a min response time of: 0 ms. Can this be correct? Aidy - To unsubscribe, e-mail: jmeter-user-unsubscr

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: Jmeter response time

2009-02-12 Thread sjunejo
> time of running my test plan? > There are only time of each request in "view results in table". I need to > know the total time of executing 2 or more requests (2 or more)? Can > someone help me? > -- View this message in context: http://www.nabble.com/Jmeter-res

Re: does think time affect response time?

2009-02-03 Thread sebb
On 03/02/2009, uzfarid wrote: > > It is very high, without Transaction controller response time 900 ms, with > Transaction controller it goes upto 2 ms. What goes up to 2ms? What timers are included in the Transaction Controller? I find it hard to believe that the individua

Re: does think time affect response time?

2009-02-03 Thread uzfarid
It is very high, without Transaction controller response time 900 ms, with Transaction controller it goes upto 2 ms. So I thought abt other way to use think time if I want to use Transaction controller. I will put one "fake" HTTP request before Transaction controller and put thi

Re: does think time affect response time?

2009-02-02 Thread sebb
On 02/02/2009, uzfarid wrote: > > Hi, > > I have another question about this think time. > > I tried to use Transaction Controller and added think time as child or even > after it. > > But when I run it seems that think time is affecting response time because >

Re: does think time affect response time?

2009-02-02 Thread uzfarid
Hi, I have another question about this think time. I tried to use Transaction Controller and added think time as child or even after it. But when I run it seems that think time is affecting response time because it is very high compared to previous one. ( i used the same script but edited by

Re: does think time affect response time?

2009-02-02 Thread uzfarid
Hi, I have another question about this think time. I tried to use Transaction Controller and added think time as child or even after it. But when I run it seems that think time is affecting response time because it is very high compared to previous one. ( i used the same script but edited by

Re: does think time affect response time?

2009-01-24 Thread uzfarid
for example in loadrunner we define transaction beginning and >> >> end. >> >> >> >> Start Transaction a >> >> { >> >> some actions >> >> think time(10); >> >> } >> >> end

Re: does think time affect response time?

2009-01-24 Thread sebb
wondering if think times affect average response times in JMeter? > >> > >> I know for example in loadrunner we define transaction beginning and > >> end. > >> > >> Start Transaction a > >> { > >> some actions > >

Re: does think time affect response time?

2009-01-24 Thread uzfarid
t;> >> Start Transaction a >> { >> some actions >> think time(10); >> } >> end transaction a. >> >> in this case in load runner 10 second is added to the response time. So >> real >> response time would be final response

Re: does think time affect response time?

2009-01-24 Thread sebb
gt; } > end transaction a. > > in this case in load runner 10 second is added to the response time. So real > response time would be final response time - 10. Ofcourse best way is to put > think time outsite start and end tags. > > How it works in Jmeter?? > Indivi

does think time affect response time?

2009-01-24 Thread uzfarid
Hi, I was wondering if think times affect average response times in JMeter? I know for example in loadrunner we define transaction beginning and end. Start Transaction a { some actions think time(10); } end transaction a. in this case in load runner 10 second is added to the response time

  1   2   3   >