Hi,
just wondering if anyone knows of a tool, php script which allows me to do the following: (before I get onto writing my own)
I am wanting to graph smtp response times. I don't nec. want to perf. a complete transaction test. (send/receive)
Only upto the point where a 220 from the other end is being received.
I.e.:
telnet host 25
Trying host...
Connected to host.
Escape character is '^]'.
220-host ESMTP Wed, 19 Oct 2005 18:58:32 +1000
220-blah blah
220 blah blah
quit
rgs,
Dan
smtp transaction time/response time
Moderators: Developers, Moderators
I made a short example (no error/security checking) of such script. It opens SMTP connection, waits for prompt and exits with QUIT. Then it displays time needed for this. You may consider to use microtime() instead to increase measurement resolution.
- Piotr
- Piotr
- Attachments
-
- smtp_response.zip
- SMTP response time measurement example
- (725 Bytes) Downloaded 201 times
Who is online
Users browsing this forum: No registered users and 2 guests