RE: HTTP Parameter Mask

2002-07-11 Thread Joseph Barefoot
> Joe - thanks for the code. As you may have seen I went the way of HTML > Parameter Mask. Mike has committed my patches to support suffix > values and > the functionality is included in 1.7.2. This means that there is now > built-in jmeter functionality to produce these types of user_id > and

RE: HTTP User Parameter modifier

2002-07-10 Thread Joseph Barefoot
gt; > I successfuly get the stuff up 'n running. > Thanks a lot! > > Juan. > > > - Original Message - > From: "Joseph Barefoot" <[EMAIL PROTECTED]> > To: "JMeter Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, July 10, 2002 3:

RE: HTTP User Parameter modifier

2002-07-10 Thread Joseph Barefoot
Juan, I have emailed you the modifier code and install instructions offline. joe > -Original Message- > From: Juan Dellarroquelle [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 9:52 AM > To: JMeter Users List > Subject: HTTP User Parameter modifier > > > I was reading the m

RE: HTTP Parameter Mask

2002-07-09 Thread Joseph Barefoot
> > I can send you the generator source and compiled classes, plus a test > > template file if you like. > > Yes, please send me the code off-list. This may be helpful if I end up > going down this route. Perhaps it may be helpful to others - is there > somewhere on the JMeter site it could go?

RE: How many threads from a single machine?

2002-07-09 Thread Joseph Barefoot
I've executed 100 threads in a single thread group on a Dell laptop with 256M Ram and a 800Mhz processor with no problems. joe > -Original Message- > From: Lowe, Jeff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 6:17 AM > To: 'JMeter Users List' > Subject: RE: How many threa

RE: HTTP Parameter Mask

2002-07-09 Thread Joseph Barefoot
Hi Scott, This addition to HTTP Parameter Mask does seem useful, and I had need of the same functionality, but solved the problem a different way: I wrote an XML generator to generate the HTTP User Parameter Modifier XML files from a template file. The template file uses placeholders to enable

RE: Loops

2002-05-17 Thread Joseph Barefoot
Are you using a UserParameterModifier, and if so, are you trying to use the same XML file for multiple requests at the same level? By "then nothing", do you mean you don't see any server activity, or do you mean you don't see any JMeter console output issuing the other requests? joe > -Orig

RE: Newbie Questions

2002-05-15 Thread Joseph Barefoot
Well, if you're testing site registration, it would be nice to have another test case for REMOVING those users that you just registered, if that's possible. I was doing the exact same thing you're doing, and the old HTTPUserParameterModifier does retrieve the values randomly. I have an update fr

RE: Newbie Questions

2002-05-15 Thread Joseph Barefoot
I re-arrange elements by saving that particular node to a file, and then opening it on the parent node where I want to copy it. Not very satisfactory, but it works. > -Original Message- > From: David Corbin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 15, 2002 4:41 AM > To: [EMAIL P

RE: data analyzer weirdness

2002-04-30 Thread Joseph Barefoot
r(Unknown > Source) > at java.io.BufferedOutputStream.flush(Unknown > Source) > at > org.apache.jmeter.protocol.http.proxy.Proxy.writeToClient(Proxy.java: > 328) > at > org.apache.jmeter.protocol.http.proxy.Proxy.run(Proxy.java:157) > Delivering urlcon

RE: data analyzer weirdness

2002-04-30 Thread Joseph Barefoot
Oops, I meant "I'm good" as in "I'm fine/okay", not in the qualitative sense. Didn't want anyone thinkin' I'm some Java prima-donna or something. :) > -----Original Message- > From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] > Sent: T

RE: data analyzer weirdness

2002-04-30 Thread Joseph Barefoot
I just wrote a quickie to give me the min/max/avg times from the file data (so I'm good), but I'm still curious about the Data Analyzer--it only appears to be useful for low volume testing. peace, joe > -Original Message- > From: Joseph Barefoot [mailto:[EMAIL PR

data analyzer weirdness

2002-04-30 Thread Joseph Barefoot
Hi, I've been having various problems with using the data analyzer on files. First of all, the graph lines one would expect according to the legend are never there, it's just one line, I'm assuming representing the average. Second, sometimes it doesn't work period on results from the file reporte

FW: multiple logins, por favor?

2002-04-29 Thread Joseph Barefoot
d the following be a valid means of accomplishing multiple users, one per thread? ...or am I completely missing the point? :) thanks, Joe Barefoot -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Monday, Apr

multiple logins, por favor?

2002-04-29 Thread Joseph Barefoot
Hi, I'm pretty new to JMeter, and (of course) need to simulate multiple logins/sessions with different usernames/passwords. I've checked out the archives and saw lots o' hacks to do this...does anyone have a Modifier for 1.7 that can do this, or does anyone have a suggestion on how to get JMeter