SSLs per Second graph

This graph shows the number of new and reused SSL Connections (y-axis) opened in each second of the load test scenario (x-axis). An SSL connection is opened by the browser after a TCP/IP connection has been opened to a secure server.

X-axis

Elapsed time since the start of the run.

Y-axis

Number of SSL Connections.

Tipextra

Reduce SSL connections.

Because creating a new SSL connection entails heavy resource consumption, you should reuse open SSL connections. There should be no more than one new SSL connection per Vuser.

If you reset TCP connections between iterations (VuGen Runtime Settings > Browser Emulation node > Simulate a new user on each iteration), you should have no more than one new SSL connection per iteration.

See also

Web Resources graphs

Back to top