使用 apache bench(ab)进行压力测试
安装
-
centos安装apache bench
sudo yum install httpd-tools
-
ubuntu 安装 apache bench
sudo apt-get install apache2-utils
进行测试
运行ab进行 压力测试 ,如 1000 个请求 100并发进行测试
``` bash
ab -n 1000 -c 100 http://localhost:6200/api/values
```
centos安装apache bench
sudo yum install httpd-tools
ubuntu 安装 apache bench
sudo apt-get install apache2-utils
运行ab进行 压力测试 ,如 1000 个请求 100并发进行测试
``` bash
ab -n 1000 -c 100 http://localhost:6200/api/values
```
本文标题:使用 apache bench(ab)进行压力测试
本文链接:https://www.haomeiwen.com/subject/gtycjqtx.html
网友评论