Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to install apache bench on windows, can someone tell me which MSI to get?

I did install some MSI but it seems to have installed apache http server.

I just need to run apache bench, as I am testing an IIS asp.net application.

share|improve this question
3  
seems like a question for server fault – bryanmac Sep 7 '11 at 1:48
The bounty prevents it from being closed and transferred to Server Fault. – Steve Sep 8 '11 at 23:31
1  
Is there anything else you need to know to award the bounty? – TMB Sep 17 '11 at 1:18

3 Answers

up vote 49 down vote accepted
+125

It sounds like you don't want to install Apache, but you do want Apache Bench. May I recommend XAMPP? Download the zip or 7zip versions (much larger download than regular Apache but you won't have to install). Unzip the download.

This is where what I would recommend, and where you currently are converge. Since you already have Apache installed you should already have Apache Bench.

You will find it under

.\apache\bin\ab.exe

in the zip file, if that is what you downloaded, it will be under

.\xampp\apache\bin\ab.exe
share|improve this answer
I don't have apache already installed, I just want to run ab w/o having to install apache, is this possible? I'm not using apache web server. – Blankman Sep 25 '11 at 23:04
My answer specifically addresses that. – TMB Sep 26 '11 at 0:29
1  
@Blankman would you be kind enough to take a look at the faq – TMB Sep 26 '11 at 0:39

Here's some documentation on Using Apache HTTP Server on Microsoft Windows.

The Apache Bench is often called and refered to as ab.

Your Windows installation of Apache should contain a ab.exe and abs.exe file.

That'd be what you're looking for.

share|improve this answer
I believe there is a way to install ab w/o having to install apache no? – Blankman Sep 10 '11 at 18:54
well, I'm no expert on Apache Bench, but it probably depends on many stuff that comes with Apache's installation. It's probably possible to get Apache Bench working without installing the Apache executable, but you'd still need many things from that installation to get it up and working. I don't see it in its own bundle/package and that's probably no accident. – c00kiemon5ter Sep 12 '11 at 16:39

ab is an independent file, runs without apache http. so install apache http, copy ab from bin folder and uninstall http server.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.