Hello, I just see that it is possible to add JMeter properties with command line like :
* ./jmeter.sh -J myVariable=myValue*
I try to list the properties using the following code :
* Properties p = JMeterUtils.getJMeterProperties();
p.list(System.out);*
but 'myVariable' isn't listed :( Is that the wrong way ? How can I retrieve
it ? I also see that there is the -D option (define a new system
property)...
Thanks & regards,
Cedric Tabin

