yum -y install httpd-tools
模拟10个并发(100个总请求)
ab -c 10 -n 100 url
ab -c 10 -n 100 -p 'post.txt' -T 'application/x-www-form-urlencoded' url
post.txt 请求体 request body
-T 请求头 request header