windows 是否有任何链接可以下载 Apache 基准测试

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4314827/
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-09 07:48:31  来源:igfitidea点击:

Is there any link to download ab Apache benchmark

windowsapache

提问by Monish Kumar

Can anyone please provide me the direct to download the Ab.exe Apache benchmark utility?

任何人都可以向我提供直接下载 Ab.exe Apache 基准实用程序的方法吗?

采纳答案by Gerrat

Just download Apache (www.apache.org). It comes with it (in ApacheX.X/bin)

只需下载 Apache (www.apache.org)。它随附(在 ApacheX.X/bin 中)

...Guessing (from one of your other questions) that you're using a Mac... there appear to be instructions here:
http://switch.richard5.net/isp-in-a-box-v2/installing-apache-on-mac-os-x/

...猜测(从您的其他问题之一)您使用的是 Mac ......这里似乎有说明:http:
//switch.richard5.net/isp-in-a-box-v2/installing -apache-on-mac-os-x/

(if not, I can probably help with a Windows installation, but in general, Google is your friend!)

(如果没有,我可能可以帮助安装 Windows,但总的来说,Google 是您的朋友!)

A list of mirrors for the windows binaries can be found here.

可以在此处找到 Windows 二进制文件的镜像列表。

There are some basic instructions here:
http://www.ricocheting.com/how-to-install-on-windows/apache

这里有一些基本说明:http:
//www.ricocheting.com/how-to-install-on-windows/apache

...basically, install it, and the ab.exe will be in the 'bin' subdirectory of the installation

...基本上,安装它,ab.exe 将在安装的 'bin' 子目录中

回答by Craig Andera

On Ubuntu, I can install ab without installing all of Apache via the apache2-utils package. So:

在 Ubuntu 上,我可以安装 ab,而无需通过 apache2-utils 包安装所有 Apache。所以:

sudo apt-get install apache2-utils

回答by Kevin Coulombe

TMB nailed it with the link to XAMMPin the following question : How to install apache bench on windows 7?

TMB在以下问题中通过XAMMP的链接将其固定下来:如何在 Windows 7 上安装 apache bench?

回答by citykid

For Windows Usersthere is no direct binary download.

对于Windows 用户,没有直接的二进制下载。

One has do install the Apache server via the msi setup package, grab ab.exe from the Program Files/Apachge Group/bin folder and uninstall Apache again.

一种是通过 msi 安装包安装 Apache 服务器,从 Program Files/Apachge Group/bin 文件夹中获取 ab.exe 并再次卸载 Apache。

link to the msi package I used was once here:

我使用的 msi 包的链接曾经在这里:

http://mirror2.klaus-uwe.me/apache//httpd/binaries/win32/httpd-2.0.65-win32-x86-no_ssl.msi

http://mirror2.klaus-uwe.me/apache//httpd/binaries/win32/httpd-2.0.65-win32-x86-no_ssl.msi

but this is 404 as of today.

但截至今天,这是 404。

http://mirror2.klaus-uwe.me/apache//httpd/binaries/win32/

http://mirror2.klaus-uwe.me/apache//httpd/binaries/win32/

might help.

可能有帮助。

回答by MarnixKlooster ReinstateMonica

Download the Apache MSI-package (https://httpd.apache.org/download.cgi-> Binaries for the version you want -> win32 directory -> httpd-...-win32-x86-no_ssl.msi), open this .msi file with 7-Zip, find ab.exe, select it, and copy it to wherever you want.

下载 Apache MSI 包(https://httpd.apache.org/download.cgi-> 所需版本的二进制文件 -> win32 目录 -> httpd-...-win32-x86-no_ssl.msi),打开这个带有7-Zip 的.msi 文件,找到 ab.exe,选择它,然后将它复制到任何你想要的地方。

I've just done that with http://.../httpd/binaries/win32/httpd-2.2.25-win32-x86-no_ssl.msi, and it works for me.

我刚刚用 完成了http://.../httpd/binaries/win32/httpd-2.2.25-win32-x86-no_ssl.msi,它对我有用。