apache 基准测试后文件的正确格式是什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/287437/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 16:57:24  来源:igfitidea点击:

What's the proper format for an apache benchmark postfile?

apachebenchmarking

提问by will.bailey

What's the proper format for an apache benchmark postfile?

apache 基准测试后文件的正确格式是什么?

回答by will.bailey

nevermind I found the answer:

没关系,我找到了答案:

-p POST file A file containing data that the program will send to the Apache server in any HTTP POST requests. The contents of the file should look like name=value&something=other, with special characters URL encoded.

-p POST 文件 包含程序将在任何 HTTP POST 请求中发送到 Apache 服务器的数据的文件。文件的内容应该类似于 name=value&something=other,带有特殊字符 URL 编码。

http://httpd.apache.org/docs/2.4/programs/ab.html

http://httpd.apache.org/docs/2.4/programs/ab.html