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

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh