मैंने सीधे दो अलग-अलग PCIe-एडाप्टर पर दो PowerEdge 6950 क्रॉसओवर (सीधी रेखाओं का उपयोग करके) को कनेक्ट किया।
मुझे इनमें से प्रत्येक पंक्ति (1000 MBit, पूर्ण द्वैध, दोनों दिशाओं में प्रवाह प्रतिरूप) पर एक गीगाबिट लिंक मिलता है।
अब मैं दोनों पक्षों पर आर-एल्गोरिथ्म का उपयोग करके इन इंटरफेस को बंधन 0 में बाँधने की कोशिश कर रहा हूँ (मैं एक एकल आईपी सत्र के लिए 2000 एमबीटी प्राप्त करना चाहता हूं)।
जब मैंने dd bs = 1M और netcat का tcp मोड का उपयोग करके / dev / शून्य / / dev / null में स्थानांतरित करके थ्रूपुट का परीक्षण किया तो मुझे 70 एमबी / एस का एक थ्रूपुट मिलता है - जैसा कि 150MB / s से अधिक अपेक्षित नहीं है।
जब मैं प्रत्येक लाइन पर लगभग 98 एमबी / एस प्राप्त करता हूं, अगर मैं प्रत्येक लाइन के लिए एक अलग दिशा का उपयोग करता हूं। जब मैं सिंगल लाइन का उपयोग करता हूं तो मुझे 70 एमबी / एस और 90 एमबी / एस लाइन पर मिलता है, अगर ट्रैफिक "उसी" दिशा में जाता है।
बॉन्डिंग-रीडमे (/usr/src/linux/Documentation/networking/bonding.txt) के माध्यम से पढ़ने के बाद, मुझे निम्न अनुभाग उपयोगी लगा: (13.1.1 MT बॉन्डिंग मोड चयन सिंगल स्विच टोपोलॉजी के लिए)
बैलेंस-आरआर: यह मोड एकमात्र ऐसा मोड है जो एकल टीसीपी / आईपी कनेक्शन को कई इंटरफेसों पर यातायात को रोकने की अनुमति देगा। इसलिए यह एकमात्र मोड है जो एकल टीसीपी / आईपी स्ट्रीम को एक से अधिक इंटरफ़ेस के थ्रूपुट के उपयोग की अनुमति देगा। यह एक लागत पर आता है, हालांकि: स्ट्रिपिंग अक्सर पीयर सिस्टम को पैकेट को ऑर्डर से प्राप्त करता है, जिससे टीसीपी / आईपी के कंजेशन कंट्रोल सिस्टम को किक करना पड़ता है, अक्सर सेगमेंट्स को रीट्रांसमिट करके।
It is possible to adjust TCP/IP's congestion limits by altering the net.ipv4.tcp_reordering sysctl parameter. The usual default value is 3, and the maximum useful value is 127. For a four interface balance-rr bond, expect that a single TCP/IP stream will utilize no more than approximately 2.3 interface's worth of throughput, even after adjusting tcp_reordering. Note that this out of order delivery occurs when both the sending and receiving systems are utilizing a multiple interface bond. Consider a configuration in which a balance-rr bond feeds into a single higher capacity network channel (e.g., multiple 100Mb/sec ethernets feeding a single gigabit ethernet via an etherchannel capable switch). In this configuration, traffic sent from the multiple 100Mb devices to a destination connected to the gigabit device will not see packets out of order. However, traffic sent from the gigabit device to the multiple 100Mb devices may or may not see traffic out of order, depending upon the balance policy of the switch. Many switches do not support any modes that stripe traffic (instead choosing a port based upon IP or MAC level addresses); for those devices, traffic flowing from the gigabit device to the many 100Mb devices will only utilize one interface.
अब मैंने 3 से 127 तक सभी लाइनों (4) पर दोनों जुड़े सर्वरों पर उस पैरामीटर को बदल दिया।
फिर से बॉन्डिंग के बाद मुझे लगभग 100 एमबी / सेकंड मिलते हैं लेकिन फिर भी इससे ज्यादा नहीं।
कोई विचार क्यों?
अद्यतन: से हार्डवेयर विवरण lspci -v
:
24:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
Subsystem: Intel Corporation PRO/1000 PT Dual Port Server Adapter
Flags: bus master, fast devsel, latency 0, IRQ 24
Memory at dfe80000 (32-bit, non-prefetchable) [size=128K]
Memory at dfea0000 (32-bit, non-prefetchable) [size=128K]
I/O ports at dcc0 [size=32]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Mask- 64bit+ Count=1/1 Enable-
Capabilities: [e0] Express Endpoint, MSI 00
Kernel driver in use: e1000
Kernel modules: e1000
अंतिम परिणाम अपडेट करें:
8589934592 बाइट्स (8.6 जीबी) कॉपी, 35.8489 सेकंड, 240 एमबी / एस
मैंने बहुत सारे tcp / ip और low-level-driver विकल्प बदले। इसमें नेटवर्क बफ़र्स का इज़ाफ़ा शामिल है। यही कारण है कि dd
अब 200 एमबी / एस से अधिक संख्या दिखाता है: डी डी समाप्त हो जाता है, जबकि अभी भी आउटपुट स्थानांतरित होने की प्रतीक्षा में है (भेजें बफ़र्स में)।
अद्यतन 2011-08-05: सेटिंग्स जो लक्ष्य को प्राप्त करने के लिए बदल दी गईं ( /etc/sysctl.conf ):
# See http://www-didc.lbl.gov/TCP-tuning/linux.html
# raise TCP max buffer size to 16 MB. default: 131071
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
# raise autotuninmg TCP buffer limits
# min, default and max number of bytes to use
# Defaults:
#net.ipv4.tcp_rmem = 4096 87380 174760
#net.ipv4.tcp_wmem = 4096 16384 131072
# Tuning:
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
# Default: Backlog 300
net.core.netdev_max_backlog = 2500
#
# Oracle-DB settings:
fs.file-max = 6815744
fs.aio-max-nr = 1048576
net.ipv4.ip_local_port_range = 9000 65500
kernel.shmmax = 2147659776
kernel.sem = 1250 256000 100 1024
net.core.rmem_default = 262144
net.core.wmem_default = 262144
#
# Tuning for network-bonding according to bonding.txt:
net.ipv4.tcp_reordering=127
बॉन्ड-डिवाइस (SLES: / etc / sysconfig / network / ifcfg-bond0 ) के लिए विशेष सेटिंग्स :
MTU='9216'
LINK_OPTIONS='txqueuelen 10000'
ध्यान दें कि सबसे बड़ा संभव एमटीयू स्थापित करना समाधान की कुंजी थी।
शामिल नेटवर्क कार्ड के आरएक्स / टीएक्स बफ़र्स की ट्यूनिंग:
/usr/sbin/ethtool -G eth2 rx 2048 tx 2048
/usr/sbin/ethtool -G eth4 rx 2048 tx 2048
nuttcp
। एकल कनेक्शन या एकाधिक कनेक्शन का आसानी से परीक्षण करें।
/proc/net/bonding/bond0
यह सत्यापित करने के लिए जाँच की है कि आप वास्तव में बैलेंस-आरआर में सेट हो रहे हैं ? क्या आपने नोट एन को देखा है कि आपने एक 4 इंटरफेस बॉन्ड के बारे में चिपकाया है, जो आपको केवल थ्रूपुट के 2.3 इंटरफेस दे रहा है? उस नोट को देखते हुए, यह अत्यधिक संभावना नहीं है कि आप 2000mb / s के करीब पाएंगे जो आप चाहते हैं।