我正在使用 hsflowd 来使用 sFlow 协议来衡量性能指标,但在 /var/log/syslog 中遇到错误“hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device”。hsflowd 工作正常,但几乎每 23 分钟记录一次错误
cat /etc/hsflowd.conf
sflow {
collector { ip = 127.0.0.1 UDPPort=6343 }
sampling=100
sampling.10G=100
pcap { speed = 1- }
tcp {}
}
cat /etc/hsflowd.auto
rev_start=1
hostname=test
sampling=100
header=128
datagram=1400
polling=30
sampling.10G=100
agentIP=xxx
agent=bond0
ds_index=1
collector=127.0.0.1 6343
rev_end=1
journalctl -f -u hsflowd.service
Oct 30 09:03:38 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:03:38 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:03:38 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:26:24 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:26:24 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:26:24 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:49:08 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:49:08 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 09:49:08 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 10:11:54 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 10:11:54 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 10:11:54 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 10:34:38 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
Oct 30 10:34:38 test hsflowd[2344]: SFF8036 ethtool ioctl failed: No such device
...
任何想法?