在不使用 GUI 的情况下使用 JMeter 记录流量

Recording traffic using JMeter without using GUI

我想使用 JMeter 记录 HTTPS,但我不想使用 JMeter GUI,只使用命令 line/background 服务

我找到了 similar answer 但没有 relevant/accepted/upvoted 答案

我想使用JMeter记录作为后台服务,可以吗?如果不是,还有什么选择?

  1. 如果您只相信已接受的答案,那么当您看到 number of upvotes on not accepted answers like this one 时可能会有点惊讶。鉴于答案不是 flagged/removed,它有可能是有效的,我的期望是您应该尝试它并在它有效时投赞成票,在相反的情况下投反对票。

  2. 如果您已经尝试过答案但它不符合您的需要,这里是另一个:任何命令行 network sniffer tool should be able of capturing the traffic and filtering it to SSL/TLS, for example tcpdump. Once you get .har or .pcap file with the traffic you can either use online [.har]5/[.pcap]6/etc. converter to JMeter or just paste captured request(s) payload(s) into the HTTP Raw Request 采样器。