一共一百次请求,每次10个
ab -c 10 -n 100 -H "auth:token" http://..../
先用10个并发压测100秒。
ab -t 100 -c 10 'http://localhost:8083/xxxx?uid=1233435&did=123456789&appId=1'
post 方式
- .\ab.exe -c 1 -n 1 -p post.txt -T application/x-www-form-urlencoded -w http://localhost:8080/ > 11.html
name=1212&pass=12