"Response time" by itself is a meaningless performance metric.  Useful metrics 
are the following:

1). Average response time
2). N-th percentile response time (typically, 95% is used; in some 
high-reliability real-time systems I worked with, 99.9% was looked at).

Keep in mind that the response time measurements will be a function of the 
*system* load - your target server(s), network, load generator(s).  This 
requires a "reference architecture" and a "reference load" be clearly specified 
with the (usual) disclaimer that the performance is relevant only for that 
setup.  Your lab should also be isolated from the outside; otherwise, you have 
no control over the LAN traffic and you may see some interesting behavior that 
could include unrepeatable results, measurements that are a function of the 
time of day, etc.

I would also look at the autocorrelation in the response time samples that are 
obtained to see whether there are any "hidden" operations occurring.  For 
example, I troubleshot a test environment a while back where autocorrelation 
showed that exactly every 15 seconds a delay spike occurred - I traced this to 
reverse DNS queries failing in the lab.

Best regards,

Bo


-----Original Message-----
From: umesh prajapati [mailto:[email protected]] 
Sent: Sunday, July 21, 2013 11:09 AM
To: JMeter Users List
Subject: Re: Response Time

That's good learn new thing about jmeter plugins. And if you don't mind could 
tell me how I add the plugins. And I have noticed that my summary report gives 
different througput data when I add view result as tree and when I disable it , 
it gives me different throughput data On Jul 21, 2013 2:52 AM, "Dias Jacob" 
<[email protected]> wrote:

> Hi,
>
> There are 2 alternatives here-
>
> 1. Either type into the field the file name you want saved to, start 
> the test. This creates and writes to the file.
>
> 2. Or Just add Aggregate Report to your test plan by choosing
> Thread->Listener->**AggregateReport Run your Test.When it is completed
> aggregate report will display the information about the test runs. 
> Here there is an option to save the report as csv.
>
> The Best Alternative is that you can try out Jmeter Plugins which 
> provides a variety of listeners for a simple way of saving 
> results/reports. You just need to right click and save as a particular format.
>
> Thanks!
> Dias
> On 2013-07-20 13:33, umesh prajapati wrote:
>
>> how do you save view resutls in table like the summary report has 
>> save table data
>>
>>
>> On Sat, Jul 20, 2013 at 10:25 AM, Dias Jacob 
>> <[email protected]
>> >**wrote:
>>
>>  Hi,
>>>
>>> You could try the View Results in Table from the listeners menu. It 
>>> gives the average sample time which is equivalent to the average response 
>>> time.
>>> You can also use the Response time graph to see a graphical 
>>> representation.
>>>
>>> Thanks!
>>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to