Variable expansion in Filename field?

2006-06-28 Thread Nick Pellow
(sorry to repost this, used the wrong subject...) Hi All, I am using jmeter for regression testing of our apps across different versions. I would like to set a variable, that gets evaluated in the filename field of a graph results listener. I am setting the variable using a BeanShell PreProc

Bad Call to Remote Host

2006-06-28 Thread John Oliver
I wouldn't be surprised if the firewall was at least partially responsible... I allowed 1099 from the controller to the jmeter-server units, but I can't find any info on any other ports that may be necessary, and 127.0.0.1 is failing on the master. I can ping the two "slaves", too. 2006/06/28 17:

Re: Getting JMeter working under Linux

2006-06-28 Thread Peter Lin
are you using a Sun JDK or IBM? if you're using IBM, remove all the -X options in jmeter's shell script. peter On 6/28/06, John Oliver <[EMAIL PROTECTED]> wrote: On two machines, I downloaded and installed j2re-1.4.2_12-fcs and jakarta-jmeter-2.2 On one, a CentOS 4.1 machine, I get: [EMAIL

Getting JMeter working under Linux

2006-06-28 Thread John Oliver
On two machines, I downloaded and installed j2re-1.4.2_12-fcs and jakarta-jmeter-2.2 On one, a CentOS 4.1 machine, I get: [EMAIL PROTECTED] jakarta-jmeter-2.2]# bin/jmeter Exception in thread "main" java.lang.UnsatisfiedLinkError: /opt/j2sdk1.4.2_05/jre/lib/i386/libawt.so: libXp.so.6: cannot open

Re: Remote testing

2006-06-28 Thread John Oliver
On Wed, Jun 28, 2006 at 01:49:30PM -0600, The Earl wrote: > Does JMeter tell me how many active connections it has running? How > can I measure the load that a given host can generate? I would imagine you could measure the load a host can generate by directing the test against a local sink, and ju

Re: Remote testing

2006-06-28 Thread The Earl
Does JMeter tell me how many active connections it has running? How can I measure the load that a given host can generate? Thanks TE On 6/28/06, Peter Lin woolfel-at-. |Listserv| <...> wrote: that's really hard to say I would recommend doing a quick test with each system to see wha

Re: Remote testing

2006-06-28 Thread Peter Lin
that's really hard to say I would recommend doing a quick test with each system to see what kinds of loads it can generate first. that should give you a rough idea. peter On 6/28/06, John Oliver <[EMAIL PROTECTED]> wrote: How many machines do I need to be sure of getting a good test? One

Remote testing

2006-06-28 Thread John Oliver
How many machines do I need to be sure of getting a good test? One of the servers I'm going to be thrashing is a cluster of machines running Squid against http servers. We're eventually going to have to handle hundreds, maybe thousands, of hits per second. I'm just not sure of how many connectio

Re: Is it possible...

2006-06-28 Thread John Oliver
On Tue, Jun 27, 2006 at 07:33:51PM -0400, Peter Lin wrote: > the way the access log works is this. > > 1. the sampler opens the log file > 2. it parses a single line and produces a request > 3. the sampler uses the request and sends it to the server > 4. repeat steps 1-3 > > when multiple threads

RE: Multiple Cookie Problem

2006-06-28 Thread Eid.Erik
Then maybe I am not defining my test correctly. This is what my test plan looks like: TestPlan | -- Thread Group | -- HTTP Cookie Manager | -- Once Only Controller | | | -- HTTP Request - Get Login Page | | |

Re: Multiple Cookie Problem

2006-06-28 Thread Daniel L. Gregoire
Eid.Erik wrote: > Hi > I have been having a problem with JMeter version 2 on (Including the latest > nightly build). The issue seems to be that JMeter Cookie Manager does not > deal with more than 1 cookie at a time. > > Scenario: > WebSphere 5.1 on z\OS with a Web Application. HTTPS and

Multiple Cookie Problem

2006-06-28 Thread Eid.Erik
Hi I have been having a problem with JMeter version 2 on (Including the latest nightly build). The issue seems to be that JMeter Cookie Manager does not deal with more than 1 cookie at a time. Scenario: WebSphere 5.1 on z\OS with a Web Application. HTTPS and J2EE Security is enabled. U

RE: HTTPS request question

2006-06-28 Thread Vitalie Valache
Thanks Brian, I figured that already ! -- DISCLAIMER: Any e-mail messages from the National Bank of Moldova are sent in good faith, but shall not be binding nor construed as constituting any obligation on the part of the Bank. The information transmitted is intended only for the person or entity

RE: HTTPS request question

2006-06-28 Thread Brian Swackhamer
You can set the password in the JMeter properties file. -Original Message- From: Vitalie Valache [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 4:42 AM To: jmeter-user@jakarta.apache.org Subject: HTTPS request question Hi ! I try to test a HTTP request which uses https protoco

Re: Regexpr to pull 2 values together

2006-06-28 Thread Nick Pellow
Hi All, I am using jmeter for regression testing of our apps across different versions. I would like to set a variable, that gets evaluated in the filename field of a graph results listener. I am setting the variable using a BeanShell PreProcessor, and can get the value in the HTTPRequest sa

Re: Testing J2EE application for 1000 threads(users)

2006-06-28 Thread Gerhard
Raffaele Viola gmail.com> writes: > > Hi, > > your web server can perform only 150request at the same time because the > maximum number of the thread (maxThreads) is 150 and your threads are > 1000. > > Warning: Increase the number of the maxThreads is not enough to serve 1000 > threads beca

HTTPS request question

2006-06-28 Thread Vitalie Valache
Hi ! I try to test a HTTP request which uses https protocol. The first time I run the test JMeter asks me to type a password for this , certificated url. How can I provide a way to give the password and not being disturbed by JMeter (I mean from a variable or parameter or file !?) Thanks! --