On 17 December 2011 09:03, sergio <[email protected]> wrote: > Hi everybody, > > I double checked but the problem seems to be here again. > > > Everything on the last version: JRE 1.6.0_29, Jmeter 2.5 > > The server has 4 different addresses like x.x.x.,151, x.x.x.,152, > x.x.x.,153, x.x.x.,154. > I set up multiple server, each using different address, with graphic client > on the same server > > For testing purpose, I went down to this test: > - x.x.x.154 is the main address, the one with default gateway set. > - x.x.x.151 is the address I want to use to send the address. > > I start only one server on x.x.x.,151. > > Using Wireshark, I see the following behaviour: > - the communication starts correctly using the right address as a source; > - after few packets, Jmeter start to use the main address (.154) > - most of the traffic is sent from .154, but some connection here and there > are still sent from .151
Are you sure you are only using the httpclient HTTP sampler? The httpclient.localaddress property only applies to it, not the Java sampler. > SO is Windows 2008R2 64 bit. > Jmeter log file shows no anomalies. > > thank you for any suggestion/ further test. > best regards > > > Sergio > > Il 02/12/2011 11:30, sebb ha scritto: >> >> On 2 December 2011 10:07, sergio sergio<[email protected]> wrote: >>> >>> Hi, I'm in the same situation: >>> >>> I config httpclient.localaddress launchingJmeter, with no effect! >>> >>> bin\jmeter.sh -t xxxx.jmx -n -Jhttpclient.localaddress=1.3.4.151 -J >>> jmeterengine.nongui.port=4848 >>> >>> I'm working on Windows 2008R2. >> >> JMeter version? >> Java version? >> >>> It starts regulrly with "main" IP address. >>> >>> any suggestion? >> >> What does the JMeter server log file show? >> >>> TIA >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > -- > > Ing. Sergio Boso > > Mail: > Web: > PEC: > Cell: > Linkedin: > Skype: > > > > [email protected] <mailto:[email protected]> > www.bosoconsulting.it > [email protected] <mailto:[email protected]> > > http://it.linkedin.com/in/sergioboso > <http://www.linkedin.com/pub/sergio-boso/1/29b/255> > sbos61 > > In caso di erronea ricezione da parte di persona diversa, siete pregati di > eliminare il messaggio e i suoi allegati in modo definitivo dai vostri > archivi e di volercelo comunicare immediatamente restituendoci il messaggio > via e-mail al seguente [email protected] > <mailto:[email protected]> > L’interessato può, inoltre, esercitare tutti i diritti di accesso sui propri > dati previsti dall’art.7 del d.lgs.vo n. 196/2003, tra i quali i diritti di > rettifica, aggiornamento e cancellazione, inviando un messaggio > all’indirizzo:[email protected] <mailto:[email protected]> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
