- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p {"www":1,"qq":"2ss"}
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘{"www":1,"qq":"2ss"}’
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "{"www":1,"qq":"2ss"}"
-
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p www=123&q=321
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘www=123&q=321’
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "www=123&q=321"
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "start":{"100"}, "hobby":{"xxxx"}
-
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘www=123’
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "www=123"
- webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p www=123
复制代码
以上-p参数的值都设置不成功,请问高手能告诉我怎么设置post的参数吗?
https://github.com/maintell/webBenchmark |