Re: HELP - Passing PArameters

2006-12-13 Thread mahesh kumar
Hi DK, For passing values like user name and password use user parameter file. This is the solution for u r problem: 1. go to options->function Helper Dialog 2. Choose a functionCSV Read 3. Then create one csv file(Ex: login.csv) in JMETER bin folder.That file contains first coloum as userna

Re: Proxy causing problems?

2006-12-13 Thread mahesh kumar
Hi Kyle, U said that JMETER is not opening the site through proxy.For recording instead of JMETER use BAD BOY and then import the data to JMETER.I think this time this may be work..try this one and inform me the status also Regards, Mahesh On 12/13/06, Kyle Schmitt <[EMAIL PROTECTED]> wrote:

Re: Questions on response time

2006-12-13 Thread mahesh kumar
Hi Jian, Yes.U r absolutely correct.That is response time of u r URL only.Actually this response time mainly depending on u r network bandwidth alsoIf u see the statistics the minimum reponse time is .7 sec only.If u want correct response time then take 95% percentile value(I think u know

Re: Throughput in Aggregate report

2006-12-13 Thread Peter Lin
sadly, jmeter does not provide that functionality :( luckily for me, the times I've had to give performance numbers for capacity planning and performance specs, it was in terms of bandwidth consumed and requests/second. peter On 12/13/06, Ron Miller <[EMAIL PROTECTED]> wrote: I agree with you

RE: Throughput in Aggregate report

2006-12-13 Thread Ron Miller
I agree with your argument about pages downloaded per second Peter; in fact this graph is off by default in LoadRunner. But my company has used this as a metric (among others) for years and is not about to change. That's why I'm trying to find a JMeter equivalent. -Original Message- From:

Re: Throughput in Aggregate report

2006-12-13 Thread Peter Lin
jmeter will measure the requests per second. that isn't the same as pages per second for a couple of reasons. 1. a page may have multiple images and stuff embedded 2. images are cached by the browser the first time it's loaded 3. not every page is the same, so page per second a poor measurement o

Throughput in Aggregate report

2006-12-13 Thread rmiller
We use Pages Downloaded per Second as a performance metric in LoadRunner. In side by side tests with LoadRunner and JMeter there dosen't seem to be any correlation between that metric in LoadRunner and Throughput in JMeter. Can someone please explain how to get the eaquivalent metric in JMeter? R

Questions on response time

2006-12-13 Thread Jian Tong
Hi,   I am very new for JMeter and have got some questions on my first try.   (1) How to explain 'Elapsed Time' in JMeter's result ? Is it equal to 'Response Time' ? (2) If not, how to compute 'Response Time' ? (3) I tried to simulate 300 users for 30 sec in my laptop for a specific url a

RE: How to store Load time for a page in a variable?

2006-12-13 Thread Christensen, Alan
The information in the recent thread entitled "Yet another extractor question" should be of help for your problem. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:54 AM To: JMeter Users List Subject: Re: How to store Load time for a page in a v

Re: Proxy causing problems?

2006-12-13 Thread Kyle Schmitt
The only error in the jmeter log is a failed assertion result (I had it check that the response did not contain Server Error), and that the server returned an error code. The site is not public, it lives on my companies intranet. --Kyle --

Re: How to store Load time for a page in a variable?

2006-12-13 Thread sebb
The time is not currently available in a variable. However, you could use the BeanShell post-processor to extract it from the previous sample, and store it in a JMeter variable. There have been various postings about BeanShell usage recently. These should give an idea how to go about it. On 13

How to store Load time for a page in a variable?

2006-12-13 Thread Ravindra Gupta
Hi All, I have to store load time of a jsp page in a variable and then use it in the next page for performing certaln calculations. How this could be done? Thanks, Ravindra - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: JMeter startup VERY slow with large user classpath

2006-12-13 Thread sebb
I don't think user_classpath is used by JMeter ... There are two search paths that can be defined in jmeter.properties: search_paths - this is used for JMeter jars; corresponds to lib/ext user.classpath - this is used for utility jars, corresponds to lib You have not said where you put the cla

Re: Recording HTTPS requests with basic authentication

2006-12-13 Thread Masahiro Uchino
Hi All, I successed executing HTTPS script with basic authentication. I recorded HTTP request with basic authentication at first. Next, I modified the recorded requests to HTTPS.(protocol and port number on Jmeter GUI) then I added HTTP authentication manager. then I executed the modified sc

JMeter startup VERY slow with large user classpath

2006-12-13 Thread Kai Weingärtner
Hello, I am trying to load test a client app that connects to a weblogic server. The client app is a simple java app I planned to call from a java request sampler. However, the client app needs several large jars which I added to the user_classpath. All in all I need about 43 megs of jars. But

Re: Jmeter, how to add the consumers?

2006-12-13 Thread sebb
On 13/12/06, Hemant Gaur <[EMAIL PROTECTED]> wrote: I have been able to get this fixed in the Jmeter. [...] Any one from the developer community wants to review and check in the change ? Please create a Bugzilla issue with the full details - it needs to be understandable on its own. Once

RE: Jmeter, how to add the consumers?

2006-12-13 Thread Hemant Gaur
I have been able to get this fixed in the Jmeter. Actually the calls made for connection.setClientID(idGenerator.generateId());//not supported by OpenJMS are removed from the OpenJMS code path in the org.activemq.sampler.Consumer And added the UniqueID to the client name while creating the subsc

Re: 2 jmeter server instances on the same server

2006-12-13 Thread sebb
True, but that's definitely overkill here, as one would need much more disk space - each VM presumably needs copies of JMeter and all the scripts and data files. However it would be useful as a way of generating requests from multiple IP addresses. On 13/12/06, Ivan Rancati <[EMAIL PROTECTED]> w

Re: 2 jmeter server instances on the same server

2006-12-13 Thread Ivan Rancati
One other option is to use virtualization For example http://openvz.org/ It might take a while to setup but then you would have multiple virtual environments per physical box. One added advantage is that software incompatibilities become less relevant. socio_pal wrote: > > Hi: > I need to ru

RE: HTTPS Recording using badboy?

2006-12-13 Thread Labudu Gopanna
Hi sebb, I am sure, I have uncommented required statements in jmeter.Properties file. It did not work. same exception is shown. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:49 PM To: JMeter Users List Subject: Re: HTTPS Recording us