如何在 Apache Benchmark 中传递多个 header
How to pass multiple header in Apache Benchmark
我需要在 Apache benchmark
中传递多个 header。
我在 SO 上搜索过,也用谷歌搜索过,但到目前为止没有成功。
ab -n200 -c100 -H 'clientId:test-client;token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b' http://127.0.0.1/oauth2/user/client/
ab -n200 -c100 -H "clientId:test-client"-H "token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b" -v 2 http://127.0.0.1/oauth2/user/client/
-v
显示请求头
我需要在 Apache benchmark
中传递多个 header。
我在 SO 上搜索过,也用谷歌搜索过,但到目前为止没有成功。
ab -n200 -c100 -H 'clientId:test-client;token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b' http://127.0.0.1/oauth2/user/client/
ab -n200 -c100 -H "clientId:test-client"-H "token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b" -v 2 http://127.0.0.1/oauth2/user/client/
-v
显示请求头