Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "JMeterFAQ" page has been changed by JMeterAdmin:
https://wiki.apache.org/jmeter/JMeterFAQ?action=diff&rev1=33&rev2=34

  
  These values can then be read in the test plan using:
  
+ {{{ ${__property(host1) }}} and {{{ ${__property(host2)} }}}
- {{{ ${__property(host1)} and 
-  ${__property(host2)} }}}
  
  
  Note: Thread Groups are slightly different from other test elements, because 
their settings have to be determined before the test starts. This means that 
you cannot use variables defined in a User Parameters form. But the 
__property() function works in Thread Groups, and you can use variables defined 
on the Test Plan.
@@ -142, +141 @@

  
  It can be useful to put default settings into the jmeter property file, so 
you only need to supply differences on the command line.
  
+ {{{ 
- {{{ # defaults in jmeter.properties 
+  # defaults in jmeter.properties 
   group1.threads=10 
   group1.loops=100 
-  group1.rampup=10 }}}
+  group1.rampup=10 
+ }}}
  
  Then just do  jmeter -Jgroup1.loops=1000 for example.
  

Reply via email to