Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter GUI - Set default settings for exporting results to CSV file

How to set default settings in JMeter for exporting result to csv file?

It keeps asking in pop up below

enter image description here

  • Since JMeter 3.3
like image 978
Muhammad Ali Khamis Avatar asked Sep 26 '17 09:09

Muhammad Ali Khamis


1 Answers

in jmeter.properties uncomment the property

#resultcollector.action_if_file_exists=ASK

and choose value between 2 options (instead of ASK):

# APPEND : Append results to existing file
# DELETE : Delete existing file and start a new file

save the fle, and restart JMeter

like image 100
user7294900 Avatar answered Oct 16 '22 19:10

user7294900