91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Nginx配置檢測服務狀態的實現方法

發布時間:2020-08-26 01:38:47 來源:腳本之家 閱讀:209 作者:winters04060 欄目:服務器

1. 查看是否安裝檢查狀態模塊;

[root@localhost ~]# nginx -V
nginx version: nginx/1.12.2
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC)
configure arguments: --prefix=/usr/local/nginx --with-http_sub_module

2.  如未安裝,重新編譯安裝;

Ø  檢查狀態模塊;--with-http_stub_status_module

[root@localhost ~]# cd /usr/local/src/nginx-1.12.2/       
[root@localhost ~]# ./configure --prefix=/usr/local/nginx --with-http_stub_status_module
[root@localhost ~]# make && make install

3. 編輯nginx 的配置文件;

[root@localhost ~]# vim /usr/local/nginx/conf/nginx.conf
server {
  listen 80;
  server_name localhost;
  #access_log logs/host.access.log main;
 
  location /nginx_status {
  stub_status on;
  access_log off;
   #allow 127.0.0.1; ##可對該頁面的訪問者進行過濾
   #deny all;
   }
  }
[root@localhost ~]# nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
[root@localhost ~]# nginx -s reload

4.測試語法;

[root@localhost ~]# curl http://192.168.10.110:80/nginx_status
Active connections: 1
server accepts handled requests
 1 1 1
Reading: 0 Writing: 1 Waiting: 0

5.     輸出內容詳解;

第一行  Active connections: 1  ——活躍的連接數量,包括等待客戶端數0
第二行 server accepts handled requests —— 總共處理了1個連接 , 成功創建1次握手, 總共處理了1個請求
第三行 Reading — 讀取客戶端的連接數,Writing — 響應數據到客戶端的數量,Waiting — 開啟 keep-alive 的情況下,這個值等于 active – (reading+writing), 意思就是 Nginx 已經處理完正在等候下一次請求指令的駐留連接.

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

塔城市| 盘锦市| 婺源县| 牙克石市| 卫辉市| 定西市| 平谷区| 伊春市| 昆山市| 高安市| 定南县| 赤水市| 吕梁市| 长春市| 柘城县| 老河口市| 休宁县| 文安县| 灌云县| 大厂| 昌平区| 拉萨市| 牡丹江市| 营山县| 武乡县| 东安县| 育儿| 集安市| 竹山县| 沙湾县| 三台县| 申扎县| 格尔木市| 榆林市| 武山县| 行唐县| 静宁县| 武功县| 华宁县| 商城县| 大兴区|