On 30 August 2012 10:24, kay <[email protected]> wrote: > Client-server connection for jmeter-cli and local jmeter GUI is rather > strange as it requires direct connection to real IP address for local > jmeter GUI.
The server has to know the external address of the client, otherwise RMI replies don't work. If the client advertises itself on RMI using a local address (e.g. 192.168.0.3), the server cannot reply if it is external. This is the same for GUI and non-GUI clients. > Sometimes WEB UI is the solution. How does that help? > 2012/8/30 sebb <[email protected]>: >> On 30 August 2012 10:01, kay <[email protected]> wrote: >>> Is there any web gui for console jmeter? >> >> JMeter can be run in GUI mode or non-GUI (console) mode. >> >>> 2012/8/30 Dzmitry_Kashlach <[email protected]>: >>>> I use >>>> http://community.blazemeter.com/knowledgebase/articles/83191-blazemeter-plugin-to-jmeter >>>> Blazemeter plugin >>>> It allows to run JMeter test locally and to observe test results at runtime >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>>> http://jmeter.512774.n5.nabble.com/How-do-most-people-analyze-and-present-JMeter-test-results-tp5714583p5714595.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] >>>> >>> >>> --------------------------------------------------------------------- >>> 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] >> > > --------------------------------------------------------------------- > 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]
