-c -n等参数就不解释了
ab -c 100 -n 500 -p 文件 -T 'application/x-www-form-urlencoded' http://localhost/index.php
ab -c 100 -n 500 -p post -T 'application/x-www-form-urlencoded' http://localhost/index.php
post 文件内容:
openid=oFlR8t45JXQ34NgwTEvN5BIw_Oas&age=99
网友评论