如何在 Windows 中运行 Apache 基准测试负载测试?
在域 www.example.com 上运行简单测试时应该遵循什么步骤?我在Windows环境下并安装了WAMP服务器2.1。
我实际上知道应该使用哪个命令(例如 ab -n 1 http://www.example.com/
),但不知道应该在哪里输入它。
what's the procedure I should follow to run a simple test on a domain www.example.com? I'm on Windows environment and have installed WAMP server 2.1.
I actually know which command I should use (Ex. ab -n 1 http://www.example.com/
) but don't know where I should type it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道 WampServer 的安装路径,所以我将向您展示如何在 WampDeveloper(我使用的)下执行此操作。
运行cmd.exe。
在里面...
要回答您的问题,您可以在命令行中键入它,并将其更改为 Apache 文件夹的 bin 文件夹,因为这是 ab.exe 所在的位置。如果此文件夹位置位于系统路径中,您也可以在任意位置键入它(无需更改 cmd.exe 中的路径)。
第一行更改驱动器号。然后是路径(又名工作目录)。第三个运行 ab.exe。
I don't know the path WampServer is installed to, so I'll just show you how I do it under WampDeveloper (which is what I use).
Run cmd.exe.
Inside...
To answer your question, you type it in the command line changed to the bin folder of your Apache folder since this is where ab.exe exists. If this folder location is in the system path, you can also just type it in anywhere (without changing paths in cmd.exe).
This 1st line changes the drive letter. Then second the path (aka working directory). The third runs ab.exe.
我确实同意,
PATH ENVIRONMENT
手动设置控制面板系统设置上的环境路径。
I do agree,
PATH ENVIRONMENT
setup manuallyPath to environment on control panel system settings.