How can I prove uptime (or quantify downtime) on an ASP.NET 1.1 Web
application (running on an IIS6 Windows Server Standard server)?
What's going on here is that I'm considering the feasability of claiming or
at least establishing some percentage of availability for our production Web
site (99.9%, or 99.99%, or 99.999% "five nines). Of course I'll only
advertise the fact if I can establish it objectively (and it's at least 3
nines :) For those interested, here's a link to an article that describes
what each of those percentages actually means in terms of downtime:
So, in IIS6 or perhaps some other feature I could build into our ASP.NET Web
application, is there some way to objectively and accurately measure
downtime or uptime? I'm specifically interested in quantifying the
availability of the ASP.NET Web application.
Suggestions? Thoughts? Perspective?
Thanks!
application (running on an IIS6 Windows Server Standard server)?
What's going on here is that I'm considering the feasability of claiming or
at least establishing some percentage of availability for our production Web
site (99.9%, or 99.99%, or 99.999% "five nines). Of course I'll only
advertise the fact if I can establish it objectively (and it's at least 3
nines :) For those interested, here's a link to an article that describes
what each of those percentages actually means in terms of downtime:
So, in IIS6 or perhaps some other feature I could build into our ASP.NET Web
application, is there some way to objectively and accurately measure
downtime or uptime? I'm specifically interested in quantifying the
availability of the ASP.NET Web application.
Suggestions? Thoughts? Perspective?
Thanks!
Comment