如何将从 Chrome 导出的 .HAR 文件导入 JMeter?

How to put .HAR file exported from Chrome to import into JMeter?

我将所有网络调用从 chrome 导出为 hAR 文件格式,我想再次将其导入 JMeter 以使用网络调用进行负载测试。

我该怎么做? 我听说过 floor.io,它不再有效了。

在线使用Blazemeter converter,只需上传文件并转换(限制为 50M)

Acceptable files: .json, .har, .xml, .pcap

对于大文件使用 HAR to Apache JMeter Convertor

har2JMeter -har [*.har] -jmx [*.jmx]

目前无法下载 zip,因此您需要下载 github 项目和 运行

gradlew distZip

然后在build/distributions/har2JMeter-master-0.4.0.SNAPSHOT

中打开zip文件

您将在 bin 文件夹中有执行文件