繁体   English   中英

HTML 文件未在 JMETER 中生成

[英]HTML File is not generating in JMETER

您好,我正在使用此命令生成 JMETER 的结果的 HTML 报告,并且每次尝试运行该命令时都会出现以下错误。

发生错误:未知参数:Ahmad\Datum\Automation\Results\result1.csv errorlevel=1

根据现有示例 CSV 日志文件用户手册条目的生成,命令应类似于:

jmeter -g "C:\Users\Rana Hadaiq Ahmad\Datum\Automation\Results\result1.csv" -o "C:\somefolder\where\you\want\dashboard\to\be\generated"

如果您的.csv 结果文件的路径中有空格或其他特殊字符 - 用引号将所有内容括起来

Another possible reason is that your version of JMeter doesn't have this HTML reporting dashboard generation feature, it is available since JMeter 3.0 so if you're using an older version - you will need to upgrade, moreover according to JMeter Best Practices you should始终使用最新版本的 JMeter

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM