X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=9ca38abcdc6c69e48f39ec6c7c1b9d03a1baa3f8;hb=dc6d4dbbdd3a12e7df2bc0a713faebeae9d0dca2;hp=1c0dc795c245120b6e6f3f9b681553db80753477;hpb=64bbb86598ada3fa401c61aab5ef6c37bec6d6f3;p=fio.git diff --git a/fio.1 b/fio.1 index 1c0dc795..9ca38abc 100644 --- a/fio.1 +++ b/fio.1 @@ -746,6 +746,12 @@ attempts to respect timing information between I/Os. Enabling \fBreplay_no_stall\fR causes I/Os to be replayed as fast as possible while still respecting ordering. .TP +.BI replay_redirect \fR=\fPstr +While replaying I/O patterns using \fBread_iolog\fR the default behavior +is to replay the IOPS onto the major/minor device that each IOP was recorded +from. Setting \fBreplay_redirect\fR causes all IOPS to be replayed onto the +single specified device regardless of the device it was recorded from. +.TP .B write_bw_log \fR=\fPstr If given, write a bandwidth log of the jobs in this job file. Can be used to store data of the bandwidth of the jobs in their lifetime. The included @@ -985,7 +991,8 @@ Disk utilization. .PD .SH TERSE OUTPUT If the \fB\-\-minimal\fR option is given, the results will be printed in a -semicolon-delimited format suitable for scripted use. Note that the first +semicolon-delimited format suitable for scripted use - a job description +(if provided) follows on a new line. Note that the first number in the line is the version number. If the output has to be changed for some reason, this number will be incremented by 1 to signify that change. The fields are: @@ -1047,12 +1054,24 @@ IO depth distribution: .B <=1, 2, 4, 8, 16, 32, >=64 .RE .P -IO latency distribution (ms): +IO latency distribution: +.RS +Microseconds: +.RS +.B <=2, 4, 10, 20, 50, 100, 250, 500, 750, 1000 +.RE +Milliseconds: +.RS +.B <=2, 4, 10, 20, 50, 100, 250, 500, 750, 1000, 2000, >=2000 +.RE +.RE +.P +Error Info (dependant on continue_on_error, default off): .RS -.B <=2, 4, 10, 20, 50, 100, 250, 500, 750, 1000, >=2000 +.B total # errors, first error code .RE .P -.B text description +.B text description (if provided in config - appears on newline) .RE .SH AUTHORS .B fio