On 25 September 2012 17:20, Jak Akdemir <[email protected]> wrote: > Hi, > > I am using Jmeter v2.7, Java 1.6.0.35, OS X on client side and one > (for now) CentOS on server side which are in different subnets. I > solved "different subnets" problem with ssh tunnelling like in here > (http://ionelmc.wordpress.com/2012/02/16/how-to-run-jmeter-over-ssh-tunnel/). > Now, everything works well, I can manage remote jmeter server and > consume results in graphs on my client. > > My problem is executing long tests (lets say over 2 days) when Jmeter > client may disconnect. Does Jmeter support stopping and starting > client (while Jmeter server is running), and reconnecting it to Jmeter > server?
Depends what you mean by reconnect. It may be possible to reconnect to the server as a new client, but it won't be possible for the client to reconnect to the previous session. Try killing the client when the connection is broken, then restart it. > All advice appreciated. If you are getting disconnects, just run JMeter in non-GUI mode on each of the servers and combine the result files for subsequent analysis. > > Thanks, > > Jak Akdemir > > --------------------------------------------------------------------- > 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]
