Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对 https 和 ftps 协议进行性能测试。我使用 JMeter 测试过 http & ftp,但同样不支持 https 和 ftps。
任何人都可以推荐任何好的工具吗?
JMeter 支持开箱即用的 HTTPS。
对于 FTPS,您可以使用:
http://commons.apache.org/proper/commons-net/
并使用AbstractJavaSamplerClient创建一个自定义采样器,例如: