ApacheBench – utility for checking server load

A quick overview of ApacheBench, a utility for checking server load.

Installed by default on Mac OS and Linux.

Run only for your own servers. Otherwise, it can be regarded as a DDoS attack with all the ensuing consequences.

Check the processing of 100 requests, 10 requests at a time:

ab -n one hundred -c ten https://your website/

At the end of the site address, a slash is required.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *