在QNAP上通过SHH使用该命令。
# hdparm -t /dev/md0
我得到了
Timing buffered disk reads: 3488 MB in 3.00 seconds = 1161.67 MB/sec
这是RAID 6中的12×3 3tb。
我也累了一个不同的SFP电缆。
我有可能有假收发器-AFBR-703 SFP IN2 (SFP)吗?如果不花点钱在一台新的收发器上,我就找不到判断的方法。所有的帮助都是受欢迎的。

发布于 2020-06-24 19:33:43
如果您能够在Ubuntu机器上引导X520并插入SFP+收发信机模块,您可以运行以下命令输出SFP+的EEPROM值。
ethtool --module-info ethX它应该会返回这样的东西
~$ sudo ethtool --module-info eth10
Identifier : 0x03 (SFP)
Extended identifier : 0x04 (GBIC/SFP defined by 2-wire interface ID)
Connector : 0x07 (LC)
Transceiver codes : 0x10 0x00 0x00 0x01 0x00 0x00 0x00 0x00
Transceiver type : 10G Ethernet: 10G Base-SR
Transceiver type : Ethernet: 1000BASE-SX
Encoding : 0x06 (64B/66B)
BR, Nominal : 10300MBd
Rate identifier : 0x02 (8/4/2G Rx Rate_Select only)
Length (SMF,km) : 0km
Length (SMF) : 0m
Length (50um) : 80m
Length (62.5um) : 30m
Length (Copper) : 0m
Length (OM3) : 300m
Laser wavelength : 850nm
Vendor name : Intel Corp
Vendor OUI : 00:1b:21
Vendor PN : FTLX8571D3BCV-IT
Vendor rev : A
Option values : 0x00 0x3a
Option : RX_LOS implemented
Option : TX_FAULT implemented
Option : TX_DISABLE implemented
Option : RATE_SELECT implemented
BR margin, max : 0%
BR margin, min : 0%
Vendor SN : AWB0L1R
Date code : 160825
Optical diagnostics support : Yes
Laser bias current : 7.516 mA
Laser output power : 0.6249 mW / -2.04 dBm
Receiver signal average optical power : 0.0008 mW / -30.97 dBm
Module temperature : 26.41 degrees C / 79.55 degrees F
Module voltage : 3.3174 V
Alarm/warning flags implemented : Yes
Laser bias current high alarm : Off
Laser bias current low alarm : Off
Laser bias current high warning : Off
Laser bias current low warning : Off
Laser output power high alarm : Off
Laser output power low alarm : Off
Laser output power high warning : Off
Laser output power low warning : Off
Module temperature high alarm : Off
Module temperature low alarm : Off
Module temperature high warning : Off
Module temperature low warning : Off
Module voltage high alarm : Off
Module voltage low alarm : Off
Module voltage high warning : Off
Module voltage low warning : Off
Laser rx power high alarm : Off
Laser rx power low alarm : On
Laser rx power high warning : Off
Laser rx power low warning : On
Laser bias current high alarm threshold : 13.200 mA
Laser bias current low alarm threshold : 4.000 mA
Laser bias current high warning threshold : 12.600 mA
Laser bias current low warning threshold : 5.000 mA
Laser output power high alarm threshold : 1.0000 mW / 0.00 dBm
Laser output power low alarm threshold : 0.2512 mW / -6.00 dBm
Laser output power high warning threshold : 0.7943 mW / -1.00 dBm
Laser output power low warning threshold : 0.3162 mW / -5.00 dBm
Module temperature high alarm threshold : 78.00 degrees C / 172.40 degrees F
Module temperature low alarm threshold : -13.00 degrees C / 8.60 degrees F
Module temperature high warning threshold : 73.00 degrees C / 163.40 degrees F
Module temperature low warning threshold : -8.00 degrees C / 17.60 degrees F
Module voltage high alarm threshold : 3.7000 V
Module voltage low alarm threshold : 2.9000 V
Module voltage high warning threshold : 3.6000 V
Module voltage low warning threshold : 3.0000 V
Laser rx power high alarm threshold : 1.0000 mW / 0.00 dBm
Laser rx power low alarm threshold : 0.0100 mW / -20.00 dBm
Laser rx power high warning threshold : 0.7943 mW / -1.00 dBm
Laser rx power low warning threshold : 0.0158 mW / -18.01 dBm如果它不是真正的英特尔,它应该在供应商的名字中这样说。
我也相信英特尔也有windows工具可供使用,但我不确定这是否是你想要的。链接
发布于 2017-10-16 17:31:37
如果NIC的统计数据中的错误计数不进行计数,那么链接就可以了。您应该对客户端和(尽可能) NAS进行一些网络负载测试(iperf或类似的测试)。
一个可能的原因可能是PCIe插槽不够快,不能达到10 be。X520-SR2支持PCIe 2.0 x8 -对于10 Gbit/s吞吐量,您需要一个PCIe 2.0 x4插槽或PCIe 1.0 x8。请注意,这是实际存在的车道数,而不是机械槽的大小。
换句话说:不,只要链路没有-可测量的帧下降,收发器绝对不会影响吞吐量。这是一个低级的第一层设备,它(或多或少)只是将位转换为光和光。
https://serverfault.com/questions/878700
复制相似问题