ich stehe seit einer weile vor einem merkwürdigem Problem.
Ein Server auf dem Debian Squeeze (Kernel 2.6.32-5-amd64) installiert ist, zeigt bei einem normalen HTTP-Request eine sehr lange Zeit.
zB. mit
Code: Alles auswählen
curl -ISv http://www.google.de/
Ein Ping auf irgendeine Seite (heise.de google.de chip.de) zeigt bei allen immer ein Durchschnitt von 22ms. Schwankungen sind keine zu sehen im Pingverhalten.
Sonst sind auch keine Einbrüche bei Verbindungen oder den laufenden Services zu sehen.
curl Aufruf:
Code: Alles auswählen
* About to connect() to www.google.de port 80 (#0)
* Trying 209.85.148.106... connected
* Connected to www.google.de (209.85.148.106) port 80 (#0)
> HEAD / HTTP/1.1
> User-Agent: curl/7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: www.google.de
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Tue, 09 Aug 2011 08:06:21 GMT
Date: Tue, 09 Aug 2011 08:06:21 GMT
< Expires: -1
Expires: -1
< Cache-Control: private, max-age=0
Cache-Control: private, max-age=0
< Content-Type: text/html; charset=ISO-8859-1
Content-Type: text/html; charset=ISO-8859-1
< Set-Cookie: PREF=ID=2d5510928b113d3d:FF=0:TM=1312877181:LM=1312877181:S=lnuyePT9J4gWDLnf; expires=Thu, 08-Aug-2013 08:06:21 GMT; path=/; domain=.google.de
Set-Cookie: PREF=ID=2d5510928b113d3d:FF=0:TM=1312877181:LM=1312877181:S=lnuyePT9J4gWDLnf; expires=Thu, 08-Aug-2013 08:06:21 GMT; path=/; domain=.google.de
< Set-Cookie: NID=49=MRSwWbclnpzFSBXZnjosO9cSI2mMNe3eOT6ssOOcvRdE0tlvAqcvkuwxN6QEQhdBoN5ersJhTCv0xpLil8rXriJNVZenXUfzTZVv01LyHYYp5Eq1yFvNZ2n1x5QIpjx-; expires=Wed, 08-Feb-2012 08:06:21 GMT; path=/; domain=.google.de; HttpOnly
Set-Cookie: NID=49=MRSwWbclnpzFSBXZnjosO9cSI2mMNe3eOT6ssOOcvRdE0tlvAqcvkuwxN6QEQhdBoN5ersJhTCv0xpLil8rXriJNVZenXUfzTZVv01LyHYYp5Eq1yFvNZ2n1x5QIpjx-; expires=Wed, 08-Feb-2012 08:06:21 GMT; path=/; domain=.google.de; HttpOnly
< Server: gws
Server: gws
< X-XSS-Protection: 1; mode=block
X-XSS-Protection: 1; mode=block
< Transfer-Encoding: chunked
Transfer-Encoding: chunked
<
* Connection #0 to host www.google.de left intact
* Closing connection #0
MfG