package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Jun 12, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Record struct {
Id int `db:"id" json:"id"`
CpuUsage float64 `db:"cpu_usage" json:"cpu_usage"`
MemoryUsage float64 `db:"memory_usage" json:"memory_usage"`
DiskUsage float64 `db:"disk_usage" json:"disk_usage"`
Timestamp int64 `db:"timestamp" json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.