Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Re: Issue 89 in ndt: Packets out of order percentage incorrect in C client - 3.6.5.2-rc4

Subject: NDT-DEV email list created

List archive

[ndt-dev] Re: Issue 89 in ndt: Packets out of order percentage incorrect in C client - 3.6.5.2-rc4


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 89 in ndt: Packets out of order percentage incorrect in C client - 3.6.5.2-rc4
  • Date: Wed, 28 Aug 2013 00:06:35 +0000


Comment #1 on issue 89 by : Packets out of order percentage incorrect in C client - 3.6.5.2-rc4
http://code.google.com/p/ndt/issues/detail?id=89

So it seems PktsIn has been deprecated in Web100 and Web10G.

The calculation for this is server side dup DupAcksIn/AckPktsIn.

When running Web100 2.5.30 for Linux 2.6.35(Possibly earlier also) the problem is that AckPkts in is no longer being returned. So this must be using a bogus value in the calculation.

Looking at the kernel patch
AckPktsIn == PktsIn - DataPktsIn;

I will work on a patch for this.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page