Re: No parameter encoding in http proxy ?

2006-04-24 Thread Bruno POMMEREL
I've checked quickly in the spec and didn't find any evidence of that. I'd rather think it's invalid too nevertheless. However, it does exist and I have to cope with -- JMeter handles it nicely with the 'encode' option uncheched for the first parameter, but by default the recorder does encode a

Analyzing large results set

2006-04-24 Thread Mark McWhinney
I have a load test project for a high-traffic web site. Each JMeter script on each load server produces an XML file from a Simple Data Writer listener. Each of these files is between 100,000 and 500,000 lines long. Files this size choke Excel. Are there other tools for analyzing these big XML

Re: Headers are inserted twice

2006-04-24 Thread sebb
I get the same in 2.1.1. This is fixed in the current 2.1 branch (i.e. nightly builds). S. On 25/04/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > Hi, > > I am using a HTTP Header Manager for the first time. I have a View Results > Tree on my test, and when I view the request info, the headers

Headers are inserted twice

2006-04-24 Thread Shelli D. Orton
Hi, I am using a HTTP Header Manager for the first time. I have a View Results Tree on my test, and when I view the request info, the headers are listed twice. It's not causing any functional issues, but I find it odd. Is this a bug or have I set up my headers wrong? Although that seems unlik

Webservice Request with HTTPS

2006-04-24 Thread liquornpoker
I am trying to get my script to work but it is having handshake failure. The script have one webservice request through https. I imported the ca.cert into the $java_home/jre/lib/security/cacerts and also have the keystore file. I ran the script with "-Djavax.net.debug=all" in the java command l

Re: No parameter encoding in http proxy ?

2006-04-24 Thread sebb
I don't understand - how can there be two question marks in a single URL? Surely that is invalid? S. On 24/04/06, Bruno POMMEREL <[EMAIL PROTECTED]> wrote: > The path does exist in the url. The pb comes with the second question mark > that > Jmeter encodes systematically in proxy mode, whereas i

cant Tunnel through proxy-https

2006-04-24 Thread tfecw
Hello, I'm trying to set up a test plan for a site that uses https and I'm getting an exception back. The test plan is very basic with a thread group, http request defaults, a http request, and a View results in table listener. Here's the stack trace: java.io.IOException: Unable to tunnel thr

Re: No parameter encoding in http proxy ?

2006-04-24 Thread Bruno POMMEREL
The path does exist in the url. The pb comes with the second question mark that Jmeter encodes systematically in proxy mode, whereas it's possible to ask not to encode it afterwards in the http request settings. Rgds, Bruno. - Original Message - From: "sebb" <[EMAIL PROTECTED]>

Re: No parameter encoding in http proxy ?

2006-04-24 Thread Bruno POMMEREL
I tried the latest from the 2.0 and 2.1 branches. I'll give a try tomorrow with the nightly build, although my pb is not double encoding, rather simply encoding as a default option for params in http request. Rgds, Bruno. - Original Message - From: "sebb" <[EMAIL PROTECTED]>

Re: No parameter encoding in http proxy ?

2006-04-24 Thread sebb
I've just noticed that the quoted GET: host:port?abc?arg1=val1&arg2=val2. does not have a path. Is this correct? Or is something missing? Perhaps this is why JMeter works for me and not for you. S. On 24/04/06, sebb <[EMAIL PROTECTED]> wrote: > I just tried recording from: > > http://jakarta.

Re: No parameter encoding in http proxy ?

2006-04-24 Thread sebb
I just tried recording from: http://jakarta.apache.org/jmeter/known_bugs.html it followed the BugZilla enhancements link with no problems. S. On 24/04/06, sebb <[EMAIL PROTECTED]> wrote: > Which version of JMeter? > > Does this also happen with the nightly build? > There were some fixes applied

Re: No parameter encoding in http proxy ?

2006-04-24 Thread sebb
Which version of JMeter? Does this also happen with the nightly build? There were some fixes applied for double-encoding problems. S. On 24/04/06, Bruno POMMEREL <[EMAIL PROTECTED]> wrote: > The test plan fails to record, because the http proxy rewrites the urls and > encodes their > parameters.

Re: No parameter encoding in http proxy ?

2006-04-24 Thread Bruno POMMEREL
The test plan fails to record, because the http proxy rewrites the urls and encodes their parameters. When replaying, it also fails unless I toggle the "encode" option for the first parameter. The point is that, unfortunately, it prevents me from recording further. I'd appreciate to be able to

Re: No parameter encoding in http proxy ?

2006-04-24 Thread sebb
Are you saying that the test plan fails during recording, or does it only fail on replay? S. On 24/04/06, Bruno POMMEREL <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have a problem capturing a test plan using the builtin http proxy : > > One on the very first request is a GET that looks like :

No parameter encoding in http proxy ?

2006-04-24 Thread Bruno POMMEREL
Hi all, I have a problem capturing a test plan using the builtin http proxy : One on the very first request is a GET that looks like : host:port?abc?arg1=val1&arg2=val2. Jmeter sees the first arg as abc?arg1, and encodes it, which breaks what the server expects. So I get an error back,

Re: Graphs

2006-04-24 Thread Peter Lin
you might want to try the distribution graph. I suspect the 90% line will be lower for cache than the DB. peter On 4/24/06, Robert Bowen <[EMAIL PROTECTED]> wrote: > > Hello all. > > I have written a cache application for my web server and would like to > compare the lookup process when the app

Graphs

2006-04-24 Thread Robert Bowen
Hello all. I have written a cache application for my web server and would like to compare the lookup process when the app has to hit the database vs. when it gets data from the cache. I've got my test all setup but would like to know what the best graph would be to show the results. Right now

Re: Aggregate Report Descriptions

2006-04-24 Thread Peter Lin
I've updated the component docs to explain the columns. peter On 4/24/06, Lander Freitas <[EMAIL PROTECTED]> wrote: > > Hey Peter, > Thanks for your reply. I did not find any info on the 90% line. > Would that be something like 90% capacity of response? > > Lander > > > - Original Message ---

Re: Aggregate Report Descriptions

2006-04-24 Thread Peter Lin
90% line is the line where 90% of the response time finished. so if the 90% line is 2seconds. it means 90% of hte responses completed within 2seconds peter On 4/24/06, Lander Freitas <[EMAIL PROTECTED]> wrote: > > Hey Peter, > Thanks for your reply. I did not find any info on the 90% line. > Wou

Re: CSV data set config inquiry

2006-04-24 Thread sebb
On 24/04/06, tere ventura <[EMAIL PROTECTED]> wrote: > Hi all, > > I use CSV data set config in my tesr. > I made a sample run wherein, >-I created a csv file containing one record. >-added the filename with the correct path. >-and placed in a variable named "departure" >

Re: Is it possible to read Excel files?

2006-04-24 Thread sebb
On 24/04/06, tere ventura <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using csv files to store in my variables, but I would like to use excel > files right now, > Is there a way where I can get jmeter to read an excel file? Not unless you first export the Excel file as CSV. > Ive tried using CSV

Is it possible to read Excel files?

2006-04-24 Thread tere ventura
Hi all, I'm using csv files to store in my variables, but I would like to use excel files right now, Is there a way where I can get jmeter to read an excel file? Ive tried using CSV data set config, but it didnt work. thanks, Tere _