Linux中國

ngxtop:在命令行實時監控 Nginx 的神器

獲取Nginx基本信息:

$ ngxtop info

你可以自定義顯示的變數,簡單列出需要顯示的變數。使用 "print" 命令顯示自定義請求。

$ ngxtop print request http_user_agent remote_addr

顯示請求最多的客戶端IP地址

$ ngxtop top remote_addr

顯示狀態碼是404的請求

$ ngxtop -i 'status == 404' print request status

除了Nginx,ngtop 還可以處理其他的日誌文件,比如 Apache 的訪問文件。使用以下命令監控 Apache 伺服器:

$ tail -f /var/log/apache2/access.log | ngxtop -f common

via: http://xmodulo.com/2014/06/monitor-nginx-web-server-command-line-real-time.html

譯者:shipsw 校對:wxy

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國