entities

package
v0.0.0-...-29b7a31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CPUInformation

type CPUInformation struct {
	CPUCount int     `json:"cpus"`
	CPULoad  float64 `json:"cpuLoad"`
}

type SystemInformation

type SystemInformation struct {
	Memory  mem.VirtualMemoryStat `json:"memory"`
	Host    host.InfoStat         `json:"host"`
	Load    load.AvgStat          `json:"load"`
	CPU     CPUInformation        `json:"cpu"`
	Storage []disk.UsageStat      `json:"storage"`
	Network []net.IOCountersStat  `json:"network"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL