I am sorry but I do not understand how am I going to do it. Right now I am thinking of a very weird solution of using multiple properties file with each new JVM instance using its own property file containing its own httpclient.localaddress.
I know the solution is not clean. Please suggest a better solution. Regards jeanlouis.pasturel-2 wrote: > > 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 > > > Cordialement / Best regards > > Jean-Louis Pasturel > > > -----Message d'origine----- > De : Amanpreet Singh Oberoi [mailto:[email protected]] > Envoyé : mercredi 2 décembre 2009 14:09 > À : 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, > <[email protected]>wrote: > >> OK; Sorry >> You want to do IPSpoofing. As i know, it is not a native feature of >> Jmeter 2.3.4. >> For my work, i have developped a "dirty" java proxy TCP that plays the >> 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:[email protected]] Envoyé : mercredi 2 >> décembre 2009 13:56 À : [email protected] Objet : RE: How >> to use associate a different client IP address with request sent >> through jMeter >> >> >> Thanks for the reply Jean, but this will fire request from the address >> specified in the properties file. >> >> For example: When following is specified in JMeter Properties file: >> httpclient.localaddress=192.168.20.1 >> >> All the http requests will have the above IP address in there headers >> 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=1.2.3.4 >> > >> > Cordialement / Best regards >> > >> > Jean-Louis Pasturel >> > >> > >> > -----Message d'origine----- >> > De : Harry_ [mailto:[email protected]] Envoyé : mercredi 2 >> > décembre 2009 13:12 À : [email protected] Objet : How >> > to use associate a different client IP address with request sent >> > through jMeter >> > >> > >> > Hi, >> > >> > I am giving http requests to web server using jmeter. Now my IP is >> > sent along with the request to the server, using which server send >> > the response back to the jmeter client. >> > >> > Now if I have multiple IP's associated along with my machine, how >> > 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 >> > random or will it use the same IP. >> > >> > If it is picking up same IP how can I tell jmeter to use IP address >> > in round robin fashion, so that Server receives receives requests >> > from each IP. >> > >> > We are facing this problem where we have two machines which are >> > putting up load on Server, but only two web servers behind the load >> > balancer are getting used because of sticky sessions. That is why we >> > 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 >> > requests. Do I need to do some settings in jMeter in order to use >> > 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: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > >> > >> > ********************************* >> > This message and any attachments (the "message") are confidential >> > 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, >> > changed or falsified. >> > If you are not the intended addressee of this message, please cancel >> > it immediately and inform the sender. >> > ******************************** >> > >> > >> > -------------------------------------------------------------------- >> > - To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > >> >> -- >> 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> >> >> ********************************* >> This message and any attachments (the "message") are confidential 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, >> changed or falsified. >> If you are not the intended addressee of this message, please cancel >> it immediately and inform the sender. >> ******************************** >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > ********************************* > This message and any attachments (the "message") are confidential 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, > changed or falsified. > If you are not the intended addressee of this message, please cancel it > immediately and inform the sender. > ******************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/How-to-use-associate-a-different-client-IP-address-with-request-sent-through-jMeter-tp26607904p26609051.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

