| 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: | ||||
| 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 | ||||