docker-sdk-rust/docs/ContainerThrottlingData.md
2025-06-16 16:37:36 +07:00

628 B

ContainerThrottlingData

Properties

Name Type Description Notes
periods Option<i32> Number of periods with throttling active. [optional]
throttled_periods Option<i32> Number of periods when the container hit its throttling limit. [optional]
throttled_time Option<i32> Aggregated time (in nanoseconds) the container was throttled for. [optional]

[Back to Model list] [Back to API list] [Back to README]