From: Dave Hansen <haveblue@us.ibm.com>
To: niv@us.ibm.com
Cc: netdev@oss.sgi.com
Subject: Send-Q not being emptied
Date: Sat, 04 Jan 2003 07:51:14 -0800 [thread overview]
Message-ID: <3E1702F2.9000105@us.ibm.com> (raw)
I'm seeing some strange behavior running Specweb99 with
2.4.19-64GB-SMP on the clients, and 2.5.50 on the server. I'm using
Apache/2.0.43. The load is fairly low, ~1000 (this is an 8-way P4).
The client program is sitting blocked on a socket read(). It's
netstat entry looks like this (I clipped off the PID/Program part):
Recv-Q Send-Q Local Address Foreign Address State
0 0 192.168.1.100:35486 192.168.1.1:80 ESTABLISHED
The server side's netstat (httpd):
0 120184 192.168.1.1:80 192.168.1.100:35486 ESTABLISHED
It will stay like this for several minutes at a time, until the
Specweb99 client program usually times out complaining with something
like this:
Sat Jan 4 10:05:28 2003 HTTPGetReply: got 272144, expected 614400
But, this doesn't always happen to the client, and sometimes it will
stay blocking on that socket read() forever. This keeps me from
getting any completed benchmark runs because there are always 1 or two
of these stragglers.
Why isn't the client's read ever completing, even if the server has
data in its send queue? I'm sure that the cable is plugged in :)
--
Dave Hansen
haveblue@us.ibm.com
next reply other threads:[~2003-01-04 15:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-04 15:51 Dave Hansen [this message]
2003-01-05 1:10 ` Send-Q not being emptied Nivedita Singhvi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E1702F2.9000105@us.ibm.com \
--to=haveblue@us.ibm.com \
--cc=netdev@oss.sgi.com \
--cc=niv@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).