MCPcopy Create free account
hub / github.com/PasarGuard/node / GetCpuUsage

Method GetCpuUsage

common/service.pb.go:983–988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

981}
982
983func (x *SystemStatsResponse) GetCpuUsage() float64 {
984 if x != nil {
985 return x.CpuUsage
986 }
987 return 0
988}
989
990func (x *SystemStatsResponse) GetIncomingBandwidthSpeed() uint64 {
991 if x != nil {

Callers 2

SystemStatsMethod · 0.80
TestGRPC_GetSystemStatsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGRPC_GetSystemStatsFunction · 0.64