Linux 以 top 為名稱的監控觀查工具

心血來潮,整理可能的工具,以 top 為名稱的,還真不少

apachetop -讀取 access_log 檔,即時觀查 request 量,好像不支援多檔

apachetop -f /var/log/httpd/access_log

atop -類似 top,不過多了網路、硬碟讀寫,ref:http://www.atoptool.nl/screenshots.php

dnstop -統計查詢數量,還有它有一些參數可用,像按1可以看 .tw 或.com的統計 ,ref: http://dns.measurement-factory.com/tools/dnstop/sample.html

htop -類似 top,多了些許顏色,ref:http://htop.sourceforge.net/

iftop -查看網路卡流量 : http://www.ex-parrot.com/pdw/iftop/

iotop -查看硬碟IO讀寫,ref : http://ssorc.tw/?p=1009 或 http://guichaz.free.fr/iotop/

mtop -mysql 的 top,感覺是show processlist ,用perl 寫的,ref: http://mtop.sourceforge.net/

mytop -也是mysql 的 top,ref :http://jeremy.zawodny.com/mysql/mytop/

nettop -查看程序對網路的存取量

ntop -也是跟網路流量有關的, ref : http://www.ntop.org/

powertop - Tool that helps you find what software is using the most power

top -基本linux的工具

其它與 top 名稱無關,但屬性相關的工具

tcptrack -Monitor TCP connections on the network

iptstate -與 top 指令類似的 IP Tables 狀態表顯示工具

你可能感兴趣的:(Linux)