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
> Firefox<http://www.mozilla.com/en-US/firefox/personal.html> this
> can be done with the Live HTTP Headers
> Add-on<https://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
>
>
***********************************************************************
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

Reply via email to