sysstats

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceUsage

type ResourceUsage struct {
	CPUCores       float64
	CPUPercent     float64
	MemoryBytes    int64
	MemoryPercent  float64
	StorageBytes   int64
	StoragePercent float64
}

ResourceUsage contains basic host system resource utilization

func CollectSystemStats

func CollectSystemStats(dataPath string) ResourceUsage

CollectSystemStats gathers basic host system resource usage metrics similar to uptime, free -m, and df -h

Jump to

Keyboard shortcuts

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