Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apachebench installation on windows 10

Tags:

apachebench

Good evening.

can anyone help me to get installation file for Apache bench software for windows 10 - 64 bit for API testing ? I am confused about which file can be downloaded from google as there are lot of links are exist.

I am very much new to this tool. So, please provide me some user guide as well if available about how to use this software.

Best Regards, Govind

like image 294
Govindarajan Gopu Avatar asked Apr 18 '18 07:04

Govindarajan Gopu


People also ask

What is ApacheBench command line utility?

ApacheBench ( ab is the real program file name) is a single-threaded command line computer program used for benchmarking (measuring the performance of) HTTP web servers.


1 Answers

You will need to install Apache HTTP Server following this link

https://httpd.apache.org/docs/2.4/platform/win_compiling.html

Make sure you use the version 2.4 for compatibility. Then you will find the Benchmark in

.\apache\bin\ab.exe

The recommended installation in Windows is to use Xampp or similar software, but that is the raw Apache HTTP Server installation

like image 194
David Rivas Avatar answered Oct 10 '22 12:10

David Rivas