* Lost ping responses
@ 2014-08-19 10:28 David Laight
2014-08-19 11:15 ` Jamal Hadi Salim
0 siblings, 1 reply; 5+ messages in thread
From: David Laight @ 2014-08-19 10:28 UTC (permalink / raw)
To: Linux Netdev List
As part of some other testing I've been saturating a point to point
100M ethernet links with 3 flood pings of 60k messages.
The response time is then 17-20ms, and there are no missing responses.
If I also do a 'normal' ping, that one sees a 25% packet loss.
ifconfig doesn't show any errors, and the tx and rx counts match
between the systems. All the packets seem to get lost on the system
that is responding to the ping requests.
Any ideas how to find out where the discards are happening?
It might just be somewhere that would affect other traffic flows.
Both systems are Intel i7 - so no shortage of cpu power or memory.
The pings are being sent from a PCIe e1000e card, and reflected
by a USB smsx95xx one.
(I was just loading the USB wire, nothing odd happened during the test.)
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Lost ping responses
2014-08-19 10:28 Lost ping responses David Laight
@ 2014-08-19 11:15 ` Jamal Hadi Salim
2014-08-19 11:35 ` David Laight
0 siblings, 1 reply; 5+ messages in thread
From: Jamal Hadi Salim @ 2014-08-19 11:15 UTC (permalink / raw)
To: David Laight, Linux Netdev List
On 08/19/14 06:28, David Laight wrote:
> Any ideas how to find out where the discards are happening?
> It might just be somewhere that would affect other traffic flows.
>
netstat -s
cat /proc/net/softnet_stat
are some points to look at.
cheers,
jamal
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Lost ping responses
2014-08-19 11:15 ` Jamal Hadi Salim
@ 2014-08-19 11:35 ` David Laight
2014-08-20 3:19 ` Cong Wang
0 siblings, 1 reply; 5+ messages in thread
From: David Laight @ 2014-08-19 11:35 UTC (permalink / raw)
To: 'Jamal Hadi Salim', Linux Netdev List
From: Jamal Hadi Salim
> > Any ideas how to find out where the discards are happening?
> > It might just be somewhere that would affect other traffic flows.
>
> netstat -s
Thanks - 'Ip: outgoing packets dropped' increments for every lost response.
Next step is to work out what that means...
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Lost ping responses
2014-08-19 11:35 ` David Laight
@ 2014-08-20 3:19 ` Cong Wang
2014-08-20 9:29 ` David Laight
0 siblings, 1 reply; 5+ messages in thread
From: Cong Wang @ 2014-08-20 3:19 UTC (permalink / raw)
To: David Laight; +Cc: Jamal Hadi Salim, Linux Netdev List
On Tue, Aug 19, 2014 at 4:35 AM, David Laight <David.Laight@aculab.com> wrote:
> From: Jamal Hadi Salim
>
>> > Any ideas how to find out where the discards are happening?
>> > It might just be somewhere that would affect other traffic flows.
>>
>> netstat -s
>
> Thanks - 'Ip: outgoing packets dropped' increments for every lost response.
>
> Next step is to work out what that means...
>
Try dropwatch, it should give you better hints.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Lost ping responses
2014-08-20 3:19 ` Cong Wang
@ 2014-08-20 9:29 ` David Laight
0 siblings, 0 replies; 5+ messages in thread
From: David Laight @ 2014-08-20 9:29 UTC (permalink / raw)
To: 'Cong Wang'; +Cc: Jamal Hadi Salim, Linux Netdev List
From: Cong Wang
> On Tue, Aug 19, 2014 at 4:35 AM, David Laight <David.Laight@aculab.com> wrote:
> > From: Jamal Hadi Salim
> >
> >> > Any ideas how to find out where the discards are happening?
> >> > It might just be somewhere that would affect other traffic flows.
> >>
> >> netstat -s
> >
> > Thanks - 'Ip: outgoing packets dropped' increments for every lost response.
> >
> > Next step is to work out what that means...
> >
>
> Try dropwatch, it should give you better hints.
That involves finding/compiling a version that will run on ubuntu 13.10 server.
And working out which extra ubuntu packages it needs to work.
On a system I've built the sources on (after fixing LDLIBS) I get the
error 'Unable to find NET_DM family' - whatever that means.
but that isn't the system dropping packets.
David
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-20 9:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 10:28 Lost ping responses David Laight
2014-08-19 11:15 ` Jamal Hadi Salim
2014-08-19 11:35 ` David Laight
2014-08-20 3:19 ` Cong Wang
2014-08-20 9:29 ` David Laight
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.