| commit | b9b306b542afb8a3059c2035fb2034a89e4660d1 | [log] [tgz] |
|---|---|---|
| author | Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com> | Thu Oct 09 11:39:28 2025 +0900 |
| committer | Jens Axboe <axboe@kernel.dk> | Thu Oct 09 13:16:51 2025 -0600 |
| tree | 809a4460c05c2a51f93e3921d56f93eec0ac2709 | |
| parent | 7089300f2dae18dbcb05dbb75fe73606658a12d9 [diff] |
stat: report zone reset count in json output format When --output-format=json option is specified, fio currently does not report the zone reset count even when zbd zonemode is specified. To report it, add the new item "zone_resets" to the json output format. Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>