X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.h;h=289223cbe814e2b90d9d26b0ab272edbb3dc0e99;hp=cba871458cf78292eb42b3097aa781a45a954bd9;hb=b75a394fd0e9455ab71912d4462aaae7e6e4366b;hpb=50677a6d2eb29fdc251accfc52f9d787684d6f60;ds=sidebyside diff --git a/stat.h b/stat.h index cba87145..289223cb 100644 --- a/stat.h +++ b/stat.h @@ -168,6 +168,19 @@ struct thread_stat { uint32_t kb_base; }; +struct jobs_eta { + uint32_t nr_running; + uint32_t nr_ramp; + uint32_t nr_pending; + uint32_t files_open; + uint32_t m_rate, t_rate; + uint32_t m_iops, t_iops; + uint32_t rate[2]; + uint32_t iops[2]; + uint64_t elapsed_sec; + uint64_t eta_sec; +}; + extern void show_thread_status(struct thread_stat *ts, struct group_run_stats *rs); extern void show_group_stats(struct group_run_stats *rs);