nick il y a 7 ans
Parent
commit
d273916b2c
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      other.md

+ 8 - 0
other.md

@@ -230,5 +230,13 @@ source .zshrc #加载配置
 source demo.sh #运行 shell 脚本
 ```
 
+#### ab 命令
+
+```
+ab -c 100 -n 200 'url' #压力测试
+```
+
+补充:`c` 代表并发数量 `n` 代表请求数量
+