You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last 4 fields of sandbox.ndt.ndt7:Download.ServerMeasurements.TCPinfo
are ReordSeen, ElapsedTime, RcvOOOPack and SndWnd. The TCPinfo schema in prod all end with either ReordSeen or ElapsedTime. (ndt.ndt7, ndt.tcpinfo).
Unfortunately the SndWnd is the most important field for understanding client bottlenecks.
ElapsedTime, which is locally generated (and not part of the native TCPinfo structure) should have been first.
The text was updated successfully, but these errors were encountered:
Investigating over VC, the underlying tables include the SndWnd field. The view may be stale. However, recent measurements do not appear to have the SndWnd field populated. This may be a failure of collection or parsing. TBD.
Something was not deployed.
The last 4 fields of sandbox.ndt.ndt7:Download.ServerMeasurements.TCPinfo
are ReordSeen, ElapsedTime, RcvOOOPack and SndWnd. The TCPinfo schema in prod all end with either ReordSeen or ElapsedTime. (ndt.ndt7, ndt.tcpinfo).
Unfortunately the SndWnd is the most important field for understanding client bottlenecks.
ElapsedTime, which is locally generated (and not part of the native TCPinfo structure) should have been first.
The text was updated successfully, but these errors were encountered: