Perofmrance test on Enof of Month process(EOM)

2012-09-13 Thread Samaraweera, Ravinda
Dear Experts,

I was thinking of a way to test a performance of End of Month process
(EOM) , 

Whole process will do some calculations, then update some tables and
generate EOM reports (with calculated balances).

Basically EOM process will be slower when you have a lot of transactions
to process. i.e. initially it will take few minutes and over a period of
time it will take hours to complete it as no of transactions are getting
increased. 

if the whole purpose is to find how efficient the process is!! , is
there any way to simulate it ?? any suggestions?

Thanks
Chi.

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



Performance testing - For diffrent user roles

2012-09-12 Thread Samaraweera, Ravinda
Dear Experts,

Lets say I have 20 users (20 roles) with different menu functions
visible according to the user role.

I need to load 20 different users at once to the system and access
particular menu functions in the system for a given time. 

Assume that  'Dash board' page is common to all 20 users and other
functions can see  be seen only according to the use role.

My Q is how do I control 20 users not accessing all functions (i.e.
Which is not under their role). 

What is the best practice to follow.

Thanks
Chi.


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



Aggregate graph error %

2012-09-05 Thread Samaraweera, Ravinda
Dear Experts,

Aggregate graph shows some errors % for a particular http request, In
the log it does not say anything about the same http request, I.e. no
errors reported for the same request , in that case what are the
possibilities to show errors %?




***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: Aggregate graph error %

2012-09-05 Thread Samaraweera, Ravinda
Hi Sebb,

I was referring to error log panel which I enabled before running the
test, 

Below errors were reported but NOT for the one I have mentioned here,
i.e. the error % shows in aggregated graph for other http request not
for the below one, 

2012/08/28 19:47:11 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
readResponse: java.io.IOException: Server returned HTTP response code:
500 for URL: http://lkcmbweb01/ts/CreateTimeSheet.aspx
2012/08/28 19:37:30 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
Cause: java.io.IOException: Error writing to server

What you meant by sample results file? Appreciate if you can explain bit
more.


Note: I haven't included any assertion to the test plan.


-Original Message-
From: sebb [mailto:seb...@gmail.com] 
Sent: Thursday, September 06, 2012 12:17 AM
To: JMeter Users List
Subject: Re: Aggregate graph error %

On 5 September 2012 12:43, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:
 Dear Experts,

 Aggregate graph shows some errors % for a particular http request, In
 the log it does not say anything about the same http request, I.e. no
 errors reported for the same request , in that case what are the
 possibilities to show errors %?


Which log are you referring to?

Sampler errors are not generally reported in the jmeter.log file,
unless they are so severe that the sample could not be performed.

Instead, the sample status is adjusted accordingly and will show up in
the sample result file(s).




***
 Disclaimer

 The information contained in this communication is confidential and
may be legally privileged.
 It is intended solely for the use of the individual or entity to whom
it is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
disclosure, copying,
 distribution or taking action in reliance of the contents of this
information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper,
 complete transmission of the information contained in this
communication nor any delay in its receipt.

***


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

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



OutOfMemoryError: Java heap space

2012-08-28 Thread Samaraweera, Ravinda
Dear All,

What is the cause for following error?

2012/08/28 12:27:47 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.OutOfMemoryError: Java heap space

Thanks,
Chi.

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: OutOfMemoryError: Java heap space

2012-08-28 Thread Samaraweera, Ravinda
Dear Kirk,

Thanks for prompt reply.

I had run 700+ requests (5 threads, 5 http requests, for 3 minutes),
Could you guide me with how to configure heap etc..

Thanks,

-Original Message-
From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com] 
Sent: Tuesday, August 28, 2012 12:43 PM
To: JMeter Users List
Subject: Re: OutOfMemoryError: Java heap space 

Just like it says, your JVM has run out of memory. Why? could be a
number of reasons... the first being that you simply didn't configure
enough to run your tests.

JMeter heap usage will not stabilize because during a run JMeter
accumulates results. If you have a long run you'd better use a very
large heap.

-- Kirk

On 2012-08-28, at 8:08 AM, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:

 Dear All,
 
 What is the cause for following error?
 
 2012/08/28 12:27:47 ERROR - jmeter.threads.JMeterThread: Test failed!
 java.lang.OutOfMemoryError: Java heap space
 
 Thanks,
 Chi.
 

***
 Disclaimer
 
 The information contained in this communication is confidential and
may be legally privileged.
 It is intended solely for the use of the individual or entity to whom
it is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
disclosure, copying, 
 distribution or taking action in reliance of the contents of this
information is strictly prohibited and may be unlawful. 
 KPMG is neither liable for the proper, 
 complete transmission of the information contained in this
communication nor any delay in its receipt.

***
 


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

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



RE: OutOfMemoryError: Java heap space

2012-08-28 Thread Samaraweera, Ravinda
Thanks, il check the same.

-Original Message-
From: Naresh Kumar [mailto:naresh.ku...@igate.com] 
Sent: Tuesday, August 28, 2012 12:49 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space 

There are couple of things you can try to negate this.

Keep the test plan simple, do not add too many unwanted listners as this
would take away lot of memory locally during run time.
Increase this heap size from systems.properties file , there is already
a lot of ans posted on how to do this via jmeter forums.
If the above doesn't solve your problem due to extensive load test
harness, you can give a try using distributed load testing process.


NK

-Original Message-
From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com]
Sent: Tuesday, August 28, 2012 12:43 PM
To: JMeter Users List
Subject: Re: OutOfMemoryError: Java heap space

Just like it says, your JVM has run out of memory. Why? could be a
number of reasons... the first being that you simply didn't configure
enough to run your tests.

JMeter heap usage will not stabilize because during a run JMeter
accumulates results. If you have a long run you'd better use a very
large heap.

-- Kirk

On 2012-08-28, at 8:08 AM, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:

 Dear All,

 What is the cause for following error?

 2012/08/28 12:27:47 ERROR - jmeter.threads.JMeterThread: Test failed!
 java.lang.OutOfMemoryError: Java heap space

 Thanks,
 Chi.


***
 Disclaimer

 The information contained in this communication is confidential and
may be legally privileged.
 It is intended solely for the use of the individual or entity to whom
it is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
disclosure, copying,
 distribution or taking action in reliance of the contents of this
information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper,
 complete transmission of the information contained in this
communication nor any delay in its receipt.

***



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


Information contained and transmitted by this e-mail is confidential and
proprietary to iGATE and its affiliates and is intended for use only by
the recipient. If you are not the intended recipient, you are hereby
notified that any dissemination, distribution, copying or use of this
e-mail is strictly prohibited and you are requested to delete this
e-mail immediately and notify the originator or mailad...@igate.com.
iGATE does not enter into any agreement with any party by e-mail. Any
views expressed by an individual do not necessarily reflect the view of
iGATE. iGATE is not responsible for the consequences of any actions
taken on the basis of information provided, through this email. The
contents of an attachment to this e-mail may contain software viruses,
which could damage your own computer system. While iGATE has taken every
reasonable precaution to minimise this risk, we cannot accept liability
for any damage which you sustain as a result of software viruses. You
should carry out your own virus checks before opening an attachment. To
know more about iGATE please visit www.igate.com.

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

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



RE: OutOfMemoryError: Java heap space

2012-08-28 Thread Samaraweera, Ravinda
Is there any other place to change heap value other than jmeter.bat
file?
Coz when I change it , set HEAP=-Xms512m -Xmx512m to set HEAP=-Xms1560m
-Xmx1560m it gives an error, I can run jmeter.bat file even, it exits
Why is that?

-Original Message-
From: Jim (Jiemin) Jin [mailto:jim@cn.nextlabs.com] 
Sent: Tuesday, August 28, 2012 12:52 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space 

With heap size set to 1560M, it can support about 500 users.
(Every thread will have 17 transactions and about 120 HTTP request)

-Original Message-
From: Naresh Kumar [mailto:naresh.ku...@igate.com]
Sent: Tuesday, August 28, 2012 3:19 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space

There are couple of things you can try to negate this.

Keep the test plan simple, do not add too many unwanted listners as this
would take away lot of memory locally during run time.
Increase this heap size from systems.properties file , there is already
a lot of ans posted on how to do this via jmeter forums.
If the above doesn't solve your problem due to extensive load test
harness, you can give a try using distributed load testing process.


NK

-Original Message-
From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com]
Sent: Tuesday, August 28, 2012 12:43 PM
To: JMeter Users List
Subject: Re: OutOfMemoryError: Java heap space

Just like it says, your JVM has run out of memory. Why? could be a
number of reasons... the first being that you simply didn't configure
enough to run your tests.

JMeter heap usage will not stabilize because during a run JMeter
accumulates results. If you have a long run you'd better use a very
large heap.

-- Kirk

On 2012-08-28, at 8:08 AM, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:

 Dear All,

 What is the cause for following error?

 2012/08/28 12:27:47 ERROR - jmeter.threads.JMeterThread: Test failed!
 java.lang.OutOfMemoryError: Java heap space

 Thanks,
 Chi.

 **
 *
 Disclaimer

 The information contained in this communication is confidential and
may be legally privileged.
 It is intended solely for the use of the individual or entity to whom
it is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying, distribution or taking action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper, complete transmission of the
 information contained in this communication nor any delay in its
receipt.
 **
 *



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


Information contained and transmitted by this e-mail is confidential and
proprietary to iGATE and its affiliates and is intended for use only by
the recipient. If you are not the intended recipient, you are hereby
notified that any dissemination, distribution, copying or use of this
e-mail is strictly prohibited and you are requested to delete this
e-mail immediately and notify the originator or mailad...@igate.com.
iGATE does not enter into any agreement with any party by e-mail. Any
views expressed by an individual do not necessarily reflect the view of
iGATE. iGATE is not responsible for the consequences of any actions
taken on the basis of information provided, through this email. The
contents of an attachment to this e-mail may contain software viruses,
which could damage your own computer system. While iGATE has taken every
reasonable precaution to minimise this risk, we cannot accept liability
for any damage which you sustain as a result of software viruses. You
should carry out your own virus checks before opening an attachment. To
know more about iGATE please visit www.igate.com.

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


__
This email has been scanned by the Symantec Email Security.cloud
service.
__
This email has been inspected by NextLabs' Outlook Policy Enforcer to
ensure compliance

 -
STATEMENT OF CONFIDENTIALITY
 
The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain confidential or privileged information. No
representation is made on its accuracy or completeness of the
information contained in this electronic message. Certain assumptions
may have been made in the preparation

RE: OutOfMemoryError: Java heap space

2012-08-28 Thread Samaraweera, Ravinda
Hi Jim,

IT works for me now in this way, my jmeter.bat file had 512, I change it
to 512*2=1024 , i.e. heap changed to 1024m, now it works.

I have no idea about system. Properties file. thx 

-Original Message-
From: Jim (Jiemin) Jin [mailto:jim@cn.nextlabs.com] 
Sent: Tuesday, August 28, 2012 2:53 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space 

How many memory that your machine has?
I set the memory by changing the jmeter.bat.

Somebody said that it can be done via set system.properties. But I don't
know how.


-Original Message-
From: Samaraweera, Ravinda [mailto:ravindasamarawe...@kpmg.com]
Sent: Tuesday, August 28, 2012 4:46 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space

Is there any other place to change heap value other than jmeter.bat
file?
Coz when I change it , set HEAP=-Xms512m -Xmx512m to set HEAP=-Xms1560m
-Xmx1560m it gives an error, I can run jmeter.bat file even, it exits
Why is that?

-Original Message-
From: Jim (Jiemin) Jin [mailto:jim@cn.nextlabs.com]
Sent: Tuesday, August 28, 2012 12:52 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space

With heap size set to 1560M, it can support about 500 users.
(Every thread will have 17 transactions and about 120 HTTP request)

-Original Message-
From: Naresh Kumar [mailto:naresh.ku...@igate.com]
Sent: Tuesday, August 28, 2012 3:19 PM
To: JMeter Users List
Subject: RE: OutOfMemoryError: Java heap space

There are couple of things you can try to negate this.

Keep the test plan simple, do not add too many unwanted listners as this
would take away lot of memory locally during run time.
Increase this heap size from systems.properties file , there is already
a lot of ans posted on how to do this via jmeter forums.
If the above doesn't solve your problem due to extensive load test
harness, you can give a try using distributed load testing process.


NK

-Original Message-
From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com]
Sent: Tuesday, August 28, 2012 12:43 PM
To: JMeter Users List
Subject: Re: OutOfMemoryError: Java heap space

Just like it says, your JVM has run out of memory. Why? could be a
number of reasons... the first being that you simply didn't configure
enough to run your tests.

JMeter heap usage will not stabilize because during a run JMeter
accumulates results. If you have a long run you'd better use a very
large heap.

-- Kirk

On 2012-08-28, at 8:08 AM, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:

 Dear All,

 What is the cause for following error?

 2012/08/28 12:27:47 ERROR - jmeter.threads.JMeterThread: Test failed!
 java.lang.OutOfMemoryError: Java heap space

 Thanks,
 Chi.

 **
 *
 Disclaimer

 The information contained in this communication is confidential and
may be legally privileged.
 It is intended solely for the use of the individual or entity to whom
it is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying, distribution or taking action in reliance of the
contents of this information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper, complete transmission of the
 information contained in this communication nor any delay in its
receipt.
 **
 *



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


Information contained and transmitted by this e-mail is confidential and
proprietary to iGATE and its affiliates and is intended for use only by
the recipient. If you are not the intended recipient, you are hereby
notified that any dissemination, distribution, copying or use of this
e-mail is strictly prohibited and you are requested to delete this
e-mail immediately and notify the originator or mailad...@igate.com.
iGATE does not enter into any agreement with any party by e-mail. Any
views expressed by an individual do not necessarily reflect the view of
iGATE. iGATE is not responsible for the consequences of any actions
taken on the basis of information provided, through this email. The
contents of an attachment to this e-mail may contain software viruses,
which could damage your own computer system. While iGATE has taken every
reasonable precaution to minimise this risk, we cannot accept liability
for any damage which you sustain as a result of software viruses. You
should carry out your own virus checks before opening an attachment. To
know more about iGATE please visit www.igate.com.

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

IOException: Error writing to server

2012-08-28 Thread Samaraweera, Ravinda
Dear experts ,

What is the cause for following error?

Is it that server can not handle the no of http requests that I sent ?

012/08/28 15:18:14 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
Cause: java.io.IOException: Error writing to server 
2012/08/28 15:18:19 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
readResponse: java.io.IOException: Error writing to server

I config for 50 users , 5 http request, each http request has minimum 3
to 8 requests (Looped).

Thanks,
Chi

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
Thanks Niraj it works like this for me,

When I close the jmeter and open it , it waits for 3 to 4 minutes then
run the script (HTTP HM authentication seems works) but still it waits
for along time, when I access the site through FF browser it is very
fast. (2sec).

 
If I run the script without closing and opening jmeter for 1 more time
then it quite fast (runs normal)

I have just put HTTP AM just after the Thread group, also tried putting
the same under 1st HTTP request. But still needs to wait 4 to 5 minutes.


Why is that.

thanks

-Original Message-
From: Niraj [mailto:niraj.khatm...@gmail.com] 
Sent: Thursday, August 23, 2012 11:26 AM
To: JMeter Users List
Subject: Re: How to login to internal network through jmeter

 To allow the test plan to authenticate with each request, you need to
add
an HTTP Header Manager configuration element to the Thread Group. In it
you
add one field named Authorization.

The only thing left is to set the header value, which can be obtained by
looking at the requests of a browser. In
Firefoxhttp://www.mozilla.com/en-US/firefox/personal.html this
can be done with the Live HTTP Headers
Add-onhttps://addons.mozilla.org/en-US/firefox/addon/3829
.


Just download that Add-on and manually access the site keep add-on open.
You will get the Authentication value. Just add the same in
front of Authorization  field in HTTP Header manager config element.

On Thu, Aug 23, 2012 at 11:19 AM, Samaraweera, Ravinda 
ravindasamarawe...@kpmg.com wrote:

 yes

 -Original Message-
 From: Niraj [mailto:niraj.khatm...@gmail.com]
 Sent: Thursday, August 23, 2012 11:16 AM
 To: JMeter Users List
 Subject: Re: How to login to internal network through jmeter

 Is it HTTP authentication?

 On Thu, Aug 23, 2012 at 11:11 AM, Samaraweera, Ravinda 
 ravindasamarawe...@kpmg.com wrote:

  What are the steps to follow in order to login to internal network
 (not
  proxy server) through jmeter.
 
  Thanks.
 
 

***
  Disclaimer
 
  The information contained in this communication is confidential and
 may be
  legally privileged.
  It is intended solely for the use of the individual or entity to
whom
 it
  is addressed and others authorised to receive it.
  If you are not the intended recipient you are hereby notified that
any
  disclosure, copying,
  distribution or taking action in reliance of the contents of this
  information is strictly prohibited and may be unlawful.
  KPMG is neither liable for the proper,
  complete transmission of the information contained in this
 communication
  nor any delay in its receipt.
 

***
 
 

***
 Disclaimer

 The information contained in this communication is confidential and
may be
 legally privileged.
 It is intended solely for the use of the individual or entity to whom
it
 is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying,
 distribution or taking action in reliance of the contents of this
 information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper,
 complete transmission of the information contained in this
communication
 nor any delay in its receipt.

***



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


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
Small correction not HTTP AM  it is HTTP HM

-Original Message-
From: Samaraweera, Ravinda 
Sent: Thursday, August 23, 2012 12:09 PM
To: 'JMeter Users List'
Subject: RE: How to login to internal network through jmeter

Thanks Niraj it works like this for me,

When I close the jmeter and open it , it waits for 3 to 4 minutes then
run the script (HTTP HM authentication seems works) but still it waits
for along time, when I access the site through FF browser it is very
fast. (2sec).

 
If I run the script without closing and opening jmeter for 1 more time
then it quite fast (runs normal)

I have just put HTTP HM just after the Thread group, also tried putting
the same under 1st HTTP request. But still needs to wait 4 to 5 minutes.


Why is that.

thanks

-Original Message-
From: Niraj [mailto:niraj.khatm...@gmail.com] 
Sent: Thursday, August 23, 2012 11:26 AM
To: JMeter Users List
Subject: Re: How to login to internal network through jmeter

 To allow the test plan to authenticate with each request, you need to
add
an HTTP Header Manager configuration element to the Thread Group. In it
you
add one field named Authorization.

The only thing left is to set the header value, which can be obtained by
looking at the requests of a browser. In
Firefoxhttp://www.mozilla.com/en-US/firefox/personal.html this
can be done with the Live HTTP Headers
Add-onhttps://addons.mozilla.org/en-US/firefox/addon/3829
.


Just download that Add-on and manually access the site keep add-on open.
You will get the Authentication value. Just add the same in
front of Authorization  field in HTTP Header manager config element.

On Thu, Aug 23, 2012 at 11:19 AM, Samaraweera, Ravinda 
ravindasamarawe...@kpmg.com wrote:

 yes

 -Original Message-
 From: Niraj [mailto:niraj.khatm...@gmail.com]
 Sent: Thursday, August 23, 2012 11:16 AM
 To: JMeter Users List
 Subject: Re: How to login to internal network through jmeter

 Is it HTTP authentication?

 On Thu, Aug 23, 2012 at 11:11 AM, Samaraweera, Ravinda 
 ravindasamarawe...@kpmg.com wrote:

  What are the steps to follow in order to login to internal network
 (not
  proxy server) through jmeter.
 
  Thanks.
 
 

***
  Disclaimer
 
  The information contained in this communication is confidential and
 may be
  legally privileged.
  It is intended solely for the use of the individual or entity to
whom
 it
  is addressed and others authorised to receive it.
  If you are not the intended recipient you are hereby notified that
any
  disclosure, copying,
  distribution or taking action in reliance of the contents of this
  information is strictly prohibited and may be unlawful.
  KPMG is neither liable for the proper,
  complete transmission of the information contained in this
 communication
  nor any delay in its receipt.
 

***
 
 

***
 Disclaimer

 The information contained in this communication is confidential and
may be
 legally privileged.
 It is intended solely for the use of the individual or entity to whom
it
 is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying,
 distribution or taking action in reliance of the contents of this
 information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper,
 complete transmission of the information contained in this
communication
 nor any delay in its receipt.

***



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


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
SEE THE JMETER LOG, does this log says anything about that?


2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine:
Listeners will be started after enabling running version 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: To
revert to the earlier behaviour, define
jmeterengine.startlistenerslater=false 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Running
the test! 
2012/08/23 13:26:52 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Starting
5 threads for group Thread Group. 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Thread
will continue on error 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: All
threads have been started 
2012/08/23 13:26:52 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-1 
2012/08/23 13:26:52 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
Maximum connection retries = 10 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-2 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-3 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-4 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-5 
2012/08/23 13:29:56 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-1 
2012/08/23 13:29:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2012/08/23 13:29:56 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-2 
2012/08/23 13:29:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-2 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-5 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-5 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-3 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-3 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-4 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-4 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test 
2012/08/23 13:29:57 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*) 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended on host null

-Original Message-
From: Samaraweera, Ravinda 
Sent: Thursday, August 23, 2012 12:48 PM
To: 'JMeter Users List'
Subject: RE: How to login to internal network through jmeter

Im using jmeter 2.7, you are right it seems jmeter is processing... how
can I see it? What it process? Why ?

-Original Message-
From: Niraj [mailto:niraj.khatm...@gmail.com] 
Sent: Thursday, August 23, 2012 12:25 PM
To: JMeter Users List
Subject: Re: How to login to internal network through jmeter

Glad to know that your issue is resolved. I guess you are using Jmeter
2.6
or 2.7 for the execution.

I am not sure why it's taking 3-4 mins to run the script. But that 3-4
mins
not adding into the response time.  Might be Jmeter must be doing
prepossessing. I hope someone might have answer for the question.

On Thu, Aug 23, 2012 at 12:09 PM, Samaraweera, Ravinda 
ravindasamarawe...@kpmg.com wrote:

 Thanks Niraj it works like this for me,

 When I close the jmeter and open it , it waits for 3 to 4 minutes then
 run the script (HTTP HM authentication seems works) but still it waits
 for along time, when I access the site through FF browser it is very
 fast. (2sec).


 If I run the script without closing and opening jmeter for 1 more time
 then it quite fast (runs normal)

 I have just put HTTP AM just after the Thread group, also tried
putting
 the same under 1st HTTP request. But still needs to wait 4 to 5
minutes.


 Why is that.

 thanks

 -Original Message-
 From: Niraj [mailto:niraj.khatm...@gmail.com]
 Sent: Thursday, August 23, 2012 11:26 AM
 To: JMeter Users List
 Subject: Re: How to login to internal network through jmeter

  To allow the test plan to authenticate with each request, you need to
 add
 an HTTP Header Manager configuration element to the Thread Group. In
it
 you
 add one field named Authorization.

 The only thing left is to set the header value, which can be obtained
by
 looking at the requests of a browser. In
 Firefoxhttp://www.mozilla.com/en-US/firefox/personal.html this
 can be done with the Live HTTP Headers
 Add-onhttps://addons.mozilla.org/en-US/firefox/addon/3829
 .


 Just download that Add-on and manually access the site keep add-on
open.
 You will get the Authentication value. Just add the same in
 front of Authorization  field in HTTP Header manager config element.

 On Thu, Aug 23, 2012 at 11:19 AM, Samaraweera, Ravinda 
 ravindasamarawe...@kpmg.com

RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
Hi NIRAJ hope you would help me again...

Pls compare below logs log1 with log2, log one took 3 to 4 minutes but
log 1 runs quickly, see the log 1st line
Pls help 

LOG 2

2012/08/23 14:05:12 INFO  - jmeter.engine.StandardJMeterEngine: Running
the test! 
2012/08/23 14:05:12 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2012/08/23 14:05:12 INFO  - jmeter.engine.StandardJMeterEngine: Starting
5 threads for group Thread Group. 
2012/08/23 14:05:12 INFO  - jmeter.engine.StandardJMeterEngine: Thread
will continue on error 
2012/08/23 14:05:12 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-1 
2012/08/23 14:05:12 INFO  - jmeter.engine.StandardJMeterEngine: All
threads have been started 
2012/08/23 14:05:12 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-2 
2012/08/23 14:05:12 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-3 
2012/08/23 14:05:12 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-4 
2012/08/23 14:05:13 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-5 
2012/08/23 14:05:21 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-2 
2012/08/23 14:05:21 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-2 
2012/08/23 14:05:24 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-1 
2012/08/23 14:05:24 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2012/08/23 14:05:26 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-3 
2012/08/23 14:05:26 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-3 
2012/08/23 14:05:26 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-4 
2012/08/23 14:05:26 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-4 
2012/08/23 14:05:27 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-5 
2012/08/23 14:05:27 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-5 
2012/08/23 14:05:27 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test 
2012/08/23 14:05:27 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,*local*) 
2012/08/23 14:05:27 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended on host null

-Original Message-
From: Samaraweera, Ravinda 
Sent: Thursday, August 23, 2012 1:31 PM
To: 'JMeter Users List'
Subject: RE: How to login to internal network through jmeter

SEE THE JMETER LOG, does this log says anything about that?

[] LOG1
[] -
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine:
Listeners will be started after enabling running version 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: To
revert to the earlier behaviour, define
jmeterengine.startlistenerslater=false 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Running
the test! 
2012/08/23 13:26:52 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,*local*) 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Starting
5 threads for group Thread Group. 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: Thread
will continue on error 
2012/08/23 13:26:52 INFO  - jmeter.engine.StandardJMeterEngine: All
threads have been started 
2012/08/23 13:26:52 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-1 
2012/08/23 13:26:52 INFO  - jmeter.protocol.http.sampler.HTTPJavaImpl:
Maximum connection retries = 10 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-2 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-3 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-4 
2012/08/23 13:26:53 INFO  - jmeter.threads.JMeterThread: Thread started:
Thread Group 1-5 
2012/08/23 13:29:56 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-1 
2012/08/23 13:29:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-1 
2012/08/23 13:29:56 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-2 
2012/08/23 13:29:56 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-2 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-5 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-5 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-3 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-3 
2012/08/23 13:29:57 INFO  - jmeter.threads.JMeterThread: Thread
finished: Thread Group 1-4 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread Thread Group 1-4 
2012/08/23 13:29:57 INFO  - jmeter.engine.StandardJMeterEngine:
Notifying test listeners of end of test 
2012/08/23 13:29:57 INFO  - jmeter.gui.util.JMeterMenuBar

How to organize an activities in a test plan

2012-08-22 Thread Samaraweera, Ravinda
Dear all,

I need to prepare test scripts for 50 virtual users, Activities/requests
should be included in the script are as follows;

1.  Grant LAN access (This should be one time activity )
2.  Request login page (50 virtual users need to request this
right?)
3.  Login with credentials (One UID  PWD will be used for all 50
virtual users)
4.  Load main page (After successful login)
5.  Search a code 
6.  Request edit data page (Assume with 3 rows and 3 columns of data
in the page)
7.  Logout

Could you assist me with me followings;
a.  Putting Controllers, where you suggest  to put them , 
b.  HTTP Authorization Manger (Grant LAN access)
c.  All other required things that you suggest to include.

Thanks,
Chi


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: standard/benchmarking value for loading a web page

2012-08-22 Thread Samaraweera, Ravinda
Thanks to all of you giving such a wonderful feedback, I got it , thanks
again



-Original Message-
From: sebb [mailto:seb...@gmail.com] 
Sent: Wednesday, August 22, 2012 11:03 PM
To: JMeter Users List
Subject: Re: standard/benchmarking value for loading a web page

On 22 August 2012 16:30, Adrian Speteanu asp.ad...@gmail.com wrote:
 I would also recommend JMeter's wiki for this one. There you will find
 links  references to resources useful that try to cover general
concerns
 (regarding performance testing, industry standards/expectations,
good
 approaches and also results interpretation). There aren't good quick
 answers, nothing short compensate for the experience of the people
who
 wrote those materials.

 But since that might take a while, as a quick answer I would add that
it
 depends  A LOT  on the type of page that you want to load. And you
also
 have to know your end-users expectations... - users quit if pages are
slow,
 usually, but if the data is very valuable to them, they might wait
(you see
 there's a lot to talk about, for news pages and a blog page they won't
wait
 too many seconds, if their banking page take 20s they might wait, if
 someone wants a report with analytics, they will wait minutes for it
to
 load in the web page). So don't generalise, just make sure you
understand
 stakeholders and end-users expectations first and then balance that on
what
 your developers can deliver realistically. You decide what is
acceptable or
 not. For industry standard, take a peek at the competition, see how
they
 fair - try to beat that.

Also, if the site is one that users return to often, having a
consistent experience is important.
If it always takes 4 seconds to load a page, people will get used to
that, but if it can take between 1 and 10 seconds depending on server
load that is more annoying.

Any site will slow down given sufficient traffic, so you need to know
what traffic your site is designed for, and make sure it handles that
with some margin.

When overloaded, the site should ideally start to fail gracefully.

 --Adrian S

 On Wed, Aug 22, 2012 at 5:38 PM, Robin D. Wilson rwils...@gmail.com
wrote:

 I don't know about everyone else, but we use 'benchmark' to evaluate
the
 difference between one release and the next. The value of
 benchmarking (to us) is to track the change in performance over time
of
 our system.

 It certainly is nice to compare to some arbitrary standard, but
that's
 only a secondary value - the primary goal is to make sure
 we are not getting slower with each release.

 --
 Robin D. Wilson
 Sr. Director of Web Development
 KingsIsle Entertainment, Inc.
 VOICE: 512-777-1861
 www.KingsIsle.com

 -Original Message-
 From: Shaba K [mailto:shabazi...@gmail.com]
 Sent: Wednesday, August 22, 2012 7:49 AM
 To: JMeter Users List
 Subject: Re: standard/benchmarking value for loading a web page

 It's different for different business  kind of webpage too

 You'l have to grab this as a NFS from your business.

 cheers,
 s

 On Wed, Aug 22, 2012 at 6:31 AM, Samaraweera, Ravinda 
 ravindasamarawe...@kpmg.com wrote:

  Dear All,
 
  I have completed internal application's performance test and
results are
  with me(Thanks for jmeter), I just need to know what are the
  standard/benchmarking loading time of a average web page.i.e.
loging
  page, a search page, and a webpage with a grid with 15 rows and 5
  columns of data (No images).
 
  Any suggestion much appreciated.
 
  Thanks.
 
 
***
  Disclaimer
 
  The information contained in this communication is confidential and
may
 be
  legally privileged.
  It is intended solely for the use of the individual or entity to
whom it
  is addressed and others authorised to receive it.
  If you are not the intended recipient you are hereby notified that
any
  disclosure, copying,
  distribution or taking action in reliance of the contents of this
  information is strictly prohibited and may be unlawful.
  KPMG is neither liable for the proper,
  complete transmission of the information contained in this
communication
  nor any delay in its receipt.
 
***
 
 


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



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

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby

Http requests response time varying ...

2012-08-22 Thread Samaraweera, Ravinda
Dear All,

I have noticed this while I was running jmeter on internal LAN app.,
hope to get your feedback for the following concern,

Lets say my test script has 6 http requests, testing for 5 virtual users
(5 Threads),

1.  Request login
2.  Login with credentials
3.  Load main page
4.  Load create page
5.  Search an item
6.  Load edit item page (This is considerably slow)


When I run the script with above 6 http requests and when I disable 6th
request and run the scrip there is a difference in each requests
response time,
for 6th request it is obvious to get low response time, but how come
that other 5 requests also response with lower response time when 6th
one included to test plan  run?
Shouldn't it be same as before , I mean other 5 requests should maintain
bit similar response time (Assume that no user logged to the system
except jmeter requests).
Why this happens? Pls help.
Thanks,
 Chi.


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: Performance test on Internal web Application (LAN)

2012-08-21 Thread Samaraweera, Ravinda
Thanks for your effort flavio, 

It didn't work for me, then I tired using HTTP Authorization manager putting it 
just after thread group; I config all reuired parameters properly in Http AM, 
now it works, I really appreciate your effort in this regard,

I have another clarification with regard to parameters in ultimate thread group 
;

Lets say I have set start thread count=5(5 users) , init delay=0, start up 
time=30sec, hold load for 60sec, sht down time=10sec , we assume if all went 
well total time taken for this test is 1min and 30 to 40 secs, (hope I have 
calculated right)


Basically I have 7 http requests in the test plan such as request login page, 
login with credentials, then search, etc;

My question is if there any delay in responding time of each of these requests 
(i.e. page load time), what is the impact on those timing I have set? I mean 
impact total time taken and each of those parameters?  Pls help me.

CHI. 


-Original Message-
From: Flavio Cysne [mailto:flaviocy...@gmail.com] 
Sent: Monday, August 20, 2012 5:06 PM
To: JMeter Users List
Subject: Re: Performance test on Internal web Application (LAN)

Considering this line, at jmeter executable file,

java $ARGS $JVM_ARGS -jar `dirname $0`/ApacheJMeter.jar $@

and if you're under a *nix SO, you should do this, directly from command
prompt:[] 

JVM_ARGS=-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword jmeter other arguments

or you could add JVM_ARGS variable inside jmeter executable file, before
java $ARGS ... line:

# jmeter executable configuration before this line ...

# proxy server configuration
JVM_ARGS=$JVM_ARGS
-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword

java $ARGS ...

under a Windows or Mac environment you should use a seamlessly approach.

Remember that, if you modify the executable, you will have to comment those
lines to execute a test without the proxy server configuration.

Hope it helps.
Flávio Cysne

2012/8/20 Samaraweera, Ravinda ravindasamarawe...@kpmg.com

 Hi Flavio,

 Thanks,
 Really appreciate if you can tell me the steps to modify the file.
 If I copy the same and change the proxyhosturl, proxyPortNumber,
 someUserName, somePassword would it be fine?

 Chi.

 -Original Message-
 From: Flavio Cysne [mailto:flaviocy...@gmail.com]
 Sent: Friday, August 17, 2012 5:15 PM
 To: JMeter Users List
 Subject: Re: Performance test on Internal web Application (LAN)

 Did you try to use java proxy settings on jmeter command line or jmeter.sh
 VMARGS variable?

 -Dhttp.proxyHost=proxyhostURL
 -Dhttp.proxyPort=proxyPortNumber
 -Dhttp.proxyUser=someUserName
 -Dhttp.proxyPassword=somePassword

 Hope it helps.
 Flávio Cysne

 2012/8/17 Samaraweera, Ravinda ravindasamarawe...@kpmg.com

  Dear All,
 
  I have an issue with doing performance testing on web application in
  LAN, my issue as follows,
 
  1.  How to logging to internal LAN through jmeter? To access a URL
  (which is deployed in app server and published in proxy server (SAME
  LAN))
  2.  When I tried to access the same web site from firefox it prompts
  for username and password, when I provide those I can see the 1st page
  of the web site. But through jmeter it doesn't.
  It says running and running  but never stops and I have
  forcefully shutdown to run the script again.
  3.  Our LAN is bit secured network, I have tried with HTTP
  authorization manager but didn't work.
 
  Note: Im using jmeter latest version which I have downloaded recently,
 
  Can anyone help me pls. Love to hear from someone who can help
  me out.
 
  Thanks
  Chi
 
  ***
  Disclaimer
 
  The information contained in this communication is confidential and may
 be
  legally privileged.
  It is intended solely for the use of the individual or entity to whom it
  is addressed and others authorised to receive it.
  If you are not the intended recipient you are hereby notified that any
  disclosure, copying,
  distribution or taking action in reliance of the contents of this
  information is strictly prohibited and may be unlawful.
  KPMG is neither liable for the proper,
  complete transmission of the information contained in this communication
  nor any delay in its receipt.
  ***
 
 
 ***
 Disclaimer

 The information contained in this communication is confidential and may be
 legally privileged.
 It is intended solely for the use of the individual or entity to whom it
 is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying,
 distribution or taking action in reliance

Ultimate thread group

2012-08-21 Thread Samaraweera, Ravinda
I have a clarification with regard to parameters in ultimate thread
group ;

Lets say I have set start thread count=5(5 users) , init delay=0, start
up time=30sec, hold load for 60sec, sht down time=10sec , we assume if
all went well total time taken for this test is 1min and 30 to 40 secs,
(hope I have calculated right)


Basically I have 7 http requests in the test plan such as request login
page, login with credentials, then search, etc;

My question is if there any delay in responding time of each of these
requests (i.e. page load time), what is the impact on those timing I
have set? I mean impact total time taken and each of those parameters?
Pls help me.

CHI.
***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



RE: Ultimate thread group

2012-08-21 Thread Samaraweera, Ravinda
Yes this is a third party plug-in. :-(

-Original Message-
From: sebb [mailto:seb...@gmail.com] 
Sent: Tuesday, August 21, 2012 3:23 PM
To: JMeter Users List
Subject: Re: Ultimate thread group

On 21 August 2012 10:34, Samaraweera, Ravinda
ravindasamarawe...@kpmg.com wrote:
 I have a clarification with regard to parameters in ultimate thread
 group ;

Apache JMeter does not have an ultimate thread group.

 Lets say I have set start thread count=5(5 users) , init delay=0,
start
 up time=30sec, hold load for 60sec, sht down time=10sec , we assume if
 all went well total time taken for this test is 1min and 30 to 40
secs,
 (hope I have calculated right)

Nor do any of its thread groups have init delay or hold load parameters.

Sounds like you are using a 3rd party add-one; this is off-topic for
the JMeter mailing lists.

Please direct your queries to the 3rd party supplier.

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

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



Can not see the error log in view panel

2012-08-21 Thread Samaraweera, Ravinda
Deal All,

When I run the test plan , i.e. test scripts it was completed with
errors, when I click on show error it suppose to show me errors  in
error log view panel. But I cannot see any errors in that log, it shows
empty list though it has errors. Pls help me.


CHI. 

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: Getting error message when doing performance testing

2012-08-21 Thread Samaraweera, Ravinda
Appreciate if you can tell what are the steps to follow.

-Original Message-
From: crackdu...@gmail.com [mailto:crackdu...@gmail.com] 
Sent: Wednesday, August 22, 2012 10:37 AM
To: JMeter Users List
Subject: Re: Getting error message when doing performance testing

May be you need set your hosts file. Put your IP into the file and your host 
name too.


Greetings
--Mensaje original--
De: brajesh patel
Para: JMeter Users List
Responder a: JMeter Users List
Asunto: Getting error message when doing performance testing
Enviado: 21 de ago, 2012 11:58 PM

Hello All,

I am getting following error when running script using jmeter:

 jmeter.engine.StandardJMeterEngine: Test has ended on host null

Please provide me light on this error so I will resolve this.


-- 

Thanks and Regards
Brajesh Patel
Mobile: 918750709907



Enviado a través de BlackBerry de movistar
-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org
***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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



standard/benchmarking value for loading a web page

2012-08-21 Thread Samaraweera, Ravinda
Dear All,

I have completed internal application's performance test and results are
with me(Thanks for jmeter), I just need to know what are the
standard/benchmarking loading time of a average web page.i.e. loging
page, a search page, and a webpage with a grid with 15 rows and 5
columns of data (No images).

Any suggestion much appreciated.

Thanks.

***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***



RE: Performance test on Internal web Application (LAN)

2012-08-20 Thread Samaraweera, Ravinda
Hi Flavio,

Thanks,
Really appreciate if you can tell me the steps to modify the file.
If I copy the same and change the proxyhosturl, proxyPortNumber, someUserName, 
somePassword would it be fine?

Chi.

-Original Message-
From: Flavio Cysne [mailto:flaviocy...@gmail.com] 
Sent: Friday, August 17, 2012 5:15 PM
To: JMeter Users List
Subject: Re: Performance test on Internal web Application (LAN)

Did you try to use java proxy settings on jmeter command line or jmeter.sh
VMARGS variable?

-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword

Hope it helps.
Flávio Cysne

2012/8/17 Samaraweera, Ravinda ravindasamarawe...@kpmg.com

 Dear All,

 I have an issue with doing performance testing on web application in
 LAN, my issue as follows,

 1.  How to logging to internal LAN through jmeter? To access a URL
 (which is deployed in app server and published in proxy server (SAME
 LAN))
 2.  When I tried to access the same web site from firefox it prompts
 for username and password, when I provide those I can see the 1st page
 of the web site. But through jmeter it doesn't.
 It says running and running  but never stops and I have
 forcefully shutdown to run the script again.
 3.  Our LAN is bit secured network, I have tried with HTTP
 authorization manager but didn't work.

 Note: Im using jmeter latest version which I have downloaded recently,

 Can anyone help me pls. Love to hear from someone who can help
 me out.

 Thanks
 Chi

 ***
 Disclaimer

 The information contained in this communication is confidential and may be
 legally privileged.
 It is intended solely for the use of the individual or entity to whom it
 is addressed and others authorised to receive it.
 If you are not the intended recipient you are hereby notified that any
 disclosure, copying,
 distribution or taking action in reliance of the contents of this
 information is strictly prohibited and may be unlawful.
 KPMG is neither liable for the proper,
 complete transmission of the information contained in this communication
 nor any delay in its receipt.
 ***


***
Disclaimer

The information contained in this communication is confidential and may be 
legally privileged.
It is intended solely for the use of the individual or entity to whom it is 
addressed and others authorised to receive it.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, 
distribution or taking action in reliance of the contents of this information 
is strictly prohibited and may be unlawful. 
KPMG is neither liable for the proper, 
complete transmission of the information contained in this communication nor 
any delay in its receipt.
***


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