session_cache_stats
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180 (0)
- 1_9_3_125 (38)
- 1_9_3_392 (0)
- 2_1_10 (0)
- 2_2_9 (0)
- 2_4_6 (0)
- 2_5_5 (0)
- 2_6_3 (0)
- What's this?
session_cache_stats()
public
Returns a Hash containing the following keys:
:accept |
Number of started SSL/TLS handshakes in server mode |
:accept_good |
Number of established SSL/TLS sessions in server mode |
:accept_renegotiate |
Number of start renegotiations in server mode |
:cache_full |
Number of sessions that were removed due to cache overflow |
:cache_hits |
Number of successfully reused connections |
:cache_misses |
Number of sessions proposed by clients that were not found in the cache |
:cache_num |
Number of sessions in the internal session cache |
:cb_hits |
Number of sessions retrieved from the external cache in server mode |
:connect |
Number of started SSL/TLS handshakes in client mode |
:connect_good |
Number of established SSL/TLS sessions in client mode |
:connect_renegotiate |
Number of start renegotiations in client mode |
:timeouts |
Number of sessions proposed by clients that were found in the cache but had expired due to timeouts |