vps交流

[疑问] 请教各位剑皇大佬,webBenchmark怎么设置post ?我试都不行


  1. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p {"www":1,"qq":"2ss"}
  2. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘{"www":1,"qq":"2ss"}’
  3. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "{"www":1,"qq":"2ss"}"
  4. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p www=123&q=321
  5. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘www=123&q=321’
  6. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "www=123&q=321"
  7. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "start":{"100"}, "hobby":{"xxxx"}
  8. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p ‘www=123’
  9. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p "www=123"
  10. webBenchmark_x64.exe -c 5 -s http://127.0.0.2/post.php -p www=123

复制代码

以上-p参数的值都设置不成功,请问高手能告诉我怎么设置post的参数吗?

https://github.com/maintell/webBenchmark