Versions in this module Expand all Collapse all v0 v0.34.0 Sep 11, 2025 v0.32.1 May 6, 2025 v0.32.0 Jan 29, 2025 v0.31.1 Oct 16, 2024 v0.31.0 Sep 30, 2024 Changes in this version + type DeviceHealth struct + Bus bool + GPUTemperature float64 + GlobalTemperature float64 + Memory bool + MemoryTemperature float64 + SoC bool + type DeviceTemperature struct + GPU float64 + Global float64 + Memory float64 + type LevelzeroService interface + GetDeviceHealth func(bdfAddress string) (DeviceHealth, error) + GetDeviceMemoryAmount func(bdfAddress string) (uint64, error) + GetDeviceTemperature func(bdfAddress string) (DeviceTemperature, error) + GetIntelIndices func() ([]uint32, error) + Run func(bool) + func NewLevelzero(socket string) LevelzeroService