add io diagnose info

This commit is contained in:
renju96
2023-07-24 12:42:41 +00:00
committed by ob-robot
parent 96331c927c
commit cfaace79c2
36 changed files with 464 additions and 105 deletions

View File

@ -1396,7 +1396,7 @@ void write_group_perf_config()
"tenant_id device_id group io_mode io_size_byte io_depth perf_mode target_iops thread_count is_sequence start_s stop_s\n"
"1001 1 0 r 16384 10 rolling 0 16 0 0 8\n"
"1001 1 10001 r 16384 10 rolling 0 16 0 2 7\n"
"1001 1 10002 r 16384 10 rolling 0 16 0 0 6\n"
"1001 1 20001 r 16384 10 rolling 0 16 0 0 6\n"
"1002 1 0 r 16384 10 rolling 0 16 0 0 5\n"
;
const int64_t file_len = strlen(file_buf);