From: Nivedita Singhvi <niv@us.ibm.com>
To: Ian Nelson <ian@latis.com>
Cc: netdev@oss.sgi.com
Subject: Re: Stupid netstat question
Date: Mon, 21 Oct 2002 14:16:33 -0700 [thread overview]
Message-ID: <3DB46EB1.69B820FE@us.ibm.com> (raw)
In-Reply-To: BAB65108CB1677418CC9060BB51C21D92F57E6@dens700.corp.sbvc.com
Ian Nelson wrote:
>
> What exactly does the TCPSchedulerFailed metric mean?
> I'm building a network appliance that is doing a lot of nmap and nessus
> type stuff and I'm getting an extreme number of TCPSchedulerFailed and
> TCPAbortOnData. I've been tracking what I think is a bug in an Ethernet
> driver but I'm starting to think it's a software problem in application
> land.
Its the number of packets that are prequeued (partially completed
tcp processing, waiting for a recvmsg to complete & send ack etc)
when the delayed ack timer goes off. i.e I think, the thinking is
this shouldnt happen, since the delayed ack timer really shouldnt
go off - the receiver should have picked up the skb's and sent
the acks. I'm probably off by a mile here..Dont know.
It may be related to the AbortOnData counts. Are you closing apps
with linger off or something?
thanks,
Nivedita
prev parent reply other threads:[~2002-10-21 21:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-21 21:00 Stupid netstat question Ian Nelson
2002-10-21 21:16 ` Nivedita Singhvi [this message]
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=3DB46EB1.69B820FE@us.ibm.com \
--to=niv@us.ibm.com \
--cc=ian@latis.com \
--cc=netdev@oss.sgi.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.