How do i get my CSV file?

2019-06-14 05:36发布

I have done the following changes in the jmeter.properties file :

jmeter.save.saveservice.output_format=csv
jmeter.save.saveservice.assertion_results_failure_message=true
jmeter.save.saveservice.default_delimiter=|

But still I could not find where my .csv file.
Can anyone please help me.

1条回答
兄弟一词,经得起流年.
2楼-- · 2019-06-14 05:58

Please see first answers to these posts:
How to save JMeter Aggregate Report results to a CSV file using command prompt?
How do I save my Apache jMeter results to a CSV file?.

In addition to your configuration done in jmeter.properties:

1) GUI:

Aggregate Report results configuration

2) CLI:

jmeter –n –t test.jmx -l test.csv

In test.csv you'll get results in csv format.

查看更多
登录 后发表回答