Medir velocidades web con curl
Es posible medir la velocidad de respuesta de una web con el comando curl:
curl -w "dns_resolution: %{time_namelookup}\ntcp_established: %{time_connect}\nssl_handshake_done: %{time_appconnect}\nTime Pretransfer: %{time_pretransfer}\nTTFB: %{time_starttransfer}\nSize Download: %{size_download} Bytes\nTime Total: %{time_total}\n" -o /dev/null -s https://www.google.com
Resultado:
dns_resolution: 0,013510 tcp_established: 0,027280 ssl_handshake_done: 0,081748 Time Pretransfer: 0,081810 TTFB: 0,151578 Size Download: 13986 Bytes Time Total: 0,153390
Categorías:Administración, General
Administración
Comentarios (0)
Trackbacks (0)
Deja un comentario
Trackback