blob: 9895b068bb1796d274d7313428404457159bd49d [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:
9 - const
10 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:
17 - const
18 errors:
19 - xyz.openbmc_project.Common.Error.InternalFailure