ab 压力测试

1
ab -n 10000 -c 1000 http://localhost:8888/test

Centos

1
yum -y install httpd-tools

Ubuntu

MAC

1
2
3
httpd -v
sudo apachectl stop
sudo apachectl restart

Win

download

1
2
# 解压并在当前目录运行下面的命令
httpd -k install