Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any link to download ab Apache benchmark

Tags:

windows

apache

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

like image 977
Monish Kumar Avatar asked Nov 30 '10 14:11

Monish Kumar


3 Answers

Just download Apache (www.apache.org). It comes with it (in 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/

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

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

There are some basic instructions here:
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

like image 74
Gerrat Avatar answered Sep 20 '22 02:09

Gerrat


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

sudo apt-get install apache2-utils
like image 31
Craig Andera Avatar answered Sep 23 '22 02:09

Craig Andera


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

like image 21
Kevin Coulombe Avatar answered Sep 22 '22 02:09

Kevin Coulombe