ПРОЕКТЫ 


  АРХИВ 


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: В $upstream response time показывается timestamp (1.1.14)


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: В $upstream response time показывается timestamp (1.1.14)
  • From: Валентин Бартенев <ne@xxxxxxxx>
  • Date: Wed, 15 Feb 2012 12:33:39 +0400
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=vbart.ru; s=mail; h=Message-Id:Content-Transfer-Encoding:Content-Type:MIME-Version:In-Reply-To:References:Date:Subject:To:From; bh=SMJ6Z1Pd5UFjsnq2b5Fazwq2gdAfSx+fVVQCwiXHFk0=; b=icijfaRchMMt+aUYIEVLaPXWLmBOl+yxWsBoMUuOT1zLbDd2hQc6yYI7gCfl2AM4UNP9B/7ZIr1WH2Ezg4t6eKxoRG1r8aTVJMZnICwTLrcb/dFnwBkSrzOLPVjaqv/0rgToQd8k5BQkQ3XXykKJXnTJLB2zU15fOlalGf4UrtSafCdubrmXJDjUinlyhAQkCXohi/BsmzxuSI4iYQKSjEltr1+hVHs4Ft1npTPoBc4wVdOD4Ojg2NI8c3bUnEQUjLk8N9rAXIduWuBwQm7kyT+JF4uXA3Sv8ONton5ePqVMjVlgc9NltATGY/09svalmKf3a+9yYlF96Yf5rt6pUg==;
  • In-reply-to: <2a26a33408cbdc0183e6fce3f531a27a.NginxMailingListRussian@forum.nginx.org>
  • References: <2a26a33408cbdc0183e6fce3f531a27a.NginxMailingListRussian@forum.nginx.org>

On Wednesday 15 February 2012 12:27:54 A_HREF wrote:
> Проксирую запросы к бэкенду (2 х IIS+ASP.NET)
> через Nginx.
> 
> location / {
>       proxy_pass  http://backend;
>       proxy_cache off;
>       proxy_set_header        Host            $host;
>       proxy_set_header        X-Real-IP       $remote_addr;
>       proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
>       add_header              X-Time          $upstream_response_time;
> }
> 
> Так вот, в X-Time показывается что-то типа
> X-Time        1329323249.014
> 
> 
> nginx version: nginx/1.1.14
> built by gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
> configure arguments: --without-http_autoindex_module
> --without-http_ssi_module --without-http_userid_module
> --without-http_auth_basic_module --without-http_geo_module
> --without-http_fastcgi_module --without-http_empty_gif_module
> --with-openssl=/lib64 --with-http_stub_status_module
> 

А проблема в чем заключается?

http://nginx.org/ru/docs/http/ngx_http_upstream_module.html#variables
"$upstream_response_time - хранит времена ответов серверов в секундах с 
точностью 
до миллисекунд. Несколько ответов также разделяются запятыми и двоеточиями."

Вы ожидали какой-то другой формат?

--
Валентин Бартенев
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.