Zbigniew Kurzynski | 9f2c7e2 | 2020-02-20 19:00:42 +0100 | [diff] [blame] | 1 | description: > |
| 2 | Provides statistic information about object. |
| 3 | |
| 4 | properties: |
| 5 | - name: ReadIO |
| 6 | type: uint64 |
| 7 | description: Number of read IOs since image mounting. |
| 8 | flags: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 9 | - const |
Zbigniew Kurzynski | 9f2c7e2 | 2020-02-20 19:00:42 +0100 | [diff] [blame] | 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: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 17 | - const |
Zbigniew Kurzynski | 9f2c7e2 | 2020-02-20 19:00:42 +0100 | [diff] [blame] | 18 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 19 | - xyz.openbmc_project.Common.Error.InternalFailure |