NAME
API::Docker::Type::ContainerNetworkStats - Aggregates the network stats of one container
VERSION
version 0.004
DESCRIPTION
Generated from the ContainerNetworkStats definition of spec/v1.51.yaml.
rx_bytes
Bytes received. Windows and Linux. Serialised as rx_bytes -- spelled out, because deriving it from the Perl name would produce RxBytes.
rx_packets
Packets received. Windows and Linux. Serialised as rx_packets -- spelled out, because deriving it from the Perl name would produce RxPackets.
rx_errors
Received errors. Not used on Windows.
This field is Linux-specific and always zero for Windows containers. Serialised as rx_errors -- spelled out, because deriving it from the Perl name would produce RxErrors.
rx_dropped
Incoming packets dropped. Windows and Linux. Serialised as rx_dropped -- spelled out, because deriving it from the Perl name would produce RxDropped.
tx_bytes
Bytes sent. Windows and Linux. Serialised as tx_bytes -- spelled out, because deriving it from the Perl name would produce TxBytes.
tx_packets
Packets sent. Windows and Linux. Serialised as tx_packets -- spelled out, because deriving it from the Perl name would produce TxPackets.
tx_errors
Sent errors. Not used on Windows.
This field is Linux-specific and always zero for Windows containers. Serialised as tx_errors -- spelled out, because deriving it from the Perl name would produce TxErrors.
tx_dropped
Outgoing packets dropped. Windows and Linux. Serialised as tx_dropped -- spelled out, because deriving it from the Perl name would produce TxDropped.
endpoint_id
Endpoint ID. Not used on Linux.
This field is Windows-specific and omitted for Linux containers. Serialised as endpoint_id -- spelled out, because deriving it from the Perl name would produce EndpointId.
instance_id
Instance ID. Not used on Linux.
This field is Windows-specific and omitted for Linux containers. Serialised as instance_id -- spelled out, because deriving it from the Perl name would produce InstanceId.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.