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

2.1 KiB

ContainerBlkioStats

Properties

Name Type Description Notes
io_service_bytes_recursive Option<Vecmodels::ContainerBlkioStatEntry> [optional]
io_serviced_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
io_queue_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
io_service_time_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
io_wait_time_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
io_merged_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
io_time_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]
sectors_recursive Option<Vecmodels::ContainerBlkioStatEntry> This field is only available when using Linux containers with cgroups v1. It is omitted or null when using cgroups v2. [optional]

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