You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by RAVIKIRAN_GUNISETTI <gu...@gmail.com> on 2007/03/28 11:22:56 UTC

Using JMeter in LAN {Intranet}

Hi,

Iam a black-box tester & using JMeter for Performance Testing of our Web
Bases Project [Client-Server]. When i use the JMeter on any commercial site
(say.. www.google.com) I get the proper results as in correct
Median,Deviation,Average,Max,Min.

But when i use JMeter to test our project, the results are very less ,i mean
to say.. i the MAX for login was 89 ms.
Is this correct ?

If iam not wrong then is it because iam using this within a LAN because of
which the network-traffic is very less & thus the results are displayed in
this way ?
or am i doing something wrong ?

Do let me know..

Regards,
Ravi.





-- 
View this message in context: http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9708862
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Using JMeter in LAN {Intranet}

Posted by sebb <se...@gmail.com>.
On 29/03/07, RAVIKIRAN_GUNISETTI <gu...@gmail.com> wrote:
>
> Hi,
>
> Thanks for the reply, i would definetly try that. I just want you to take a
> look at the report generated by JMeter for 300 Users. This test was done
> across LAN . The report is for various activities done on the application
> rather than just login-logout.
>
> Please have a look at it , can you tell me why is it the Average,Median,Max
> are showing less values ?

Less than what?

The test appears to consist of 300 threads with a ramp-up of 600s and
a loop count of 1. So the threads will be started every 2 seconds. As
the elapsed time for each loop appears to be rather less than 2000
milliseconds, it seems the test effectively runs each user in
sequence, rather than in parallel. You might as well have just run one
thread with a loop count of 300.

> Also can you suggest what all technical details should i include in the
> report to make it more effective.

JMeter and Java versions would be useful.
You should have some means of versioning the test-plans and any
associated data files; record the versions used. Record start and end
times of the tests. The tests should be repeated several times.

> Regards,
> Ravi
>
>
>
>
> sebb-2 wrote:
> >
> > Check that the login has worked...
> >
> > For short transactions, the majority of the elapsed time is likely to
> > be spent on network delays, so it does not seem unreasonable that the
> > login only takes a few ms when run across a LAN rather than a WAN.
> >
> > You could compare how long it takes to PING the different webservers.
> >
> > On 28/03/07, RAVIKIRAN_GUNISETTI <gu...@gmail.com> wrote:
> >>
> >> Hi,
> >>
> >> Iam a black-box tester & using JMeter for Performance Testing of our Web
> >> Bases Project [Client-Server]. When i use the JMeter on any commercial
> >> site
> >> (say.. www.google.com) I get the proper results as in correct
> >> Median,Deviation,Average,Max,Min.
> >>
> >> But when i use JMeter to test our project, the results are very less ,i
> >> mean
> >> to say.. i the MAX for login was 89 ms.
> >> Is this correct ?
> >>
> >> If iam not wrong then is it because iam using this within a LAN because
> >> of
> >> which the network-traffic is very less & thus the results are displayed
> >> in
> >> this way ?
> >> or am i doing something wrong ?
> >>
> >> Do let me know..
> >>
> >> Regards,
> >> Ravi.
> >>
> >>
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9708862
> >> Sent from the JMeter - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
> >
> http://www.nabble.com/file/7501/APP26_PX_SC_21Feb_300Usr_statistics.xls
> APP26_PX_SC_21Feb_300Usr_statistics.xls
> --
> View this message in context: http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9727867
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Using JMeter in LAN {Intranet}

Posted by RAVIKIRAN_GUNISETTI <gu...@gmail.com>.
Hi,

Thanks for the reply, i would definetly try that. I just want you to take a
look at the report generated by JMeter for 300 Users. This test was done
across LAN . The report is for various activities done on the application
rather than just login-logout.

Please have a look at it , can you tell me why is it the Average,Median,Max
are showing less values ?
Also can you suggest what all technical details should i include in the
report to make it more effective.

Regards,
Ravi




sebb-2 wrote:
> 
> Check that the login has worked...
> 
> For short transactions, the majority of the elapsed time is likely to
> be spent on network delays, so it does not seem unreasonable that the
> login only takes a few ms when run across a LAN rather than a WAN.
> 
> You could compare how long it takes to PING the different webservers.
> 
> On 28/03/07, RAVIKIRAN_GUNISETTI <gu...@gmail.com> wrote:
>>
>> Hi,
>>
>> Iam a black-box tester & using JMeter for Performance Testing of our Web
>> Bases Project [Client-Server]. When i use the JMeter on any commercial
>> site
>> (say.. www.google.com) I get the proper results as in correct
>> Median,Deviation,Average,Max,Min.
>>
>> But when i use JMeter to test our project, the results are very less ,i
>> mean
>> to say.. i the MAX for login was 89 ms.
>> Is this correct ?
>>
>> If iam not wrong then is it because iam using this within a LAN because
>> of
>> which the network-traffic is very less & thus the results are displayed
>> in
>> this way ?
>> or am i doing something wrong ?
>>
>> Do let me know..
>>
>> Regards,
>> Ravi.
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9708862
>> Sent from the JMeter - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 
http://www.nabble.com/file/7501/APP26_PX_SC_21Feb_300Usr_statistics.xls
APP26_PX_SC_21Feb_300Usr_statistics.xls 
-- 
View this message in context: http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9727867
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Using JMeter in LAN {Intranet}

Posted by sebb <se...@gmail.com>.
Check that the login has worked...

For short transactions, the majority of the elapsed time is likely to
be spent on network delays, so it does not seem unreasonable that the
login only takes a few ms when run across a LAN rather than a WAN.

You could compare how long it takes to PING the different webservers.

On 28/03/07, RAVIKIRAN_GUNISETTI <gu...@gmail.com> wrote:
>
> Hi,
>
> Iam a black-box tester & using JMeter for Performance Testing of our Web
> Bases Project [Client-Server]. When i use the JMeter on any commercial site
> (say.. www.google.com) I get the proper results as in correct
> Median,Deviation,Average,Max,Min.
>
> But when i use JMeter to test our project, the results are very less ,i mean
> to say.. i the MAX for login was 89 ms.
> Is this correct ?
>
> If iam not wrong then is it because iam using this within a LAN because of
> which the network-traffic is very less & thus the results are displayed in
> this way ?
> or am i doing something wrong ?
>
> Do let me know..
>
> Regards,
> Ravi.
>
>
>
>
>
> --
> View this message in context: http://www.nabble.com/Using-JMeter-in-LAN-%7BIntranet%7D-tf3478853.html#a9708862
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org