monitoring - nginx status : requests? -


acorrding nginx stats module

server accepts handled requests -- nginx accepted 16630948 connections, handled 16630948 connections (no 1 closed accepted), , handles 31070465 requests (1.8 requests per connection)

i know requests part means 1.8 per connection not make sense me in advance.

nowadays keep-alive (or persistent) http connections normal, in http 1.1. 1 keep-alive connection can handle more 1 request.

reference: http://en.wikipedia.org/wiki/http_persistent_connection


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -