Solicitudes lentas
Si el log incluye tiempo de respuesta, podrás localizar solicitudes lentas.
Abrir en la appCómo funciona
- Abre el log en GigaSieve.
- Busca el campo de tiempo.
- Identifica valores altos (p. ej., > 2s).
- 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.