Nginx模組參考手冊:Stub Status模組(Stub Status)

來源:互聯網
上載者:User
關鍵字 nginx Status Status模組 Stub

如果要使用這些模組,則必須在編譯時指定相關的編譯參數。

這個模組可以取得一些nginx的運行狀態。
要使用這個模組必須在編譯時指定下列編譯參數:

--with-HTTP_stub_status_module

示例配置:

location /nginx_status { # copied from HTTP://blog.kovyrin.net/2006/04/29/monitoring-nginx-with-rrdtool/ stub_status on; access_log off; allow SOME. IP. ADD. RESS; deny all;}

指令

stub_status

語法:stub_status on
預設值:none
使用欄位:location
在這個location中啟用狀態監測。
這個模組可以生成一個類似mathopd狀態頁面的純文字資訊:

Active connections: 291server accepts handled requests 16630948 16630948 31070465Reading: 6 Writing: 179 Waiting: 106

active connections – 所有打開的連接,包括連接到後端伺服器的。
server accepts handled requests – nginx已經接受並處理16630948個連接,31070465個請求(每個連接1.8個請求)。
reading – 正在讀取的請求頭。
writing – 正在讀取的請求主體,正在處理的請求或者正在寫入的應答。
waiting – keepalive連接數,等於active - (reading + writing)。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.