《SRE實戰(影印版)》是2019年東南大學出版社出版的圖書,作者是納特·韋爾奇。
基本介紹
- 中文名:SRE實戰(影印版)
- 作者:納特·韋爾奇
- 出版社:東南大學出版社
- 出版時間:2019年3月1日
- ISBN:9787564182939
內容簡介,圖書目錄,
內容簡介
《SRE實戰(影印版 英文版)》是軟體開發人員在網站災難性故障中的生存指南。隨著企業力求實現正常運行時間的大化,站點可靠性工程(Site Reli ability Engineering,SRE)首當其衝。當你的站點出現問題,修復故障已經迫在眉睫的時候,《SRE實戰(影印版 英文版)》可以作為一個手把手的操作指南。
Nat Welch在可靠性工程方面豐富的實戰經驗源自於某些對於系統中斷事件極為敏感的網際網路大公司。他用於監控現代Web服務、設定警報和評估事件回響的方法都經過了實踐的考驗,學會這些必將助你一臂之力。
《SRE實戰(影印版 英文版)》可不僅僅是教你如何應對災難,它還為你揭示了安全測試和發布軟體所需的工具和策略、長期增長計畫以及預見未來的瓶頸。通過《SRE實戰(影印版 英文版)》,你將學會如何制定自己的強健行動計畫,以便在全公司的網站危機中凸顯你的價值。
圖書目錄
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