Re: [Tutor] Pinging a service

2008-06-13 Thread Tim Golden
Greg Lindstrom wrote: Hello, I would like to write a routine to monitor services running on a remote box. My initial thought is to "ping" the remote box to monitor latency and then execute a query on the remote machine to monitor the database. What I would like is to gather data points and graph

Re: [Tutor] Pinging a service

2008-06-12 Thread Alan Gauld
"Greg Lindstrom" <[EMAIL PROTECTED]> wrote A) Is this a sound strategy? Yes provided you keep the poll period sensible - say once per minute at the most Otherwise your pings become a significant overhead in themselves! B) Are there libraries for the "ping"ing aspect? If not, I can execute t

[Tutor] Pinging a service

2008-06-12 Thread Greg Lindstrom
Hello, I would like to write a routine to monitor services running on a remote box. My initial thought is to "ping" the remote box to monitor latency and then execute a query on the remote machine to monitor the database. What I would like is to gather data points and graph the delay to see if the