Skip to content

Commit ab731ae

Browse files
authored
Update performance-test.md
更新性能测试入门章节的错误描述
1 parent ce0e1cf commit ab731ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/high-availability/performance-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ category: 高可用
9191
理清他们的概念,就很容易搞清楚他们之间的关系了。
9292

9393
- **QPS(TPS)** = 并发数/平均响应时间
94-
- **并发数** = QPS\平均响应时间
94+
- **并发数** = QPS*平均响应时间
9595

9696
书中是这样描述 QPS 和 TPS 的区别的。
9797

@@ -113,7 +113,7 @@ category: 高可用
113113

114114
对被测试的系统继续加大请求压力,直到服务器的某个资源已经达到饱和了,比如系统的缓存已经不够用了或者系统的响应时间已经不满足要求了。
115115

116-
负载测试说白点就是测试系统的上线
116+
负载测试说白点就是测试系统的上限
117117

118118
### 压力测试
119119

@@ -152,4 +152,4 @@ category: 高可用
152152
3. 系统是否存在死锁的地方?
153153
4. 系统是否存在内存泄漏?(Java 的自动回收内存虽然很方便,但是,有时候代码写的不好真的会造成内存泄漏)
154154
5. 数据库索引使用是否合理?
155-
6. ......
155+
6. ......

0 commit comments

Comments
 (0)