Email Server performance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to check the system UPTIME of a remote Exchange Server, what can
I do ?
I am thinking about if any tools available which can do the following....(or
I should develop my own code)
a. send an Email to a mailbox of any Exchange Server
b. (that mailbox is auto-forward back to sender address)
c. receive the returned email
d. calculate the round-trip time (sending Email & receiving Email)
e. the time can be logged into a CSV/TXT file for further processing.
f. repeat in every 5-10min

any suggestion ?
many thanks
 
Am Wed, 23 Aug 2006 21:26:01 -0700 schrieb martin:

On Windows 2000 an up you can use an API for that. Please google for
"servertime NETAPI32.DLL" for samples.
 
Back
Top