Search code examples
performancessljmeterperformance-testingload-testing

Load test raw ssl/tls


I need to load-test my raw tls server. I try jmeter, but it seems no ssl/tls sampler available(only bundled with http). How can i load - test raw ssl with jmeter? Or maybe there is a better solution?


Solution

  • If you have a Java Client available for your GOST TLS then your best option is to extend:

    https://jmeter.apache.org/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html

    And use Java Request Sampler that will show your implementation in select box:

    See :