IceGrid.LoadInfo

class IceGrid.LoadInfo(avg1: float = 0.0, avg5: float = 0.0, avg15: float = 0.0)

Bases: object

Information about the load of a node.

Parameters:
avg1

The load average over the past minute.

Type:

float

avg5

The load average over the past 5 minutes.

Type:

float

avg15

The load average over the past 15 minutes.

Type:

float

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::LoadInfo.