Nginx 日志中记录下游响应时间
Nginx 反向代理 About 277 words$request_time
整个请求的总时间。从Nginx
接收到请求,到Nginx
返回给请求方的总耗时时间。包含了Nginx
自身逻辑执行时间和下游请求时间。
$upstream_response_time
下游请求时间。proxy_pass
服务请求处理的时间。
log_format
log_format upstream_pattern '$remote_addr [$time_local] [$request_time] [$upstream_response_time] "$request" $status $body_bytes_sent';
Views: 87 · Posted: 2024-12-16
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...