我需要测试我的原始tls服务器。我尝试了j测量仪,但似乎没有ssl/tls采样器可用(仅与http捆绑)。如何使用j测量仪来负载原始ssl?或者有更好的解决方案?
发布于 2015-05-03 12:23:32
如果您有一个Java客户端可用于GOST TLS,那么最好的选择是扩展:
https://jmeter.apache.org/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html
并使用Java请求采样器,它将在选择框中显示您的实现:
见:
https://stackoverflow.com/questions/29959460
复制相似问题