Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 18358 invoked from network); 2 Dec 2009 13:21:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 13:21:59 -0000 Received: (qmail 25968 invoked by uid 500); 2 Dec 2009 13:21:59 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 25921 invoked by uid 500); 2 Dec 2009 13:21:59 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 25911 invoked by uid 99); 2 Dec 2009 13:21:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 13:21:58 +0000 X-ASF-Spam-Status: No, hits=0.2 required=5.0 tests=BAYES_00,MSGID_DOLLARS_RANDOM,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeanlouis.pasturel@orange-ftgroup.com designates 193.251.215.91 as permitted sender) Received: from [193.251.215.91] (HELO relais-inet.francetelecom.com) (193.251.215.91) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 13:21:56 +0000 Received: from omfedm06.si.francetelecom.fr (unknown [xx.xx.xx.2]) by omfedm11.si.francetelecom.fr (ESMTP service) with ESMTP id 3D82C27814C for ; Wed, 2 Dec 2009 14:21:35 +0100 (CET) Received: from meplus-smtp.si.francetelecom.fr (unknown [10.98.78.73]) by omfedm06.si.francetelecom.fr (ESMTP service) with ESMTP id 2665A27C042 for ; Wed, 2 Dec 2009 14:21:35 +0100 (CET) Received: from meplus.info (localhost [127.0.0.1]) by mwinf8804.smtpft.francetelecom.fr (SMTP Server) with ESMTP id 220F3E00008D for ; Wed, 2 Dec 2009 14:21:35 +0100 (CET) Received: from FT50CD83EA0532 (unknown [10.186.10.63]) by mwinf8804.smtpft.francetelecom.fr (SMTP Server) with ESMTP id 12BD7E000087 for ; Wed, 2 Dec 2009 14:21:35 +0100 (CET) X-ME-UUID: 20091202132135768.12BD7E000087@mwinf8804.smtpft.francetelecom.fr From: To: "'JMeter Users List'" References: <26607904.post@talk.nabble.com> <17542_1259757931_4B16616B_17542_110520_1_005301ca734d$55565e00$3f0aba0a@toulouse.francetelecom.fr> <26608427.post@talk.nabble.com> <29767_1259759126_4B166616_29767_437_1_005d01ca7350$1dcafa60$3f0aba0a@toulouse.francetelecom.fr> <280d2bdc0912020508o293ec70fn8a449c4c644a011@mail.gmail.com> Subject: RE: How to use associate a different client IP address with request sent through jMeter Date: Wed, 2 Dec 2009 14:21:34 +0100 Message-ID: <29770_1259760095_4B1669DF_29770_2543_1_006101ca7352$5eec2fd0$3f0aba0a@toulouse.francetelecom.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <280d2bdc0912020508o293ec70fn8a449c4c644a011@mail.gmail.com> Thread-Index: AcpzUKLWBOS6/IXuRvKng2LJySVcbwAAT+Jw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-PMX-Version: 5.5.7.378829, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2009.12.2.123916 Yes, in fact the Jmeter User Group throws requests on the proxy that handles the session affinity with a cookie or a parameter that you can introduce in the http header. The proxy handles the different Ips of the computer and it runs on another JVM than JMeter=20 Cordialement / Best regards Jean-Louis Pasturel -----Message d'origine----- De : Amanpreet Singh Oberoi [mailto:amandv@gmail.com]=20 Envoy=E9 : mercredi 2 d=E9cembre 2009 14:09 =C0 : JMeter Users List Objet : Re: How to use associate a different client IP address with request sent through jMeter Hi Jean, Can you share the same the JMeter user Group as I too have exploring how to do IP spoofing using Jmeter, but couldn't get much success. Thanks, Amanpreet On Wed, Dec 2, 2009 at 6:35 PM, wrote: > OK; Sorry > You want to do IPSpoofing. As i know, it is not a native feature of=20 > Jmeter 2.3.4. > For my work, i have developped a "dirty" java proxy TCP that plays the=20 > IP Spoofing and handles the session affinity. > But it needs to be tuned and documented, before open source it... > > > Cordialement / Best regards > > Jean-Louis Pasturel > > > -----Message d'origine----- > De : Harry_ [mailto:harjitworks@gmail.com] Envoy=E9 : mercredi 2=20 > d=E9cembre 2009 13:56 =C0 : jmeter-user@jakarta.apache.org Objet : RE: Ho= w=20 > to use associate a different client IP address with request sent=20 > through jMeter > > > Thanks for the reply Jean, but this will fire request from the address=20 > specified in the properties file. > > For example: When following is specified in JMeter Properties file: > httpclient.localaddress=3D192.168.20.1 > > All the http requests will have the above IP address in there headers=20 > to the server. > > But what I want is to use all the IP's associated with client machine. > > How can I do that? > > > Regards > > > > jeanlouis.pasturel-2 wrote: > > > > Look at file jmeter.properties > > > > # Define the local host address to be used for multi-homed hosts > > #httpclient.localaddress=3D1.2.3.4 > > > > Cordialement / Best regards > > > > Jean-Louis Pasturel > > > > > > -----Message d'origine----- > > De : Harry_ [mailto:harjitworks@gmail.com] Envoy=E9 : mercredi 2=20 > > d=E9cembre 2009 13:12 =C0 : jmeter-user@jakarta.apache.org Objet : How= =20 > > to use associate a different client IP address with request sent=20 > > through jMeter > > > > > > Hi, > > > > I am giving http requests to web server using jmeter. Now my IP is=20 > > sent along with the request to the server, using which server send=20 > > the response back to the jmeter client. > > > > Now if I have multiple IP's associated along with my machine, how=20 > > can I use a particular outbound IP for the http requests sent to Server. > > > > What is the default behavior? Is it going to pick outbound IP at=20 > > random or will it use the same IP. > > > > If it is picking up same IP how can I tell jmeter to use IP address=20 > > in round robin fashion, so that Server receives receives requests=20 > > from each IP. > > > > We are facing this problem where we have two machines which are=20 > > putting up load on Server, but only two web servers behind the load=20 > > balancer are getting used because of sticky sessions. That is why we=20 > > are now going to associate multiple IP's on our two jmeter machines. > > But I am not sure how jmeter will pick up different IP's for sending=20 > > requests. Do I need to do some settings in jMeter in order to use=20 > > all the IP associated with test machines. > > > > Thanks and Regards > > > > -- > > View this message in context: > > http://old.nabble.com/How-to-use-associate-a-different-client-IP-add > > re ss-wit h-request-sent-through-jMeter-tp26607904p26607904.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > > ********************************* > > This message and any attachments (the "message") are confidential=20 > > and intended solely for the addressees. > > Any unauthorised use or dissemination is prohibited. > > Messages are susceptible to alteration. > > France Telecom Group shall not be liable for the message if altered,=20 > > changed or falsified. > > If you are not the intended addressee of this message, please cancel=20 > > it immediately and inform the sender. > > ******************************** > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > -- > View this message in context: > > http://old.nabble.com/How-to-use-associate-a-different-client-IP-addre > ss-wit h-request-sent-through-jMeter-tp26607904p26608427.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > ********************************* > This message and any attachments (the "message") are confidential and=20 > intended solely for the addressees. > Any unauthorised use or dissemination is prohibited. > Messages are susceptible to alteration. > France Telecom Group shall not be liable for the message if altered,=20 > changed or falsified. > If you are not the intended addressee of this message, please cancel=20 > it immediately and inform the sender. > ******************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ********************************* This message and any attachments (the "message") are confidential and inten= ded solely for the addressees.=20 Any unauthorised use or dissemination is prohibited. Messages are susceptible to alteration.=20 France Telecom Group shall not be liable for the message if altered, change= d or falsified. If you are not the intended addressee of this message, please cancel it imm= ediately and inform the sender. ******************************** --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org