Run Jmeter in non-GUI mode:

1. Swith to \Jmeter\bin

2. run "jmeter -n -t E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\Moxy_Load_Testing.jmx -l E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\my-test-plan-result.jtl -j E:\JmeterforLoadGenesisResulttoRules\JMeter_Moxy\my-test-plan-result.log"

-n This specifies JMeter is to run in non-gui mode

-t [name of JMX file that contains the Test Plan].

-l [name of JTL file to log sample results to].

-j [name of JMeter run log file]

Reference:

https://jmetervn.com/2017/01/09/running-jmeter-in-non-gui-mode/

最新文章

  1. Node.js高效按行输出文件内容
  2. __getattr__与__getattribute__
  3. Eclipse JSP/Servlet 环境搭建
  4. mysql IN 比等价的OR写法效率更高
  5. SQL Server Logical/Physical Reads
  6. html页面docutype前面出现字符会导致IE678 margin:0 auto;失效
  7. 迷宫问题python实现(靠右手摸墙)
  8. python 基础学习4-with语句
  9. 子进程 已安装 post-installation 脚本 返回错误状态 1,dpkg: 处理软件包 python-crypto (--configure)时出错: 该软件包正处于非常不稳定的状态;
  10. 1753: [Usaco2005 qua]Who's in the Middle
  11. CCF-201409-3-字符串匹配
  12. Matlab绘图基础——图形修饰处理(入门)
  13. POJ-2632 Crashing Robots模拟
  14. java通过jdbc访问mysql,update数据返回值的思考
  15. 查看加密的vba代码
  16. hadoop 完全分布式安装
  17. spark dataFrame withColumn
  18. java后端导出excel表格
  19. Git Bash主题配置
  20. rails局部模板 render

热门文章

  1. 聊一下kafka的消费组
  2. Ubuntu离线安装 MySQL 5.7
  3. 第四周作业-N67044-张铭扬
  4. C++程序设计实验二 数组、指针与C++标准库
  5. 数值分析之解线性方程组的直接方法 5.X
  6. ERNIE1-2
  7. 2022-04-27内部群每日三题-清辉PMP
  8. SpringBoot代理图片、文件等路径
  9. Python中Websocket的实现及基本原理
  10. SpringBoot + Shiro + Redis + JWT 实现无状态登录