ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nginx + php-cgi + странн о...



On Thu, May 22, 2008 at 04:56:05PM +0300, Vladimir wrote:

> Добрый день! Возникла странность при тестировании производительности 
> nginx+fast cgi. Есть скрипт:
> $cat /usr/local/www/nginx/string.php
> <?php
> print "1234567890123456";
> ?>
> 
> И nginx,
> 
> 1).
> ...
> location ~ \.php$ {
>   root           /usr/local/www/nginx;
>   fastcgi_pass   127.0.0.1:8888;
>   fastcgi_param  SCRIPT_FILENAME  $request_filename$fastcgi_script_name;
> }
> ...
> ab -c 500 -n 2000 'http://77.xx.xx.xx/string.php'
> ...
> Requests per second:    929.23 [#/sec] (mean)
> Time per request:       538.081 [ms] (mean)
> ...
> 
> 2).
> ...
> location ~ \.php$ {
>   fastcgi_pass   127.0.0.1:8888;
>   fastcgi_param  SCRIPT_FILENAME  /usr/local/www/nginx$fastcgi_script_name;
> }
> ...
> ab -c 500 -n 2000 'http://77.xx.xx.xx/string.php'
> ...
> Requests per second:    2996.59 [#/sec] (mean)
> Time per request:       166.857 [ms] (mean)
> ...
> 
> 
> Почему во 2м случае почти в 3 раза больше запросов?

В первом случае SCRIPT_FILENAME равен

/usr/local/www/nginx/string.php/string.php

во втором:

/usr/local/www/nginx/string.php

Почему больше запросов - не знаю.


-- 
Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.