From d273916b2c91a97c8aa8ad05ebfa613fa634035e Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 22 May 2018 08:51:33 +0800 Subject: [PATCH] update --- other.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/other.md b/other.md index 8487723..faf6e53 100644 --- a/other.md +++ b/other.md @@ -230,5 +230,13 @@ source .zshrc #加载配置 source demo.sh #运行 shell 脚本 ``` +#### ab 命令 + +``` +ab -c 100 -n 200 'url' #压力测试 +``` + +补充:`c` 代表并发数量 `n` 代表请求数量 +