Skip to main content

LoadRatioInfo

Represent the load ratio of a resource.

Index

Properties

actual_ratio

actual_ratio: float

The actual ratio of overloaded and non-overloaded samples.

is_overloaded

is_overloaded: bool

Indicate whether the resource is currently overloaded.

limit_ratio

limit_ratio: float

The maximum ratio of overloaded and non-overloaded samples. If the actual ratio exceeds this value, the resource is considered as overloaded.

Page Options