Reputation: 1513
We want to test if we use ssl session id to reuse SSL session, how it will impact on the performance. However we didn't find a way to test it, we use ngrinder or loadrunner to do load test, how to simulate ssl session id resumption in any of the two tools?
Upvotes: -1
Views: 310
Reputation: 195
In LoadRunner, you can do this by setting the registry key.
HKEY_CURRENT_USER\Software\Mercury Interactive\LoadRunner\Protocols\WPlus\SSL\OpenSSL
Try setting the ReuseSSLSession
's value to 1.
Upvotes: 0