xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Stats.interface.yaml (revision 7b5b4e82d394dcbbd8c5d50641eb9572b2121b50)
1description: >
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
20