On 20 August 2012 14:40, kay <[email protected]> wrote: > Dear community, > > Is it possible to view realtime graphs on client side from the task > which was started remotely on server?
It is possible to use the client JMeter to start a remote test run and view the responses in the GUI. The procedure to do so is: - start the jmeter server(s) - configure the remote_hosts (note the plural) property on the client. - start the client, and use the remote start option. > I've tried to configure jmeter server's "remote_host" to > my_local_host_ip and start task remotely. It was started correctly: > ./jmeter-server > Created remote object: UnicastServerRef [liveRef: > [endpoint:[my_local_host_ip:38247](local),objID:[-47c22b9e:139443405ee:-7fff, > 4327918874775655777]]] > Starting the test on host my_local_host_ip @ Mon Aug 19 17:26:28 GMT > 2012 (1345469188678) > Finished the test on host my_local_host_ip @ Mon Aug 19 17:27:22 GMT > 2012 (1345469242149) > > But I didn't see any graphs on jmeter client side. Also I didn't find any > logs. > > --------------------------------------------------------------------- > 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]
