data

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CPUInfo

type CPUInfo struct {
	Usage         float64
	LogicCores    int
	PhysicalCores int
	Mhz           float64
	Error         error
}

func GetCPUInfo

func GetCPUInfo() *CPUInfo

type DiskInfo

type DiskInfo struct {
	Total float64
	Used  float64
	Usage float64
	Err   error
}

func GetDiskInfo

func GetDiskInfo() *DiskInfo

type MemInfo

type MemInfo struct {
	Total float64
	Used  float64
	Usage float64
	Err   error
}

func GetMemInfo

func GetMemInfo() *MemInfo

Jump to

Keyboard shortcuts

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