RE: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
the other approach that I've seen first hand is session based load balancing. I've used resonate in the past with session based load balancing. setting it up can be a bit tricky, but it does work. in the case of resonate, the have a heart beat on all the servers in the cluster. the load balancing

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
LOL bad joke. you're right on the DDos, Smurf and Synflood. Jmeter is already a pretty good tool for flooding a webserver :)) peter --- Michal Kostrzewa <[EMAIL PROTECTED]> wrote: > Dnia ¶ro 7. kwietnia 2004 19:50, peter lin napisa³: > > way cool! > > > > now I just script kiddies don't get the

RE: CSVRead function problems

2004-04-07 Thread Mark Juliana
That was it. What is weird is I thought I had tried it with 2 _ _ in it--guess I didn't. Thanks- mj -Original Message- From: Tseitlin, Gary [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:28 PM To: JMeter Users List Subject: RE: CSVRead function problems It is two undersco

RE: CSVRead function problems

2004-04-07 Thread Tseitlin, Gary
It is two underscores in CSVRead function __CSVRead not _CSVREAD Gary -Original Message- From: Mark Juliana [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 April 2004 7:46 AM To: 'JMeter Users List' Subject: CSVRead function problems Hello- I'm trying to use CSVRead and I'm not getting t

RE: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread Mark Juliana
Two issues we've seen with IP based load balancing are: Super proxy farms (like AOL's) will bounce users around to different IP addressed proxy servers so to decrease bounces in your server farm you'll need to expand the IP sticky range from a single IP to something like a class C address block.

CSVRead function problems

2004-04-07 Thread Mark Juliana
Hello- I'm trying to use CSVRead and I'm not getting the results I expect. Here are CSVRead function calls: ${_CSVRead(nfusers.txt,0)} ${_CSVRead(nfusers.txt,1)} This is what I see in the results: POST http://qa1.netflix.com/Login Query data: email=${nfusers.txt,0)}&password1=${nfusers.txt,1)}

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread Michal Kostrzewa
Dnia śro 7. kwietnia 2004 19:50, peter lin napisał: > way cool! > > now I just script kiddies don't get the bright idea they can use jmeter for > DDOS. Heh :) Peter, watch out, there are cases, where a people were syn flooded just for calling "(h/cr)ackers" as "script kiddies" :))) (have you read

JMeter 2.0.0 has been released

2004-04-07 Thread Michael Stover
Enjoy! -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread peter lin
way cool! now I just script kiddies don't get the bright idea they can use jmeter for DDOS. peter lin Michal Kostrzewa <[EMAIL PROTECTED]> wrote: > so does it mean you're going to implement support for Alias michael ? :) This time I'll first implement something and then promise I'll do it :)

Re: Assigning different IPs for different Virtual Users from the same Machine

2004-04-07 Thread Michal Kostrzewa
> so does it mean you're going to implement support for Alias michael ? :) This time I'll first implement something and then promise I'll do it : Last time Mike Stover was half a day quicker then I was :))) (gzipped proxy) :)) best regards, Michal Kostrzewa ---