NAME

API::Docker::Type::ContainerBlkioStatEntry - Blkio stats entry

VERSION

version 0.004

DESCRIPTION

Generated from the ContainerBlkioStatEntry definition of spec/v1.51.yaml.

This type is Linux-specific and omitted for Windows containers.

major

Undocumented upstream. With "minor", the pair identifying the block device the entry counts for. The example API::Docker::Type::ContainerBlkioStats gives for a whole object holds two entries under io_service_bytes_recursive, one read and one write, and both carry 254 here. Serialised as major -- spelled out, because deriving it from the Perl name would produce Major.

minor

Undocumented upstream. The other half of that pair, 0 on both of those entries. Serialised as minor -- spelled out, because deriving it from the Perl name would produce Minor.

op

Undocumented upstream. The operation counted, "read" on one of those two entries and "write" on the other. The type holding them describes itself as storing all IO service stats for data read and write. Serialised as op -- spelled out, because deriving it from the Perl name would produce Op.

value

Undocumented upstream. The count itself. What it counts depends on which of the eight arrays of API::Docker::Type::ContainerBlkioStats the entry sits in; under io_service_bytes_recursive it is bytes, 7593984 on the read entry of that object's example and 100 on the write one. Serialised as value -- spelled out, because deriving it from the Perl name would produce Value.

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.