Weird difference between nginx and apache...
Robert Gabriel
lists at ruby-forum.com
Sun Nov 23 14:35:14 MSK 2008
Arvind Jayaprakash wrote:
> Robert Gabriel wrote:
>> HTTP/1.1 200 OK
>> [root at srv1 ~]# ab -n 1000 -c 200 -k srv1.viperhost.net:8080/img.png
>> Total transferred: 1757049 bytes
>> HTML transferred: 1463000 bytes
>> [root at srv1 ~]# ab -n 1000 -c 200 -k srv1.viperhost.net/img.png
>> Total transferred: 1697000 bytes
>> HTML transferred: 1463000 bytes
>>
>
> As you can see, the *HTML transferred* matches exactly in both cases, so
> you know that there is no problem with the data being returned.
> HTML = size of the body alone i.e. the image
> Total = header + body
OK thanks, it was kind of obvious, but didnt see it.
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list