1.request_time 官网描述:request processing time in seconds with a milliseconds resolution; time elapsed between the first bytes were read from the client and the log write after the last bytes were sent to the client . 指的就是从接受用户请求的第一个字节到发送完响应数据的时间,即包括接收请…