G
GigaSieve

Solicitudes lentas

Si el log incluye tiempo de respuesta, podrás localizar solicitudes lentas.

Abrir en la app

Cómo funciona

  1. Abre el log en GigaSieve.
  2. Busca el campo de tiempo.
  3. Identifica valores altos (p. ej., > 2s).
  4. Agrupa por URI para ver rutas lentas.

Entrada y salida de ejemplo

Entrada

203.0.113.10 - - "GET /api/users" 200 1200 rt=0.120
203.0.113.11 - - "GET /report" 200 1200 rt=3.512
203.0.113.10 - - "GET /report" 200 1200 rt=2.901

Salida

/report avg rt: 3.2s
/api/users avg rt: 0.12s

Consejo

Si no hay tiempo, agrega request_time en log_format.

Recetas relacionadas

Guías relacionadas