Hi Flavio, thanks for your input. 

The "user defined variable" didn't work, the resulting summary report was
named "summary_${data_hora}.csv" looks like the value was not evaluated to a
function.

Anyway I configured it as summary_${__P(data_hora,forget)}.csv

At command line the parameter is passed as 

DATA=$(date +%Y-%m-%d"_"%H.%M.%S)
-Jdata_hora=$DATA

It works very well, thanks

Claudio


Flavio Cysne wrote
> 
> Claudio,
> 
>     I guess your file name expression is been evaluated every time it is
> accessed.
> 
>     I suggest you to try mode=Batch on jmeter.properties, even to reduce
> network traffic, and, if it still saves more than one file, add this file
> name expression inside the Test Plan's User Defined Variable section and
> use the variable name on the "write results to" field, so it
> will supposedly evaluate just once.
> 
> http://jmeter.512774.n5.nabble.com/distributed-test-generate-many-summary-reports-tp5713424.html
> 


--
View this message in context: 
http://jmeter.512774.n5.nabble.com/distributed-test-generate-many-summary-reports-tp5713424p5713438.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]

Reply via email to