Ab is a very good stress test tool of apache. When apache is installed, you can find ab under bin. We can simulate 100 concurrent users and send 1000 requests to a page.as follow: ./ab -n1000 -c100 http://mytest.com/a.html Where -n represents the number of requests and -c represents the number of concurrent Return results: […]
Category: Apache
he Apache HTTP Server, colloquially called Apache , is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation.
The vast majority of Apache HTTP Server instances run on a Linux distribution,but current versions also run on Microsoft Windows, OpenVMS,and a wide variety of Unix-like systems. Past versions also ran on NetWare, OS/2 and other operating systems,including ports to mainframes.