Re: Authorization manager

2007-09-07 Thread Bhanu Krishna Cherukuri
Sebb, I have tried with 2.4RC3 same issue Auth manager does not send the header at the start of request instead of after it gets a chalange. How to resolve this issue? thx Bhanu krishna Cherukuri On 9/4/07, sebb <[EMAIL PROTECTED]> wrote: > > See my other reply - you will

Re: Authorization manager

2007-09-04 Thread Bhanu Krishna Cherukuri
using HTTP Client, you can request pre-emptive > authentication by setting > > http.authentication.preemptive$Boolean=true > > in the httpclient.parameters(bin directory) > > I'm not sure if the default Java HTTP implementation provides any > means of specifying th

Authorization manager

2007-09-04 Thread Bhanu Krishna Cherukuri
Hi, Just one question on Jmeter authorization manager. Why the Authorization manager does not send the header at the start of the request instead of after it gets a chalange? thx Bhanu

SMTP protocol

2006-03-23 Thread Bhanu Krishna Cherukuri
Hi All, Is there any way we can test performance of SMTP protocol using Jmeter? Can any one tried that and if any one tried that please provide any pointers for that. thanks Bhanu

Re: Aggregate report in Non-Gui Mode

2006-03-22 Thread Bhanu Krishna Cherukuri
hi Jayaprakash, Jtl file will not give the Avg,Max and minimu values. If you look at into Jtl it consists of http sample data from that data we have to group all the samples and calculate the Avg,minimum and maximum values. -Bhanu Krishna Cherukuri On 3/22/06, Jayaprakash Atla <[EM

Re: Aggregate report in Non-Gui Mode

2006-03-20 Thread Bhanu Krishna Cherukuri
n drag the XML (i.e. JTL) file into Excel. You'll see what happens. > After that you can adjust it to what you need. > > Cheers > Oliver > > -Original Message- > From: Bhanu Krishna Cherukuri [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 15 March 2006 02:21 > To: JMe

Re: Aggregate report in Non-Gui Mode

2006-03-14 Thread Bhanu Krishna Cherukuri
Sebb, Could you please tell more about the test log and How I can get the aggregate report from that? thanks Bhanu Krishna Cherukuri On 3/10/06, sebb <[EMAIL PROTECTED]> wrote: > > At present you will need to extract the aggregate data from the test > log and enter it into the da

Re: Aggregate report in Non-Gui Mode

2006-03-10 Thread Bhanu Krishna Cherukuri
Hi , Is there any API's that are used by ANT or the aggregate reports that I could try to extend to meet my requirments? The reason I am asking this is to put the aggregate report data into a database for each of my run. thanks Bhanu Krishna Cherukuri On 3/7/06, sebb <[EMAIL P

Aggregate report in Non-Gui Mode

2006-03-07 Thread Bhanu Krishna Cherukuri
I am running Jmeter in Non-Gui mode. jmeter -n -t my_test.jmx -l results.jtl . I want to display the aggregate report without loading the results file( results.jtl) in Listener.One way to get it done is use ANT,but ant need to installed in the machine to see the report . Please tell what is The