Log In | Register | March 28, 2024

Share
 

Linux - July 29, 2011

GNU/Linux Apache HTTP Server Benchmarking Tool

Using the ab utility you are able to test your current version of apache and how well it performs to multiple requests for even a set amount of time.

It’s not hard at all to use this utility. All you need to do is the following:
ab –n 100 –c 10 http://domain_to_test_with_ab.com/index.php

What we’re doing above is sending 100 requests to the index.php file of that domain in increments of 10. This means that site will receive 10 new requests at a single time until 100 total requests has been reached.

There are a variety of other flags you can use alongside –n and –c, and you can get a full list by using:
man ab

Let me know if you have any questions below.

Post By: | FavoriteLoadingAdd to favorites

3 Comments

BelvoirCastle
Sunday, August 7, 2011

Hell yea, i want scribble something partiality this bound didnt have time, may i repost this GNU/Linux Apache HTTP Server Benchmarking Tool | DevBlog.co

Frank Perez
Sunday, August 7, 2011

Yes, go for it. Just make sure to give DevBlog.co credit.

94Woodrow
Thursday, August 10, 2017

Hi blogger, i must say you have very interesting articles here.
Your page can go viral. You need initial traffic only.
How to get it? Search for: Mertiso’s tips go viral

Leave a Comment



Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register