首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏曲水流觞TechRill

    如何理解 Site Reliability ?

    既然本文谈的是Reliability, 那大家就可以考虑下, 如何能让用户量超过10亿+, 免费用户15G容量上限,如此海量邮件数据和系统的高可靠, 结合下文读者自己去思考下应该怎么做。 小贴士:Reliability vs Availability 很多人们会将可靠性和可用性混淆,其实这是两个完全不同的概念,上文解释过可靠性和计算公式。

    97630发布于 2019-11-05
  • 来自专栏PM吃瓜(公众号)

    谷歌的SRE : Site Reliability Engineering

    SRE 全称是 Site Reliability Engineering,最早是由 Google 提出,并且在其工程实践中发扬光大。 SRE 原则:Don't Repeat Yourself SRE 理想:Automate Everything Site reliability engineering (SRE) is a discipline 他们出了一本书 《Site Reliability Engineering》 ,描述了这个岗位是如何高效协同工作的。

    2.7K30编辑于 2023-03-02
  • 来自专栏福大大架构师每日一题

    文心一言 VS 讯飞星火 VS chatgpt (364)-- 算法导论24.3 6题

    matrix with zero values reliability :=make([][]float64, g.vertices) for i :=range reliability { reliability[i]=make([]float64, g.vertices) for j :=range reliability[i]{ reliability edges { reliability[from][edge.to]= edge.rel } } // Set self-loops to 1 (max reliability [i][k]*reliability[k][j]> reliability[i][j]{ reliability[i][j]= reliability[i][k] :0.9},{To:2,Reliability:0.7}, {To:2,Reliability:0.8},{To:3,Reliability:0.5}, {To:3,Reliability:0.6},{

    23620编辑于 2024-10-08
  • 来自专栏ROS2

    Rviz显示不出数据了!一文搞懂Qos

    Last incompatible policy: RELIABILITY 本来好好的Rviz也显示不了雷达数据了。 这就是incompatible QoS搞的鬼! /** * Sensor Data QoS class * - History: Keep last, * - Depth: 5, * - Reliability: Best = parsed_args.reliability print(reliability) qos_profile_publisher = QoSProfile(depth=10) Last incompatible policy: RELIABILITY 原因是发布器和订阅器的Qos配置不兼容。 发布器:QoS Reliability=Best_Effort 订阅器:QoS Reliability=Reliable 如果想动手测试不同Qos配置的效果,可下载我收集整理的开源代码。

    2.9K00编辑于 2022-04-24
  • 来自专栏TechBlog

    Critique of A Novel Proof-of-Reputation Consensus for Storage Allocation in Edge Blockchain Systems

    (RDC) to optimize the objective function, and proposes a storage allocation algorithm to ensure the reliability Decentralization and reliability. 2) The article proposes a better reputation mechanism and uses the reputations. 3) In the allocation of storage resources, the reputation mechanism helps nodes maintain the reliability of others, thereby helping to adjust the FDC and RDC in resource allocation to improve reliability and

    25130编辑于 2022-07-20
  • 来自专栏云原生应用工坊

    Observable Platform-3.2: Cache/MQ/TQ Middleware Monitoring Metrics

    Monitoring cache middleware, such as Redis, is critical as it directly impacts application performance and reliability Reliability and Errors Error Rate: The proportion of message processing failures. of your message queue, detect and address issues promptly, and enhance overall system stability and reliability High performance, reliability, and scalability. JMS (Java Message Service) compatible. RabbitMQ Erlang Based on AMQP, supports multiple messaging patterns, high reliability

    35610编辑于 2023-12-13
  • 来自专栏前端大全

    前端测试策略升级——现代测试实践

    ) { issues.push({ type: 'reliability', metric: 'flakinessRate', actual: type: 'reliability', metric: 'timeoutRate', actual: timeoutRate, threshold: this.thresholds.reliability.timeoutRate , severity: 'medium' }); } if (errorRate > this.thresholds.reliability.errorRate , threshold: this.thresholds.reliability.errorRate, severity: 'high' }); } (issue => console.error(`Reliability: ${issue.metric} (${issue.actual}% > ${issue.threshold}%

    10710编辑于 2026-03-10
  • 来自专栏自然语言处理

    【RAG入门教程05】Langchian框架-Vector Stores

    guidance and framework for you, the reader, to grow on the path to being a truly excellent database reliability When naming the book we chose to use the words reliability engineer , rather than administrator. Ben Treynor, VP of Engineering at Google, says the following about reliability engi‐ neering: fundamentally When naming the book we chose to use the words reliability engineer , rather than administrator. Ben Treynor, VP of Engineering at Google, says the following about reliability engi‐ neering: fundamentally

    94310编辑于 2024-06-10
  • SRE - Interview Q&A Simulation - Open-ended questions

    SRE (Site Reliability Engineering) and observability are key concepts in operations work. a concept that applies software engineering methods to operations with the aim of improving system reliability Reliability vs. CostSet reasonable SLOs/SLAs based on business needs; excessive reliability can lead to unnecessary costs

    35610编辑于 2024-09-08
  • 来自专栏腾讯云TVP

    Decoding LLM-native Agents: Bridging Compilation and Interpretation in AI

    parameters while dynamically interpreting and adapting at runtime.Architectural ComparisonCompiled Agents: Reliability Users visually design the agentic logic via drag-and-drop workflows, ensuring consistency and reliability Universal Interfaces (browser-like interactions) grant agents broad compatibility but face efficiency, reliability Directions and ChallengesEmerging Hybrid ArchitecturesFuture agents will increasingly blend compiled reliability

    24910编辑于 2025-03-13
  • 来自专栏愷龍的Blog

    Cloud Computing Chapter3 (云计算第三章)

    System failure rates are reduced while availability and reliability are increased, since redundancy and IT resources is the inherent, built-in feature of clouds Figure 3-8 Increased Availability and Reliability --An IT resource with increased reliability is able to better avoid and recover from exception conditions The modular architecture of cloud environments provides extensive failover support that increases reliability

    54211编辑于 2022-09-26
  • 来自专栏运维开发王义杰

    Google SRE理论:如何提高软件系统的可靠性和效率

    SRE是Site Reliability Engineering的缩写,意思是网站可靠性工程。 如果你想了解更多关于Google SRE理论的内容,你可以阅读以下书籍或网站: 《Site Reliability Engineering: How Google Runs Production Systems 》 《The Site Reliability Workbook: Practical Ways to Implement SRE》 《Building Secure and Reliable Systems

    1.3K30编辑于 2023-08-10
  • 来自专栏iRF射频前端产业观察

    重新布线层:A New RDL-First PoP Fan-Out Wafer-Level Package Process

    The silicon die and CCSBs’ joint quality is confirmed by reliability testing. The test vehicle package passed all the reliability tests of moisture resistance test (MRT) L3, Temperature

    62910编辑于 2022-05-16
  • 来自专栏运维开发王义杰

    探究信任的本质:麦肯锡的信任公式

    麦肯锡的信任公式 麦肯锡的信任公式将信任分解为三个核心元素:资质能力(Credibility)、可靠性(Reliability)和亲近程度(Intimacy)。 可靠性(Reliability) 可靠性是指个人或组织的一致性和可预见性。一个可靠的个人或组织能够按时完成承诺,保持一致的表现,从而建立起信任。

    1.9K20编辑于 2023-10-30
  • 来自专栏XINDOO的专栏

    DevOps和SRE

      之前总是把SRE和DevOps混为一谈,总觉得这两个是同一种东西在不同公司的叫法,知道前两天google又放出了《The Site Reliability Workbook》 ,书中对比了SRE和DevOps 在《Site Reliability Engineering》中Google的工程师也给出了答案 SRE is what happens when you ask a software engineer 说的形象一点,DevOps是一个Interface,SRE是实现这个interface的class,两者之间必然有异同,The Site Reliability Workbook 中给我们列出来一部分,

    93420发布于 2021-01-21
  • 来自专栏存储稳定性&数据一致性

    存储稳定性测试与数据一致性校验工具和系统

    testing, load testing, fault tolerance testing, and other evaluations to assess the performance and reliability consistency checking typically involves aspects such as data integrity, accuracy, consistency, and reliability

    92521编辑于 2023-10-20
  • 来自专栏生信菜鸟团

    GWAS数据没有提供eaf,如何是好……

    effect_allele.exposure" %in% names(dat)) { name_output <- unique(c(names(dat), "eaf.exposure","reliability.exposure ")) } else { name_output <- unique(c(names(dat), "eaf","reliability.exposure")) 1-queried_eaf) dat_i$eaf <- dat_i$eaf.exposure dat_i$reliability.exposure 1-queried_eaf) dat_i$eaf <- dat_i$eaf.exposure dat_i$reliability.exposure 1-short_allele_eaf) dat_i$eaf <- dat_i$eaf.exposure dat_i$reliability.exposure

    14.7K24编辑于 2023-09-09
  • 来自专栏sonarqube

    SonarQube各指标的定义及计算方法

    1、Reliability可靠性 图片 1.1 Reliability Rating 可靠性比率的计算方法 A = 0 Bug 最高等级A,表示代码无bug B = at least 1 Minor 图片 1.2 Reliability remediation effort 修复所有缺陷问题成本/耗时 1.3 Reliability remediation effort on new code 在新增代码上修复所有缺陷问题成本

    4.6K30编辑于 2023-02-28
  • 来自专栏TechBlog

    A Novel Proof-of-Reputation Consensus for Storage Allocation in Edge Blockchain Systems 精读笔记(一)

    The algorithm considers fairness, efficiency, and reliability which is derived from reputations. A reputation mechanism is an appropriate solution to the reliability of network participants [7]. Considering fairness, efficiency, and reliability, we propose a storage allocation algorithm. The reliability requirement is to store data in reliable nodes. We propose a storage allocation system that considers fairness, efficiency, and reliability.

    71820编辑于 2022-07-20
  • 来自专栏distributed cloud

    Tencent Edge Cloud Product-TEZ Core Differentiation Advantages

    Whether it is log data, monitoring data or business data, it can be easily stored.High reliability: Cloud disk uses a multi-copy storage mechanism to ensure high data reliability.

    24600编辑于 2025-04-25
领券