Method to calculate downtime percentage

Posted by Chris on Server Fault See other posts from Server Fault or by Chris
Published on 2010-10-24T14:35:09Z Indexed on 2012/04/01 17:32 UTC
Read the original article Hit count: 210

Filed under:

I need a calculation to work out the downtime percentage of a server.

I am making a script that runs via cron every minute to check the uptime of a remote server.

The two values I have to play with are number of checks run and times the checks failed (outages).

Is this a plausible way of calculating it? I am thinking it must be but can't be too sure as my Maths skills are slipping away from me with age!

© Server Fault or respective owner

Related posts about uptime