golang采集网络流量等系统指标,监控
采集linux指标, 可用于监控https://github.com/lycclsltt/system
·
采集linux指标, 可用于监控
https://github.com/lycclsltt/system
Go语言获取实时网速(gopacket实践)
Go语言获取实时网速(gopacket实践)_Bpazy的博客-CSDN博客_gopacket
GO 获取指定网卡流量
GO 获取指定网卡流量_oria2006的专栏-CSDN博客_golang 网卡流量
GitHub - seknox/trasa: Zero Trust Service Access
D:\gopath\src\trasa\server\api\system\hSystemStatus.go
//import "github.com/shirou/gopsutil/v3/net"
func NetStatus() []net.IOCountersStat{
IOCountersStat, err := net.IOCounters(true)
if err != nil {
logrus.Error(err)
}
fmt.Printf("%v", IOCountersStat)
return IOCountersStat
}
更多推荐
已为社区贡献2条内容
所有评论(0)