I realize there are perl scripts that can measure the server uptime and server load, but I was wondering if it's possible to measure server downtime over a specified period. For example, such a script might allow us to access an .shtml page that would say something like "This website's server was down 4 hours 6 minutes 12 seconds since the first of the month".
Is that a statistic that is possible to measure from the client side (via the browser), using an installed perl script? Or is something like that impossible because, by definition, the server is not working during the downtime measurement period?
Is that a statistic that is possible to measure from the client side (via the browser), using an installed perl script? Or is something like that impossible because, by definition, the server is not working during the downtime measurement period?