Versions in this module Expand all Collapse all v1 v1.0.0 Jan 10, 2022 Changes in this version + type NetWorkInfo struct + Name string + Receive uint64 + ReceiveSpeed uint64 + Sent uint64 + SentSpeed uint64 + type ServerSummary struct + Address string + CPUUsage float64 + Children map[string]*ServerSummary + HardDisk struct{ ... } + Memory struct{ ... } + NetWork []NetWorkInfo + Streams []*Stream + var Summary ServerSummary + func (s *ServerSummary) Add() + func (s *ServerSummary) Done() + func (s *ServerSummary) Report(slave *ServerSummary) + func (s *ServerSummary) Running() bool + func (s *ServerSummary) StartSummary()