Notes
Search
⌃K
Notes
Search
⌃K
Introduce
Go
Grammar
System Library
Concurrency in Go
The Go Memory Model
Code Snippet
Rust
The Rust Programming Language
Rust by Example
JAVA
Preface
Grammar
Class Libraries
Concurrency
JVM
Web Container
Spring
Tuning
Computer Science
Computer Organization
Algorithm
Network Protocol
Operating System
Basic
System Initialization
Diagnostic Tools
CPU Diagnosis
Memory Diagnosis
Disk Diagnosis
Network Diagnosis
Monitor System
Design Patterns
Distributed System
database
InfluxDB
MySQL
Redis
Elasticsearch
HBase
Kafka
ZooKeeper
Reading
RocketMQ
演说之禅
So Good They Can't Ignore You
学会提问
Lecture
Other
v2ray
Kubernetes
Git
Maven
Anaconda And Conda
Fuck! Shit!
Open source contribution
Powered By
GitBook
Operating System
首先需要了解操作系统的基本原理:
基础
系统初始化
然后需要用到实践中去,比如常见的性能工具:
以及性能优化手段:
常用的
性能诊断工具
CPU
平均负载
CPU 上下文切换
CPU 使用率
。使用率过高的常见原因有:
上下文切换
iowait 过高
,表现为进程长时间处于 D 状态,或较多进程处于 D 状态
僵尸进程过多
软中断过多
CPU 优化思路
内存
Linux 内存的一些
基本原理
Buffer 与 Cache 的区别
缓存命中率
内存泄漏
Swap
优化思路
磁盘
文件系统
磁盘
优化思路
网络
监控系统
建设
Previous
HTTP/2 in Action
Next
Basic
Last modified
2yr ago