Not sure what you're getting at. I'm trying to use JMeter to do distributed
load testing.

See http://jakarta.apache.org/jmeter/usermanual/remote-test.html

For the remote server (running jmeter-server) it's possible to set the
listen port that jmeter-server will receive instructions from the client.
The default is 1099 and this works fine. This port is open and can be
connected to without an issue.

The problem comes when the jmeter-server tries to communicate its results
back to the jmeter client. According to the jmeter documentation, this
communication is done over a randomly selected high numbered port. I know
this is the case because I opened a high numbered range of ports on the
firewall on the jmeter-server box (50000-65000) and the jmeter client
started receiving data from the jmeter-server.

Pretty sure that the type of request is irrelevant in this situation.


On Tue, Dec 8, 2009 at 3:15 AM, Viswanathan Arunachalam <
[email protected]> wrote:

> Try using port 1090
>
> And also try using http request http client instead of HTTP Request
>
>
> Regards,
>
> Applications QA Analyst
>
> Information Technology Services (ITS)
>
> The University of Auckland, New Zealand
>
> Te Whare Wananga o Tamaki makaurau, Aotearoa,
>
> (: +64 9 923 5264  *: [email protected]
>
>
>
> 1883-2008: Celebrating 125 Years
>
>
>
> "Om Sakti Amman Vinayaka Muruga Sastha Tunai"
>
> P Please consider the environment before printing this email.
>
> -----Original Message-----
> From: James Hill [mailto:[email protected]]
> Sent: Monday, December 07, 2009 12:15 PM
> To: [email protected]
> Subject: JMeter server return port number
>
> Hi all.
>
> I have a minor problem when running jmeter-server. The listen port - 1099 -
> is open on the server and it communicates okay with the client, which for
> now is running in GUI mode while I get the proof of concept going. The
> issue
> I have is the response from the jmeter-server. I've read that JM opens a
> random high numbered port to reply on but this means the only way I have of
> getting around the firewall blocking the traffic is to turn off the
> firewall. Not an ideal situation.
>
> I'm running jmeter-server on RHEL 5 with the client machine on WinXP. No
> problem with the firewall turned off - everything executes just fine.
>
> Is there any way at all to define the return port for jmeter-server like
> you
> can for the listen port? Or is there a set range jm-server picks from when
> it runs?
>
> Regards,
> James.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to