Go to file
ZhiQiang Fan bad95ca2bc Disable reverse dns lookup
The BaseHTTPServer will do a reverse dns lookup when log message, which
will cause 10 seconds latency in some network environment. This will
significantly slow down the api request when wsgiref.simple_server is
used.

This patch creates a class, which inherits from
simple_server.WSGIRequestHandler but overrides address_string method,
and passes it to handler_class param of simple_server.make_server.

Change-Id: Ia38c7719ed700ab5867dcc4bcf3700bff282a907
Closes-Bug: #1291229
2014-04-23 10:18:19 +08:00
2014-04-14 11:56:56 +02:00
2014-04-23 10:18:19 +08:00
2014-04-18 13:26:59 +00:00
2014-04-14 11:56:56 +02:00
2014-01-27 14:40:35 +01:00
2012-11-11 19:13:08 +00:00
2013-11-13 15:32:31 +01:00
2013-05-11 12:44:54 -04:00
2013-03-15 14:25:48 +00:00
2013-07-14 21:09:38 +02:00
2012-12-05 10:22:43 +01:00
2014-02-10 15:30:25 +02:00
2013-09-19 11:42:10 +02:00
2014-04-18 13:26:59 +00:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer

Description
OpenStack Telemetry (Ceilometer)
Readme 110 MiB
Languages
Python 98.7%
Shell 1.3%