Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetWorkInfo ¶
type NetWorkInfo struct { Name string Receive uint64 Sent uint64 ReceiveSpeed uint64 SentSpeed uint64 }
NetWorkInfo 网速信息
type ServerSummary ¶
type ServerSummary struct { Address string Memory struct { Total uint64 Free uint64 Used uint64 Usage float64 } CPUUsage float64 HardDisk struct { Total uint64 Free uint64 Used uint64 Usage float64 } NetWork []NetWorkInfo Streams []*Stream Children map[string]*ServerSummary // contains filtered or unexported fields }
ServerSummary 系统摘要定义
var Summary ServerSummary
Summary 系统摘要数据
func (*ServerSummary) StartSummary ¶
func (s *ServerSummary) StartSummary()
StartSummary 开始定时采集数据,每秒一次
Click to show internal directories.
Click to hide internal directories.