首页 > 其他 > 详细

JMeter supports dashboard report generation to get graphs and statistics from a test plan

时间:2020-01-03 14:18:20      阅读:82      评论:0      收藏:0      [点我收藏+]

From UI:

Tool-->Generate HTML report

 

From Command-line:

Generation from an existing sample CSV log file:

jmeter -g <log file> -o <Path to output folder>

 

Generation after load test:

jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>

 

https://jmeter.apache.org/usermanual/generating-dashboard.html

技术分享图片

 技术分享图片

 技术分享图片

JMeter supports dashboard report generation to get graphs and statistics from a test plan

原文:https://www.cnblogs.com/MasterMonkInTemple/p/12144645.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!