SRE實(shí)戰(zhàn)(影印版 英文版)
定 價:96 元
- 作者:[美] 納特·韋爾奇 著
- 出版時間:2019/3/1
- ISBN:9787564182939
- 出 版 社:東南大學(xué)出版社
- 中圖法分類:TP393.092
- 頁碼:323
- 紙張:膠版紙
- 版次:1
- 開本:16開
《SRE實(shí)戰(zhàn)(影印版 英文版)》是軟件開發(fā)人員在網(wǎng)站災(zāi)難性故障中的生存指南。隨著企業(yè)力求實(shí)現(xiàn)正常運(yùn)行時間的大化,站點(diǎn)可靠性工程(Site Reli ability Engineering,SRE)首當(dāng)其沖。當(dāng)你的站點(diǎn)出現(xiàn)問題,修復(fù)故障已經(jīng)迫在眉睫的時候,《SRE實(shí)戰(zhàn)(影印版 英文版)》可以作為一個手把手的操作指南。
Nat Welch在可靠性工程方面豐富的實(shí)戰(zhàn)經(jīng)驗(yàn)源自于某些對于系統(tǒng)中斷事件極為敏感的互聯(lián)網(wǎng)大公司。他用于監(jiān)控現(xiàn)代Web服務(wù)、設(shè)置警報和評估事件響應(yīng)的方法都經(jīng)過了實(shí)踐的考驗(yàn),學(xué)會這些必將助你一臂之力。
《SRE實(shí)戰(zhàn)(影印版 英文版)》可不僅僅是教你如何應(yīng)對災(zāi)難,它還為你揭示了安全測試和發(fā)布軟件所需的工具和策略、長期增長計(jì)劃以及預(yù)見未來的瓶頸。通過《SRE實(shí)戰(zhàn)(影印版 英文版)》,你將學(xué)會如何制定自己的強(qiáng)健行動計(jì)劃,以便在全公司的網(wǎng)站危機(jī)中凸顯你的價值。
Preface
Chapter 1: Introduction
A brief history
What is SRE?
What is in the book?
SRE as a framework for new projects
Summary
References
Chapter 2: Monitoring
Why monitoring?
Instrumenting an application
What should we measure?
A short introduction to SLIs, SLOs, and error budgets
Service levels
Error budgets
Collecting and saving monitoring data
Polling applications
Nagios
Prometheus
Cacti
Sensu
Push applications
StatsD
Telegraf
ELK
Displaying monitoring information
Arbitrary queries
Graphs
Dashboards
Chatbots
Managing and maintaining monitoring data
Communicating about monitoring
Do they even know there is monitoring?
References and related reading
Future reading
Summary
Chapter 3: Incident Response
What is an incident?
What is incident response?
Alerting
When do you alert?
How do you alert?
Alerting services
What is in an alert?
Who do you alert?
Being on call
Communication
Incident Command System (ICS)
Where do you communicate?
Recovering the system
Calling all clear
Summary
Chapter 4: Postmortems
What is a postmortem?
Why write a postmortem?
When to write a postmortem document
Carrying out incident analysis
How to write a postmortem document
Summary
Impact
Timeline
Root cause
Action items
Postmortems without action items
Appendix
Blameless postmortems
Holding a postmortem meeting
Analyzing past postmortems
MTFR and MTBF
Alert fatigue
Discussing past outages
Summary
References
Chapter 5: Testing_and Releasing_
Testing
What do you test?
Testing code
Testing infrastructure
Testing processes
Releasing
When to release
Releasing to production
Validating your release
Rollbacks
Automation
Continuous everything
Summary
Chapter 6: Capacity Planning
A quick introduction to business finance
Why plan?
Managing risk and managing expectations
Defining a plan
What is our current capacity?
When are we going to run out of capacity?
How should we change our capacity?
State and concurrency
Is your service limited by another service?
Scaling for events
Unpredictable growth-user-generated content
Preplanned versus autoscaling
Delivering
Execute the plan
Architecture——where performance changes come from
Tech as a profit center and procurement
Summary
Chapter 7: Building Tools
Finding projects
Defining projects
RDD
Example
Design documents
Planning projects
Example
Retrospectives and standups
Allocation
Building projects
Advice for writing code
Separation of concerns
Long-term work
Example OKRs
Notebooks
Documenting and maintaining projects
Summary
Chapter 8: User Experience
An introduction to design and UX
Real-world interaction design
User testing
Picking an experience
Designing the test
Finding people to test
Developer experience
Experience of tools
Performance budgets
Security
Authentication
Authorization
Risk profile
Phishing
ACM code of ethics
Summary
References
Chapter 9: Networking Foundations
The internet
Sending an HTTP request
DNS
dig
Ethernet and TCP/IP
Ethernet
IP
CIDR notation
ICMP
UDP
TCP
HTTP
curl and wget
Tools for watching the network
netstat
nc
tcpdump
Summary
Chapter 10: Linux and Cloud Foundations
Linux fundamentals
Everything is a file
Files, directories, and inodes
Sockets
Devices
/proc
Filesystem layout
What is a process?
Zombies
Orphans
What is nice?
syscalls
How to trace
Watching processes
Build your own
Cloud fundamentals
VMs
Containers
Load balancing
Autoscaling
Storage
Queues and Pub/Sub
Units of scale
Example architecture interview
Summary
References
Other Books You May Enjoy
Index