How do i get my CSV file?

房东的猫 提交于 2019-12-23 05:21:17

问题


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:


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:

2) CLI:

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

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



来源:https://stackoverflow.com/questions/9825333/how-do-i-get-my-csv-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!