Answer the question
In order to leave comments, you need to log in
How many requests per second does your Nginx (ApacheBench) process?
I'm wondering, has anyone tested their server for the maximum number of requests that nginx can handle?
I tested my site ( the domain was replaced with a fake one ):
using the http protocol, the contents of the php file:
<?php $domain = $_SERVER['SERVER_NAME']; $ip = gethostbyname($domain); echo $ip; ?>
ab -n 100 -c 10 http://mysite.com/index.php
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question