Revision e8045d67 qmp-commands.hx

b/qmp-commands.hx
1201 1201
    - "wr_bytes": bytes written (json-int)
1202 1202
    - "rd_operations": read operations (json-int)
1203 1203
    - "wr_operations": write operations (json-int)
1204
    - "flush_operations": cache flush operations (json-int)
1204 1205
    - "wr_highest_offset": Highest offset of a sector written since the
1205 1206
                           BlockDriverState has been opened (json-int)
1206 1207
- "parent": Contains recursively the statistics of the underlying
......
1222 1223
                  "wr_operations":751,
1223 1224
                  "rd_bytes":122567168,
1224 1225
                  "rd_operations":36772
1226
                  "flush_operations":61,
1225 1227
               }
1226 1228
            },
1227 1229
            "stats":{
......
1230 1232
               "wr_operations":692,
1231 1233
               "rd_bytes":122739200,
1232 1234
               "rd_operations":36604
1235
               "flush_operations":51,
1233 1236
            }
1234 1237
         },
1235 1238
         {
......
1240 1243
               "wr_operations":0,
1241 1244
               "rd_bytes":0,
1242 1245
               "rd_operations":0
1246
               "flush_operations":0,
1243 1247
            }
1244 1248
         },
1245 1249
         {
......
1250 1254
               "wr_operations":0,
1251 1255
               "rd_bytes":0,
1252 1256
               "rd_operations":0
1257
               "flush_operations":0,
1253 1258
            }
1254 1259
         },
1255 1260
         {
......
1260 1265
               "wr_operations":0,
1261 1266
               "rd_bytes":0,
1262 1267
               "rd_operations":0
1268
               "flush_operations":0,
1263 1269
            }
1264 1270
         }
1265 1271
      ]

Also available in: Unified diff