Measure TCP handshake and SSL exchange time
Goal
Perform a test of how much time it takes to perform both the TCP handshake and SSL exchange. The longer it takes, the slower the experience is for the guest connecting to the webserver.
Command
curl -kso /dev/null -w "tcp:%{time_connect}, ssldone:%{time_appconnect}\n" https://linuxsecurity.expert/
Measure the handshake time of TCP and SSL connections
Do you like this page? Share it with others or help us make it better
No :(