想基於nginx日誌統計某一介面如秒殺的最大並發數
nginx日誌格式是這樣配置的
log_format: $remote_addr [$time_local] "$request" $status $upstream_response_time $body_bytes_sent
Nginx官方文件是這樣定義time_local
的
$time_local
local time in the Common Log Format
#現在不確定這是請求過來的時間 還是請求處理完畢後記錄此條日誌的時間 只有是前者才能基於該時間統計最大並發數吧
摘自:http://serverfault.com/questi...