測試效能
smtp-source
連線到主機的tcp 25,以連續或平行的方式,傳送一或多則訊息。衡量伺服器的性能。
[email protected]從localhost:25寄了10封信給[email protected],指令如下:
smtp-source -s 20 -l 5120 -m 100 -c -f [email protected] -t [email protected] localhost:25
-s 20個平行的連線階段
-l 5kb大小訊息
-m 共100則訊息
-c 顯示計數器
-f from
-t to
host
port
smtp-sink
監聽主機與埠號,它從網路收取訊息然後將這些訊息丟掉。衡量客戶端與網路的效能。
測試postfix送信速度,指令如下:
smtp-sink -c localhost:25 1000
qshape
Print Postfix queue domain and age distribution
指令如下:
qshape -s deferred|
pfqueue – A queue realtime scanner for MTA
下載 wget http://nchc.dl.sourceforge.net/sourceforge/pfqueue/pfqueue-0.5.3.tar.gz
安裝
./configure
make install
執行
. pfqueue
留言