Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Comando
- curl -k -w "@datos.txt" -o /dev/null -s "https://dog.ceo/api/breeds/image/random"
- # Archivo test.txt
- Tiempo en buscar el nombre del endpoint: %{time_namelookup}s\n
- Tiempo en conectarse a la API: %{time_connect}s\n
- Tiempo que tomo al cliente conectarse a la API: %{time_appconnect}s\n
- Tiempo que toma la API en devolver datos: %{time_pretransfer}s\n
- Tiempo de redirección (Si es que existe): %{time_redirect}s\n
- Tiempo que tomo en iniciar la devolución de datos: %{time_starttransfer}s\n
- ----------\n
- Tiempo total: %{time_total}s\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement