nvml

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Collector

type Collector struct {
	// contains filtered or unexported fields
}

func (*Collector) Backend

func (c *Collector) Backend() string

func (*Collector) Device

func (c *Collector) Device(i int) (*gpu.Device, error)

func (*Collector) DeviceCount

func (c *Collector) DeviceCount() (int, error)

func (*Collector) Init

func (c *Collector) Init() error

func (*Collector) Shutdown

func (c *Collector) Shutdown() error

type ProcInfo

type ProcInfo struct {
	PID        uint32
	UsedMemory uint64
}

ProcInfo mirrors the relevant fields of NVML's nvmlProcessInfo_t: the PID of a process using the device and the device memory it holds. A backend that cannot enumerate processes (missing _v3 symbol or NOT_SUPPORTED) returns an empty slice with no error so per-process usage stays best-effort.

Jump to

Keyboard shortcuts

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