h...@all,
I have two issues with the new version, running in GUI mode:
1. When I start all remote slaves at the same time, the result is correct
written into the result log file.
Log file format is in CSV with these fields:
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,bytes,grpThreads,allThreads,Latency,SampleCount,ErrorCount,Hostname
When I start the slaves manually one by one, then only the one I started at
first writes the result data into the log file, the other slaves write only one
line into the log file
2. Using a variable in the result log file
I define a user variable BLA=HAHAHA, then when I use this variable in the name
of the result log, for example name_${BLA} and I use slaves, then J-Meter does
not resolve this variable, the file is written as name_${BLA} and not as
name_HAHAHA, only when I don’t use remote slaves, the correct file name is
written.
Thanks
Bjoern