We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/gaochao1/sw 下的 ifstat_snpwalk.CmdTimeout 这个函数采集华为CE 系列交换机的snmp 数据时,每次采集的新值和 上一次采集的值相同,导致 https://github.com/gaochao1/swcollector/funcs.swifstat.go 396行中的IfHCInOctets := 8 * (float64(ifStat.IfHCInOctets) - float64(lastifStat.IfHCInOctets)) / float64(interval) 为0
出图效果就是
这段代码,原因还在排查
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/gaochao1/sw 下的 ifstat_snpwalk.CmdTimeout 这个函数采集华为CE 系列交换机的snmp 数据时,每次采集的新值和 上一次采集的值相同,导致 https://github.com/gaochao1/swcollector/funcs.swifstat.go 396行中的IfHCInOctets := 8 * (float64(ifStat.IfHCInOctets) - float64(lastifStat.IfHCInOctets)) / float64(interval) 为0
出图效果就是
这段代码,原因还在排查
The text was updated successfully, but these errors were encountered: