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

1.9 KiB

ContainerStatsResponse

Properties

Name Type Description Notes
name Option<String> Name of the container [optional]
id Option<String> ID of the container [optional]
read Option<String> Date and time at which this sample was collected. The value is formatted as RFC 3339 with nano-seconds. [optional]
preread Option<String> Date and time at which this first sample was collected. This field is not propagated if the "one-shot" option is set. If the "one-shot" option is set, this field may be omitted, empty, or set to a default date (0001-01-01T00:00:00Z). The value is formatted as RFC 3339 with nano-seconds. [optional]
pids_stats Option<models::ContainerPidsStats> [optional]
blkio_stats Option<models::ContainerBlkioStats> [optional]
num_procs Option<i32> The number of processors on the system. This field is Windows-specific and always zero for Linux containers. [optional]
storage_stats Option<models::ContainerStorageStats> [optional]
cpu_stats Option<models::ContainerCpuStats> [optional]
precpu_stats Option<models::ContainerCpuStats> [optional]
memory_stats Option<models::ContainerMemoryStats> [optional]
networks Option<serde_json::Value> Network statistics for the container per interface. This field is omitted if the container has no networking enabled. [optional]

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