- Notifications
You must be signed in to change notification settings - Fork7
A simple, portable tool for measuring SMTP server delay, delay variation and throughput.
License
NotificationsYou must be signed in to change notification settings
halon/smtpping
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple, portable tool for measuring SMTP server delay, delay variation and throughput. Feel free to contactsupport@halon.io
The two first examples measures delay, and the last example measuresthroughput (-r -w0
) using 50 threads (-P50
).
$ smtpping test@halon.io$ smtpping test@halon.io @10.2.0.31$ smtpping -P50 -r -w0 test@halon.io @10.2.0.31
Building on *NIX can be done manually using a C++ compiler such as GNU'sg++
or by usingcmake
. It could be easily ported to a Makefile.
$ cmake .$ make
A project file for Dev-C++ is included, should be quite portable to eg. VS.
About
A simple, portable tool for measuring SMTP server delay, delay variation and throughput.
Resources
License
Stars
Watchers
Forks
Packages0
No packages published