文章预览
今天我们来聊聊关于jmeter可视化html报告的相关配置及实现需要哪几步? 1、jmeter请求的返回数据乱码问题 在jmeter\bin\jmeter.properties文件下把sampleresult.default.encoding的属性改成UTF-8并解开注释。 2、配置可视化报告的相关设置这个配置是在jmeter\bin\user.properties文件下 在user.properties下找到下面没有#号的选项,并删除#号。 # Reporting configuration#---------------------------------------------# If you want to debug reporting, uncomment this line log_level.jmeter.report=DEBUG # Configure this property to change the report title jmeter.reportgenerator.report_title=Apache JMeter Dashboard # Change this parameter if you want to change the granularity of over time graphs.jmeter.reportgenerator.overall_granularity=60000 # Change this parameter if you want to chan
………………………………