- From: Martin Nilsson <nilsson@opera.com>
- Date: Thu, 21 Feb 2013 14:40:17 +0100
- To: ietf-http-wg@w3.org
On Thu, 21 Feb 2013 07:12:56 +0100, Mark Nottingham <mnot@mnot.net> wrote:
> So, I decided to explore this a bit more.
>
> I have a list of about 760,000 IP addresses running Web servers, so I
> put together a quick script to see how they reacted to various magic
> strings.
>
> For the source, see:
> https://github.com/http2/http2-probe
>
I did something similar yesterday using 35,000 unique domains accessed by
mobile clients. Sending "slow\r\n\r\n" I got
CLOSED : 3038 (8.7%)
NON_HTTP : 20650 (59.3%)
STATUS : 10092 (29.0%)
SUCCESS? : 1061 (3.0%)
Where CLOSED us closing without sending any data, NON_HTTP is a response
without HTTP headers, STATUS is a HTTP error response and SUCCESS? is a
HTTP 200 response. I recorded the time for all the requests and got this
for the requests that were closed without any data returned.
Close response times
0 : 1740 57.3% 57.3%
1 : 275 9.1% 66.3%
2 : 28 0.9% 67.2%
3 : 10 0.3% 67.6%
4 : 2 0.1% 67.6%
5 : 57 1.9% 69.5%
6 : 6 0.2% 69.7%
7 : 8 0.3% 70.0%
8 : 6 0.2% 70.2%
9 : 6 0.2% 70.4%
10 : 82 2.7% 73.1%
20 : 112 3.7% 76.8%
30 : 76 2.5% 79.3%
40 : 13 0.4% 79.7%
50 : 162 5.3% 85.0%
60 : 415 13.7% 98.7%
70 : 4 0.1% 98.8%
90 : 21 0.7% 99.5%
100 : 13 0.4% 99.9%
110 : 2 0.1% 100.0%
/Martin Nilsson
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
Received on Thursday, 21 February 2013 13:40:54 UTC