[Jakarta-jmeter Wiki] Update of "JMeterRemoteTestingEnhan cements" by squalid
Apache Wiki <[email protected]>
| Newsgroups | gmane.comp.jakarta.jmeter.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.
The "JMeterRemoteTestingEnhancements" page has been changed by squalid.
http://wiki.apache.org/jakarta-jmeter/JMeterRemoteTestingEnhancements?action=diff&rev1=12&rev2=13
--------------------------------------------------
* Could enter the address of the server here and eliminate the remote_hosts setting in jmeter.properties.
* Good thoughts - maybe a dialog box could provide a bunch of controls associated with starting a remote host - ie IP address, custom user-defined variables for that run, etc.
* Pass properties specified via jmeter -Jvariable=value through to remote servers. It took embarrassingly long for me to realize that if I pass -J properties on the command line and don't run with -r, the properties are set correctly for the local instance, but if I do pass -r, none of the remote servers see the property specified on the command line (they always get the default value). --ChrisNuzum 2006-10-18
+ * I also took a long time to resolve this issue... On the client, code -Jmygroup.threads=10 and -Gmygroup.threads=10. -G parameters get passed to the server. --Dave Bruce 2009-12-10
----
= RMI/Firewall issues =