博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jmeter+ant+jenkins+mac 报告优化(三) 使用命令行执行jmeter方式生成多维度的图形化HTML报告...
阅读量:4319 次
发布时间:2019-06-06

本文共 618 字,大约阅读时间需要 2 分钟。

  • 1、在构建中填写如下命令:

  • 2、start.sh文件的内容
cd /Applications/apache-jmeter-3.0/bin/                           CURTIME=`date +%Y%m%d%H%M`./jmeter -n -t /Applications/apache-jmeter-3.0/testScript/51.jmx -l \/Applications/apache-jmeter-3.0/testScript/51_${CURTIME} -e -o /Applications/apache-jmeter-3.0/report/report_${CURTIME}rm -rf /Applications/apache-ant-1.9.7/report/html/* if [ -d "/Applications/apache-jmeter-3.0/report/report_${CURTIME}" ]; thencp -rf /Applications/apache-jmeter-3.0/report/report_${CURTIME}/* /Applications/apache-ant-1.9.7/report/html/fi
  • 3、生成的报告如下:

 

转载于:https://www.cnblogs.com/chengchengla1990/p/6308753.html

你可能感兴趣的文章
sqlserver database常用命令
查看>>
rsync远程同步的基本配置与使用
查看>>
第二天作业
查看>>
访问属性和访问实例变量的区别
查看>>
Spring MVC 异常处理 - SimpleMappingExceptionResolver
查看>>
props 父组件给子组件传递参数
查看>>
【loj6038】「雅礼集训 2017 Day5」远行 树的直径+并查集+LCT
查看>>
十二种获取Spring的上下文环境ApplicationContext的方法
查看>>
UVA 11346 Probability 概率 (连续概率)
查看>>
linux uniq 命令
查看>>
Openssl rand命令
查看>>
HDU2825 Wireless Password 【AC自动机】【状压DP】
查看>>
BZOJ1015: [JSOI2008]星球大战starwar【并查集】【傻逼题】
查看>>
HUT-XXXX Strange display 容斥定理,线性规划
查看>>
mac修改用户名
查看>>
一道关于员工与部门查询的SQL笔试题
查看>>
Canvas基础
查看>>
[Hive - LanguageManual] Alter Table/Partition/Column
查看>>
可持久化数组
查看>>
去除IDEA报黄色/灰色的重复代码的下划波浪线
查看>>