ab -n 1 -c 1 -p 'post.txt' -T 'application/x-www-form-urlencode' 'http://www.baidu.com/hmt?_t=i'
-n 表示并发数
-c 表示总数量
-p 表示post, 一般会带-T 表示post的内容, 如果无效可以使用绝对路径
最后是目标地址
住:实际使用中,好像只能使用多核中的单CPU发送请求,多核CPU利用有点问题,导致多核测试数据不准确,
待下次使用证实
ab -n 1 -c 1 -p 'post.txt' -T 'application/x-www-form-urlencode' 'http://www.baidu.com/hmt?_t=i'
-n 表示并发数
-c 表示总数量
-p 表示post, 一般会带-T 表示post的内容, 如果无效可以使用绝对路径
最后是目标地址
住:实际使用中,好像只能使用多核中的单CPU发送请求,多核CPU利用有点问题,导致多核测试数据不准确,
待下次使用证实