X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=98de281e2e1188387cb0ae9e887940c9abb7491b;hp=5dcaae029cde28f77efbed623683ec271d04fc76;hb=c2fcb6bcecf0d4208154178de55d918d2a4abf61;hpb=40e8d8314f10a578765e20a4eb574b2603d292df diff --git a/stat.h b/stat.h index 5dcaae02..98de281e 100644 --- a/stat.h +++ b/stat.h @@ -211,6 +211,9 @@ struct thread_stat { uint32_t first_error; uint64_t total_err_count; + /* ZBD stats */ + uint64_t nr_zone_resets; + uint64_t nr_block_infos; uint32_t block_infos[MAX_NR_BLOCK_INFOS];