Discover Packages
github.com/shichen437/gowlive
internal
pkg
monitor
entity
package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Nov 9, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CpuInfo struct {
Cpu int32 `json:"cpu"`
Cores int32 `json:"cores"`
ModelName string `json:"modelName"`
Mhz float64 `json:"mhz"`
Percent float64 `json:"percent"`
}
type DiskInfo struct {
Path string `json:"path"`
Fstype string `json:"fstype"`
Total uint64 `json:"total"`
Free uint64 `json:"free"`
Used uint64 `json:"used"`
UsedPercent float64 `json:"usedPercent"`
}
type MemoryInfo struct {
Total uint64 `json:"total"`
Used uint64 `json:"used"`
Available uint64 `json:"available"`
UsedPercent float64 `json:"usedPercent"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.