X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=91ae4a2ae4761a972498af7e9312164d843030f6;hb=c712c97ab8714165216c5940b4a540bd42fdbd68;hp=80abc14fcf9a95318c767c2d67a299c93d424348;hpb=1a9bf8146d9842d268bcb01f4286325a8cfccc21;p=fio.git diff --git a/fio.1 b/fio.1 index 80abc14f..91ae4a2a 100644 --- a/fio.1 +++ b/fio.1 @@ -77,7 +77,14 @@ the I/O engine core to prevent writes due to unknown user space bug(s). .TP .BI \-\-eta \fR=\fPwhen Specifies when real\-time ETA estimate should be printed. \fIwhen\fR may -be `always', `never' or `auto'. +be `always', `never' or `auto'. `auto' is the default, it prints ETA when +requested if the output is a TTY. `always' disregards the output type, and +prints ETA when requested. `never' never prints ETA. +.TP +.BI \-\-eta\-interval \fR=\fPtime +By default, fio requests client ETA status roughly every second. With this +option, the interval is configurable. Fio imposes a minimum allowed time to +avoid flooding the console, less than 250 msec is not supported. .TP .BI \-\-eta\-newline \fR=\fPtime Force a new line for every \fItime\fR period passed. When the unit is omitted, @@ -863,8 +870,8 @@ pre\-allocation methods are available, \fBnone\fR if not. .RE .TP .BI fadvise_hint \fR=\fPstr -Use \fBposix_fadvise\fR\|(2) to advise the kernel what I/O patterns -are likely to be issued. Accepted values are: +Use \fBposix_fadvise\fR\|(2) or \fBposix_madvise\fR\|(2) to advise the kernel +what I/O patterns are likely to be issued. Accepted values are: .RS .RS .TP @@ -3559,8 +3566,7 @@ containing two hostnames `h1' and `h2' with IP addresses 192.168.10.120 and .RE .SH AUTHORS .B fio -was written by Jens Axboe , -now Jens Axboe . +was written by Jens Axboe . .br This man page was written by Aaron Carroll based on documentation by Jens Axboe.