iolog: Added option read_iolog_chunked. Used to avoid reading large iologs at once.
[fio.git] / thread_options.h
index dc290b0ba197e8da091d65f4e711f5f4758f7ab5..92a3cfdb1bd16d68cee4ef5800c8a93fa91514b0 100644 (file)
@@ -110,8 +110,6 @@ struct thread_options {
        unsigned int write_hint;
        unsigned int verify;
        unsigned int do_verify;
-       unsigned int verifysort;
-       unsigned int verifysort_nr;
        unsigned int verify_interval;
        unsigned int verify_offset;
        char verify_pattern[MAX_PATTERN_SIZE];
@@ -174,6 +172,7 @@ struct thread_options {
        unsigned int fdatasync_blocks;
        unsigned int barrier_blocks;
        unsigned long long start_delay;
+       unsigned long long start_delay_orig;
        unsigned long long start_delay_high;
        unsigned long long timeout;
        unsigned long long ramp_time;
@@ -247,6 +246,7 @@ struct thread_options {
        fio_fp64_t percentile_list[FIO_IO_U_LIST_MAX_LEN];
 
        char *read_iolog_file;
+       bool read_iolog_chunked;
        char *write_iolog_file;
 
        unsigned int write_bw_log;
@@ -317,6 +317,8 @@ struct thread_options {
 
        unsigned int replay_align;
        unsigned int replay_scale;
+       unsigned int replay_time_scale;
+       unsigned int replay_skip;
 
        unsigned int per_job_logs;
 
@@ -390,8 +392,6 @@ struct thread_options_pack {
        uint32_t write_hint;
        uint32_t verify;
        uint32_t do_verify;
-       uint32_t verifysort;
-       uint32_t verifysort_nr;
        uint32_t verify_interval;
        uint32_t verify_offset;
        uint8_t verify_pattern[MAX_PATTERN_SIZE];
@@ -592,6 +592,8 @@ struct thread_options_pack {
 
        uint32_t replay_align;
        uint32_t replay_scale;
+       uint32_t replay_time_scale;
+       uint32_t replay_skip;
 
        uint32_t per_job_logs;