blob: a6ef168164d7924c9617fcbaeb4cf798f6932313 [file] [log] [blame]
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +01001description: >
2 Provides statistic information about object.
3
4properties:
5 - name: ReadIO
6 type: uint64
7 description: Number of read IOs since image mounting.
8 flags:
Patrick Williams8da396c2022-03-14 14:21:02 -05009 - const
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010010 errors:
11 - xyz.openbmc_project.Common.Error.InternalFailure
12
13 - name: WriteIO
14 type: uint64
15 description: Number of write IOs since image mounting.
16 flags:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - const
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +010018 errors:
Patrick Williams8da396c2022-03-14 14:21:02 -050019 - xyz.openbmc_project.Common.Error.InternalFailure