Difference between revisions of "Postfix: smtp-source"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Postfix sudah menyediakan aplikasi smtp-source untuk mengirim e-mail dalam jumlah besar untuk melakukan stress test ke server SMTP. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Menjalankan== | ==Menjalankan== | ||
− | + | Sinkronkan waktu di ke dua mesin yang melakukan test. Di server maupun di client | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ntpdate pool.ntp.org | |
− | |||
− | + | Test | |
− | |||
− | + | time smtp-source -s 20 -l 5120 -m 1000 -C 4 -f onno@indo.net.id -t onno@korban.com 192.168.0.80:25 | |
− | |||
− | display | + | Dimana |
− | + | -s jumlah paralel session | |
+ | -l besar message | ||
+ | -m jumlah mail | ||
+ | -C display counter | ||
− | + | Hasilnya | |
− | |||
− | + | real 0m5.879s | |
− | + | user 0m0.307s | |
+ | sys 0m1.584s | ||
− | + | Butuh waktu 5.8 detik untuk mengirim 1000 mail ke server SMTP tersebut. | |
− | |||
==Referensi== | ==Referensi== | ||
* http://www.postfix.org/smtp-source.1.html | * http://www.postfix.org/smtp-source.1.html |
Latest revision as of 17:23, 8 June 2015
Postfix sudah menyediakan aplikasi smtp-source untuk mengirim e-mail dalam jumlah besar untuk melakukan stress test ke server SMTP.
Menjalankan
Sinkronkan waktu di ke dua mesin yang melakukan test. Di server maupun di client
ntpdate pool.ntp.org
Test
time smtp-source -s 20 -l 5120 -m 1000 -C 4 -f onno@indo.net.id -t onno@korban.com 192.168.0.80:25
Dimana
-s jumlah paralel session -l besar message -m jumlah mail -C display counter
Hasilnya
real 0m5.879s user 0m0.307s sys 0m1.584s
Butuh waktu 5.8 detik untuk mengirim 1000 mail ke server SMTP tersebut.