Welcome! Log In Create A New Profile

Advanced

Re: what's the best way to stress test the performance of a nginx website?

zepolen
June 27, 2009 09:50AM
On Fri, Jun 26, 2009 at 5:06 PM, Ilan Berkner<iberkner@gmail.com> wrote:
> I haven't done stress testing in a long time... so I'm not sure what the
> best tools are, specifically for our nginx site

Rarely will nginx itself be the bottleneck. For example:

ab testing serving a single image will probably show anywhere from
10,000 - 20,000 req/s, that is because is because after the first
access, it will be in ram and can be served fast and efficiently from
there on. However in a real production environment, where you might be
serving thousands of _different_ files - when the os file cache (in
ram) fills up, those 10,000req/s will become about 300req/s, and in a
worst case scenario (where every request is an os cache miss), it
becomes entirely disk seek bound (which is why SSD hard disk are great
for this sort of job).
Subject Author Posted

what's the best way to stress test the performance of a nginx website?

iberkner June 26, 2009 10:06AM

Re: what's the best way to stress test the performance of a nginx website?

meto June 26, 2009 07:00PM

Re: what's the best way to stress test the performance of a nginx website?

J June 26, 2009 07:18PM

Re: what's the best way to stress test the performance of a nginx website?

jasiu85 June 26, 2009 07:29PM

Re: what's the best way to stress test the performance of a nginx website?

merlin corey June 27, 2009 04:09AM

Re: what's the best way to stress test the performance of a nginx website?

zepolen June 27, 2009 09:50AM

Re: what's the best way to stress test the performance of a nginx website?

iberkner June 27, 2009 07:21PM

Re: what's the best way to stress test the performance of a nginx website?

miradev June 30, 2009 11:58AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 198
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready