Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Нагрузочное тестирование и cpu affinity
а ничего я не путаю что конфиг должен выглядеть как
worker_cpu_affinity 000000000001 000000000010 000000000100 000000001000
000000010000 000000100000 000001000000 000010000000 000100000000 001000000000
010000000000 100000000000;
On 31.08.2012 11:04, DSmirnov wrote:
> Конфиг:
>
> worker_processes 12;
>
>
> worker_cpu_affinity 000001 000010 000100 001000 010000 000111 000011 000101
> 001001 000110 010010 010001;
>
> worker_priority -5;
>
>
> worker_rlimit_nofile 65535;
>
>
> timer_resolution 100ms;
>
>
> events {
>
>
> use epoll;
>
>
> worker_connections 16384;
>
>
> accept_mutex off;
>
>
> }
>
> Результат - http://picfree.org/di-AXLM.png
>
> Конфиг ( без аффинити ):
>
> worker_processes 12;
>
>
> worker_priority -5;
>
>
> worker_rlimit_nofile 65535;
>
>
> timer_resolution 100ms;
>
>
> events {
>
>
> use epoll;
>
>
> worker_connections 16384;
>
>
> accept_mutex off;
>
>
> }
>
> Результат - http://picfree.org/di-UF6Q.png
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,230327,230365#msg-230365
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|