तथ्य (कृपया किसी भी गलत बयान की पहचान करें):
मेरे पास दो साइटों के बीच 100 एमबीपीएस कनेक्शन है जो 80 एमएस से अलग हैं
यह एक लंबा वसा कनेक्शन है जो शायद 100 एमबीपीएस * 0.08 सेकंड = 1,000,000 बाइट तक बड़े टीसीपी खिड़की के आकार से लाभ उठा सकता है
दोनों मशीनें विंडोज सर्वर 2012 चला रही हैं। "दोनों पर विंडो ऑटो ट्यूनिंग स्तर प्राप्त करें" सामान्य है। "विंडो स्केलिंग heuristics" दोनों पर अक्षम हैं।
मैंने एक तरफ "iperf -s" और दूसरी तरफ "iperf -c" चलाया। हस्तांतरण 5 एमबीपीएस पर हुआ। मुझे वही परिणाम मिलता है जो दूसरी दिशा में जाता है।
दोनों पक्षों ने अपने SYNs में टीसीपी स्लाइडिंग विंडो के लिए समर्थन का विज्ञापन किया।
रिसीवर ने "नहीं शिफ्ट" (0x000) के एक टीसीपी विंडो स्केल मूल्य के साथ पूरे रन के दौरान 64,512 बाइट्स (0xFC00) के एक टीसीपी विंडो के आकार का अनुरोध किया।
नेटवर्क एक बड़े विंडो आकार को संभालने में सक्षम था (नीचे अनुक्रम आरेख देखें)
रिसीवर ने विंडो को नेटवर्क सपोर्ट से छोटा रखा
यह कनेक्शन एक IPSEC VPN के भीतर हो रहा है। सुरंग इंटरफ़ेस का एमटीयू दोनों दिशाओं में 1400 बाइट्स तक कम हो गया है।
सवाल
- रिसीवर खिड़की को छोटा क्यों रखता है?
गैर-जवाब
नेटवर्क टूट गया है
समान नेटवर्क पर चलने वाली लिनक्स मशीनें टीसीपी विंडो को 1.5 मेगाबाइट तक खोलती हैं और बैंडविड्थ पर 6 बार डेटा प्रसारित करती हैं
विंडो स्केलिंग heuristics सक्षम हैं
विंडो स्केलिंग के आंकड़े अक्षम हैं ("netsh इंटरफ़ेस tcp शो हेयूरिस्टिक्स का आउटपुट देखें")
विंडो ऑटो-ट्यूनिंग स्तर सामान्य नहीं है
विंडो ऑटो-ट्यूनिंग स्तर सामान्य है ("netsh इंटरफ़ेस tcp शो ग्लोबल" का आउटपुट देखें)
यह सिर्फ ESXi के भीतर एक आभासी मशीन पर अच्छी तरह से काम नहीं करता है
मुझे एक ही होस्ट पर चलने वाली वर्चुअल लिनक्स मशीन पर 6 गुना बेहतर प्रदर्शन मिलता है।
अपडेट 1 जून 12, 2015 4:30 बजे पीडीटी
मैंने कनेक्शन के एक तरफ लिनक्स डालकर परीक्षण को संशोधित किया। निश्चित रूप से पर्याप्त है, जब लिनक्स विंडोज सर्वर 2012 को डेटा भेजता है, तो विंडोज बहुत छोटी टीसीपी प्राप्त विंडो (64,512 बाइट्स) प्रदान करता है।
जब मैं विंडोज से लिनक्स पर डेटा भेजता हूं, तो लिनक्स बड़ी-पर्याप्त टीसीपी प्राप्त विंडो (1,365,120 बाइट्स) प्रदान करता है। हालाँकि, Windows प्रतिबंधित उड़ान में अधिकतम ~ 60,000 बाइट्स भेजता है।
अपडेट 2 जून 13, 2015 3:00 बजे पीडीटी
मूल कारण के करीब एक कदम। मेरे सेटअप में, न तो SO_SNDBUF और न ही SO_RCVBUF सेट (iperf द्वारा) हैं। ये भेजने और प्राप्त करने वाले बफ़र्स हैं जो प्रभावी रूप से प्राप्त विंडो को बाध्य करते हैं। जब इन मूल्यों को निर्दिष्ट नहीं किया जाता है, तो विंडोज सर्वर 2012 64 kB का डिफ़ॉल्ट मान प्रदान करता है। तो अब सवाल यह है:
सवाल
- जब कोई निर्दिष्ट नहीं होता है, तो MSDN पर बताए अनुसार लंबे सर्वर पाइप को समायोजित करने के लिए Windows Server 2012 गतिशील रूप से SO_SNDBUF / SO_RCVBUF क्यों नहीं बढ़ रहा है ?
गैर-जवाब
"नेटश विनसॉक शो ऑटोट्यूनिंग" अक्षम है
यह सक्षम है।
अपडेट 3 अगस्त 24, 2015 शाम 4:00 बजे पीडीटी
नेटश को स्पष्ट रूप से सेट-नेटटीसीपीएसटिंग और परिवार के साथ बदल दिया गया है। Get-NetTCPConnection के साथ संयुक्त- NetTCPSetting से पता चलता है कि मैं 'इंटरनेट' शासन में काम कर रहा हूं जो मुझे ये सेटिंग्स प्रदान करता है:
SettingName : Internet
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 4
CongestionProvider : CTCP
CwndRestart : False
DelayedAckTimeout(ms) : 50
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
प्रेषक टीसीपी सेटिंग्स
PS C:\Users\acs> netsh interface tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : disabled
NetDMA State : disabled
Direct Cache Access (DCA) : disabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : none
ECN Capability : enabled
RFC 1323 Timestamps : disabled
Initial RTO : 3000
Receive Segment Coalescing State : enabled
PS C:\Users\acs> netsh interface tcp show heuristics
TCP Window Scaling heuristics Parameters
----------------------------------------------
Window Scaling heuristics : disabled
Qualifying Destination Threshold : 3
Profile type unknown : normal
Profile type public : normal
Profile type private : normal
Profile type domain : normal
PS C:\Users\acs> Get-NetTCPSetting
SettingName : Automatic
MinRto(ms) :
InitialCongestionWindow(MSS) :
CongestionProvider :
CwndRestart :
DelayedAckTimeout(ms) :
MemoryPressureProtection :
AutoTuningLevelLocal :
AutoTuningLevelGroupPolicy :
AutoTuningLevelEffective :
EcnCapability :
Timestamps :
InitialRto(ms) :
ScalingHeuristics :
DynamicPortRangeStartPort :
DynamicPortRangeNumberOfPorts :
SettingName : Custom
MinRto(ms) : 20
InitialCongestionWindow(MSS) : 4
CongestionProvider : DCTCP
CwndRestart : True
DelayedAckTimeout(ms) : 10
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Compat
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 2
CongestionProvider : Default
CwndRestart : False
DelayedAckTimeout(ms) : 200
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Datacenter
MinRto(ms) : 20
InitialCongestionWindow(MSS) : 4
CongestionProvider : DCTCP
CwndRestart : True
DelayedAckTimeout(ms) : 10
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Internet
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 4
CongestionProvider : CTCP
CwndRestart : False
DelayedAckTimeout(ms) : 50
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
प्रेषक SYN
No. Time Source Destination Protocol Length Delta Sequence number Acknowledgment number Bytes in flight Calculated window size Info
814 5.036577000 10.10.0.21 10.11.0.1 TCP 66 0.000000000 0 0 64512 49758→5001 [SYN, ECN, CWR] Seq=0 Win=64512 Len=0 MSS=1460 WS=1 SACK_PERM=1
Frame 814: 66 bytes on wire (528 bits), 66 bytes captured (528 bits) on interface 0
Ethernet II, Src: 00:11:22:33:44:55, Dst: aa:bb:cc:dd:ee:ff
Internet Protocol Version 4, Src: 10.10.0.21 (10.10.0.21), Dst: 10.11.0.1 (10.11.0.1)
Transmission Control Protocol, Src Port: 49758 (49758), Dst Port: 5001 (5001), Seq: 0, Len: 0
Source Port: 49758 (49758)
Destination Port: 5001 (5001)
[Stream index: 73]
[TCP Segment Len: 0]
Sequence number: 0 (relative sequence number)
Acknowledgment number: 0
Header Length: 32 bytes
.... 0000 1100 0010 = Flags: 0x0c2 (SYN, ECN, CWR)
Window size value: 64512
[Calculated window size: 64512]
Checksum: 0x1451 [validation disabled]
Urgent pointer: 0
Options: (12 bytes), Maximum segment size, No-Operation (NOP), Window scale, No-Operation (NOP), No-Operation (NOP), SACK permitted
Maximum segment size: 1460 bytes
No-Operation (NOP)
Window scale: 0 (multiply by 1)
Kind: Window Scale (3)
Length: 3
Shift count: 0
[Multiplier: 1]
No-Operation (NOP)
No-Operation (NOP)
TCP SACK Permitted Option: True
अनुक्रम ग्राफ का प्रेषक परिप्रेक्ष्य
रिसीवर टीसीपी सेटिंग्स
PS C:\Users\acs> netsh interface tcp show global
Querying active state...
TCP Global Parameters
----------------------------------------------
Receive-Side Scaling State : enabled
Chimney Offload State : disabled
NetDMA State : disabled
Direct Cache Access (DCA) : disabled
Receive Window Auto-Tuning Level : normal
Add-On Congestion Control Provider : none
ECN Capability : enabled
RFC 1323 Timestamps : disabled
Initial RTO : 3000
Receive Segment Coalescing State : enabled
PS C:\Users\acs> netsh interface tcp show heuristics
TCP Window Scaling heuristics Parameters
----------------------------------------------
Window Scaling heuristics : disabled
Qualifying Destination Threshold : 3
Profile type unknown : normal
Profile type public : normal
Profile type private : normal
Profile type domain : normal
PS C:\Users\acs> Get-NetTCPSetting
SettingName : Automatic
MinRto(ms) :
InitialCongestionWindow(MSS) :
CongestionProvider :
CwndRestart :
DelayedAckTimeout(ms) :
MemoryPressureProtection :
AutoTuningLevelLocal :
AutoTuningLevelGroupPolicy :
AutoTuningLevelEffective :
EcnCapability :
Timestamps :
InitialRto(ms) :
ScalingHeuristics :
DynamicPortRangeStartPort :
DynamicPortRangeNumberOfPorts :
SettingName : Custom
MinRto(ms) : 20
InitialCongestionWindow(MSS) : 4
CongestionProvider : DCTCP
CwndRestart : True
DelayedAckTimeout(ms) : 10
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Compat
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 2
CongestionProvider : Default
CwndRestart : False
DelayedAckTimeout(ms) : 200
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Datacenter
MinRto(ms) : 20
InitialCongestionWindow(MSS) : 4
CongestionProvider : DCTCP
CwndRestart : True
DelayedAckTimeout(ms) : 10
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
SettingName : Internet
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 4
CongestionProvider : CTCP
CwndRestart : False
DelayedAckTimeout(ms) : 50
MemoryPressureProtection : Enabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Enabled
Timestamps : Disabled
InitialRto(ms) : 3000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16384
रिसीवर SYN
No. Time Source Destination Protocol Length Delta Sequence number Acknowledgment number Bytes in flight Calculated window size Info
817 5.110501000 10.11.0.1 10.10.0.21 TCP 70 0.073924000 0 1 64512 5001→49758 [SYN, ACK, ECN] Seq=0 Ack=1 Win=64512 Len=0 MSS=1460 WS=1 SACK_PERM=1 [ETHERNET FRAME CHECK SEQUENCE INCORRECT]
Frame 817: 70 bytes on wire (560 bits), 70 bytes captured (560 bits) on interface 0
Ethernet II, Src: aa:bb:cc:dd:ee:ff, Dst: 00:11:22:33:44:55
Internet Protocol Version 4, Src: 10.11.0.1 (10.11.0.1), Dst: 10.10.0.21 (10.10.0.21)
Transmission Control Protocol, Src Port: 5001 (5001), Dst Port: 49758 (49758), Seq: 0, Ack: 1, Len: 0
Source Port: 5001 (5001)
Destination Port: 49758 (49758)
[Stream index: 73]
[TCP Segment Len: 0]
Sequence number: 0 (relative sequence number)
Acknowledgment number: 1 (relative ack number)
Header Length: 32 bytes
.... 0000 0101 0010 = Flags: 0x052 (SYN, ACK, ECN)
Window size value: 64512
[Calculated window size: 64512]
Checksum: 0xb5bb [validation disabled]
Urgent pointer: 0
Options: (12 bytes), Maximum segment size, No-Operation (NOP), Window scale, No-Operation (NOP), No-Operation (NOP), SACK permitted
Maximum segment size: 1460 bytes
No-Operation (NOP)
Window scale: 0 (multiply by 1)
Kind: Window Scale (3)
Length: 3
Shift count: 0
[Multiplier: 1]
No-Operation (NOP)
No-Operation (NOP)
TCP SACK Permitted Option: True
[SEQ/ACK analysis]
अनुक्रम ग्राफ का रिसीवर परिप्रेक्ष्य
टीसीपी विंडो