当前位置:网站首页>System availability: 3 9s, 4 9s in SRE's mouth... What is it?
System availability: 3 9s, 4 9s in SRE's mouth... What is it?
2022-08-01 22:41:00 【InfoQ】
1. System Availability
1.1-What is System Availability
- Time interval: It means that the system availability is counted within the specified time range.
- Workable state: This leads to a formula.That is [system availability = system uptime (time to troubleshoot) / total system operation time]
1.2-the purpose of establishing "system availability"
2. Two ways to measure system availability
- System availability for time latitude.
- Request system availability for latitude.
- System availability at time latitude:
Availability = Program Uptime / (Program Uptime + System Downtime)- RequestSystem Availability of Latitude:
Availability = Number of successful requests / Total number of requests3. Time LatitudeThe system availability of
- 3 9s: (1-99.9%)36524=8.76 hours, which means that the maximum possible business interruption time of the system in one year of continuous operation is 8.76 hours.
- 4 9: (1-99.99%)36524=0.876 hours=52.6 minutes, which means that the maximum possible business interruption time of the system in one year of continuous operation is 52.6 minutes.
- 5 9: (1-99.999%)36524*60=5.26 minutes, which means that the maximum possible business interruption time of the system in one year of continuous operation is 5.26 minutes.

- The higher the number of 99 in the system, the higher the availability of the system.
4. System availability of requested latitude
- 90% system availability: means that 1000 of 1000 requests are allowed * (1- 90%) = 100An error occurred in the request.
- System availability 99%: Indicates that 1000 * (1- 99%) = 10 requests are in error out of 1000 requests.
- System availability 99.9%: Indicates that 1000 * (1- 99.9%) = 1 request error is allowed out of 1000 requests.
5. Factors to be considered in the establishment of system availability goals
5.1-Cost
5.2-Business Tolerance
6. Summary

边栏推荐
- 文件查询匹配神器 【glob.js】 实用教程
- 自建 Prometheus 采集腾讯云容器服务监控数据最佳实践
- 易周金融分析 | 银行ATM机智能化改造提速;互联网贷款新规带来挑战
- Use Jenkins for continuous integration, this knowledge point must be mastered
- 编曲软件FL studio20.8中文版功能和作用
- 联邦学习在金融领域的发展和应用
- JS prototype hasOwnProperty in 加方法 原型终点 继承 重写父类方法
- xctf attack and defense world web master advanced area webshell
- feel so stupid
- SQL Server (design database--stored procedure--trigger)
猜你喜欢

Delicious this year

Postman batch test interface detailed tutorial

Recycling rental system 100% open source without encryption Mall + recycling + rental

Ten years after graduation, financial freedom: those things that are more important than hard work, no one will ever teach you

如何给 UE4 场景添加游戏角色

华为无线设备配置全局双链路冷备份(AC全局配置方式)

系统可用性:SRE口中的3个9,4个9...到底是个什么东西?

JS prototype hasOwnProperty in Add method Prototype end point Inherit Override parent class method

PHP算法之电话号码的字母组合

【数据分析03】
随机推荐
企业公众号文章写作方向:如何写出读者认可的优质内容
基于 OData 模型和 JSON 模型的 SAP UI5 表格控件行项目的添加和删除实现
小程序容器+自定义插件,可实现混合App快速开发
vscode hide menu bar
dvwa 通关记录1 - 暴力破解 Brute Force
excel change cell size
Analysis of the development trend of game metaverse
AQS
xctf attack and defense world web master advanced area webshell
String - Trie
excel vertical to horizontal
华为无线设备配置双链路冷备份(AP指定配置方式)
选择合适的 DevOps 工具,从理解 DevOps 开始
萍不回答
xss相关知识点以及从 XSS Payload 学习浏览器解码
论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》
Prufer sequence
long investment career
img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)
seaborn笔记:可视化统计关系(散点图、折线图)