DSML Request

2006-10-05 Thread botta . saisrinivasa
Hi, I am using Jmeter, I wanted to know how can I send a DSML request from Jmeter. It would be great if somebody help in this. Thanks, Botta Saisrinivasa Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com =-=-= Notice: The information

Re: Random function not really random?

2006-10-05 Thread sebb
On 28/09/06, Andy [EMAIL PROTECTED] wrote: Andy Kim AndyK at mxplay.com writes: I get almost double the amount of hits against web2 compared to web1 or web3. I took a closer look at this and it's a bug with the implementation of Random in JMeter. Taking a look at the random function:

Re: Diff between URLConnection and HTTPClient

2006-10-05 Thread R R
Hi, I tried it with jakarta-jmeter-2-2.20061004 and it could Auth with normal http sampler but not HTTPClient one. Thanx Reza From: sebb [EMAIL PROTECTED] Reply-To: JMeter Users List jmeter-user@jakarta.apache.org To: JMeter Users List jmeter-user@jakarta.apache.org Subject: Re: Diff

Re: Header Manager bug?

2006-10-05 Thread R R
Hi, Thought this might be of use to someone else trying to do the same thing with low Java skills ;). Things I had to change to get Body to be sent and a New Method called REPORT to be added... Changes to HTTPSampler2.java A new sampler class was created called XXXHTTPSampler2 this class

HTTPS Recording using jmeter proxy sever.

2006-10-05 Thread Labudu Gopanna
Hi, Can we record HTTPS site using jmeter proxy server? If yes, how to do that? Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected from disclosure. The information

Re: HTTPS Recording using jmeter proxy sever.

2006-10-05 Thread Yann WOGENSTAHL
Labudu Gopanna a écrit : Hi, Can we record HTTPS site using jmeter proxy server? If yes, how to do that? Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected from

HTTPS Recording

2006-10-05 Thread Labudu Gopanna
Thanks Yann, Can you explain how to do https recording using badboy? Give some steps to do that. From gopan Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise

RE: HTTPS Recording

2006-10-05 Thread Rishay Marajah
Pretty much how you would record in HTTP. Rishay Marajah QA Developer / Test Analyst / Jmeter Dark Templer Mobile: +27 84 884 8633 MSN: [EMAIL PROTECTED] Direct Line: +27 11 575 1355 Direct Fax: +27 11 576 1355 Consology (Pty) Ltd www.consology.com Connect to better Business The Definition of

Re: HTTPS Recording using jmeter proxy sever.

2006-10-05 Thread Peter Lin
actually there was a contribution over the summer that enhanced the proxy immitate HTTPS. I think sebb checked those contributions in, so the nightly build should have it. peter On 10/5/06, Yann WOGENSTAHL [EMAIL PROTECTED] wrote: Labudu Gopanna a écrit : Hi, Can we record HTTPS site using

Re: HTTPS Recording

2006-10-05 Thread Yann WOGENSTAHL
Gopan, Here are the steps : *In badboys* 1. In badboy, you have the record button (on the top), turn it on 2. In the navigation window, go on the web as if you were in IE 3. When you will have finished, press the stop button 4. Go into the File menu, export to JMeter *Install the JSSE Java

Re: HTTPS Recording

2006-10-05 Thread Peter Lin
the nightly builds also can record HTTPS now. you can see this bugzilla for more details http://issues.apache.org/bugzilla/show_bug.cgi?id=39820 peter On 10/5/06, Yann WOGENSTAHL [EMAIL PROTECTED] wrote: Gopan, Here are the steps : *In badboys* 1. In badboy, you have the record button (on

Re: Header Manager bug?

2006-10-05 Thread sebb
On 05/10/06, R R [EMAIL PROTECTED] wrote: Sorry it was a reply to the wrong email... :( OK. This code will add a textArea into the XXXHTTPsampler2 GUI. If this is populated it will be sent when a PUT request is made. It also adds a REPORT method option which can be used for the PUT method.

how to specify throughput units

2006-10-05 Thread I . B .
Hi folks, i am using aggregate graph for my project and getting frustrated with the results stored as per sec and as per minutes like this: Throughput | ___ 1.3/sec 2.2/sec 58/min 57/min 1.2/sec does anyone knows if it is possible to get data in the same units? thanx ~i

Re: how to specify throughput units

2006-10-05 Thread sebb
On 05/10/06, I. B. [EMAIL PROTECTED] wrote: Hi folks, i am using aggregate graph for my project and getting frustrated with the results stored as per sec and as per minutes like this: Throughput | ___ 1.3/sec 2.2/sec 58/min 57/min 1.2/sec does anyone knows if it is possible to get

Re: how to specify throughput units

2006-10-05 Thread I . B .
fair enought, thank you. ~i On 10/5/06, sebb [EMAIL PROTECTED] wrote: On 05/10/06, I. B. [EMAIL PROTECTED] wrote: Hi folks, i am using aggregate graph for my project and getting frustrated with the results stored as per sec and as per minutes like this: Throughput | ___

Bug: Post-processors run in reverse order?!

2006-10-05 Thread Bennett McElwee
Post-processors seem to run in reverse order. For example: Sampler +-- User Defined Variable (sets testVar to first) +-- Beanshell postprocessor 1 (writes Post 1 + testVar) +-- Regular Expression Extractor (changes testVar to second) +-- Beanshell postprocessor 2 (writes Post 2 +

Re: Bug: Post-processors run in reverse order?!

2006-10-05 Thread sebb
Yes, this was discovered/discussed here just recently. On 06/10/06, Bennett McElwee [EMAIL PROTECTED] wrote: Post-processors seem to run in reverse order. For example: Sampler +-- User Defined Variable (sets testVar to first) +-- Beanshell postprocessor 1 (writes Post 1 + testVar) +--

RE: Bug: Post-processors run in reverse order?!

2006-10-05 Thread Bennett McElwee
Sebb wrote: Yes, this was discovered/discussed here just recently. What a coincidence... I'm just using JMeter again after an absence of 3 months, and just hit this problem. I did search the list archives, but didn't notice the discussion because it was in a seemingly unrelated thread. I just