Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据nginx 统计模块
服务器接受已处理的请求——nginx 接受了 16630948 个连接,处理了 16630948 个连接(没有人关闭只是被接受),并处理 31070465 个请求(每个连接 1.8 个请求)
我想知道请求部分是什么意思,它说每个连接 1.8,这对我来说没有意义,提前谢谢。
现在保持活动(或持久)http 连接是正常的,尤其是在 http 1.1 中。一个 keep-alive 连接可以处理超过 1 个请求。
参考:http ://en.wikipedia.org/wiki/HTTP_persistent_connection