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

Method GetSystemStats

common/service_grpc.pb.go:47–47  ·  view source on GitHub ↗
(ctx context.Context, in *Empty, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

45 GetBaseInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseInfoResponse, error)
46 GetLogs(ctx context.Context, in *Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[Log], error)
47 GetSystemStats(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*SystemStatsResponse, error)
48 GetBackendStats(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BackendStatsResponse, error)
49 GetStats(ctx context.Context, in *StatRequest, opts ...grpc.CallOption) (*StatResponse, error)
50 GetOutboundsLatency(ctx context.Context, in *LatencyRequest, opts ...grpc.CallOption) (*LatencyResponse, error)

Callers 2

TestGRPC_GetSystemStatsFunction · 0.65

Implementers 3

Servicecontroller/rpc/service.go
nodeServiceClientcommon/service_grpc.pb.go
UnimplementedNodeServiceServercommon/service_grpc.pb.go

Calls

no outgoing calls

Tested by 1

TestGRPC_GetSystemStatsFunction · 0.52