2015.10.4
4 minutes Apache comes with AB pressure test tool using:
win8.1 wampserver2.5-apache-2.4.9-mysql-5.6.17-php5.5.12-64b
can refer to part of the explanation there is a diagram, I just open the cmd window, into the Apache installation directory (AB is usually Apache comes with test tools, so you can execute the command that needs to be tested), my F:\wamp\bin\apach\apache2.4.9\ Bin directory: Two modes of execution,
1. Enter the above mentioned directory and execute the following commands, such as. \ab-n5000-c500 Http://localhost/project/admin/myinfors/select_infor_form
2. Execute a command with a path after entering a partial directory, such as entering the F:\wamp\bin\apach directory and executing the command:. \apache2.4.9\bin\ab-n5000-c500 http://localhost/project/admin /myinfors/select_infor_form
See the recommended blog post below for specific parameters. I'm testing the local site.
Recommended Blog Http://www.tuicool.com/articles/EBFryq
4 minutes Apache comes with AB pressure test tool for use: 2015.10.4