User Tools

Site Tools


metricas_de_tiempo_de_respuesta_http_s_con_curl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
metricas_de_tiempo_de_respuesta_http_s_con_curl [2020/12/25 22:57] – external edit 127.0.0.1metricas_de_tiempo_de_respuesta_http_s_con_curl [2021/05/13 20:56] (current) – [Tiempos de respuesta (SSL handshake, TCP, DNS, redirección, etc) en consultas con Curl (HTTP/S, SSH, FTP, etc.)] busindre
Line 55: Line 55:
  
 URL final: https://dominio.com/fichero.txt (0 redirecciones)</code> URL final: https://dominio.com/fichero.txt (0 redirecciones)</code>
 +
 +**También es posible configurar todos los parámetros en un archivo y usarlo en la linea de comandos de curl**.
 +<code bash curl_opciones.txt>
 +Tiempo en completar el handshake HTTPS: %{time_appconnect}\n
 +Tiempo en conectar (TCP): %{time_connect}\n
 +Tiempo en resolver DNS: %{time_namelookup}\n
 +Tiempo pre-transferencia: %{time_pretransfer}\n
 +Tiempo en completar la redirección: %{time_redirect}\n
 +Tiempo hasta que el primer byte fue transferido: %{time_starttransfer}\n
 +=====\n
 +Tiempo total:%{time_total}\n
 +URL final: %{url_effective}\n</code>
 +<code bash>curl -w "@curl_opciones.txt" https://busindre.com</code>
  
 **Frontend de métricas para Curl**: [[https://github.com/reorx/httpstat]] **Frontend de métricas para Curl**: [[https://github.com/reorx/httpstat]]
metricas_de_tiempo_de_respuesta_http_s_con_curl.1608933466.txt.gz · Last modified: 2020/12/25 22:57 by 127.0.0.1