nick %!s(int64=7) %!d(string=hai) anos
pai
achega
d273916b2c
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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` 代表请求数量
+