X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=22d6b1e882d10b2a543fb88ddf657387b3b35d94;hp=da44e570167fb16010fed7f6a392b6f3dc241f9f;hb=c5b6c51ace45dd338d9883b361f3e567d20dd6e1;hpb=ae5888523480f094ce04375a45797e111273ab22 diff --git a/fio.1 b/fio.1 index da44e570..22d6b1e8 100644 --- a/fio.1 +++ b/fio.1 @@ -182,8 +182,8 @@ set. On Windows, disk devices are accessed as \\.\PhysicalDrive0 for the first device, \\.\PhysicalDrive1 for the second etc. Note: Windows and FreeBSD prevent write access to areas of the disk containing in-use data (e.g. filesystems). If the wanted filename does need to include a colon, then -escape that with a '\' character. For instance, if the filename is -"/dev/dsk/foo@3,0:c", then you would use filename="/dev/dsk/foo@3,0\:c". +escape that with a '\\' character. For instance, if the filename is +"/dev/dsk/foo@3,0:c", then you would use filename="/dev/dsk/foo@3,0\\:c". .TP .BI filename_format \fR=\fPstr If sharing multiple files between jobs, it is usually necessary to have @@ -1191,17 +1191,21 @@ 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 fio_generate_plots script uses gnuplot to turn these text files into nice graphs. See \fBwrite_lat_log\fR for behaviour of given filename. For this -option, the postfix is _bw.log. +option, the postfix is _bw.x.log, where x is the index of the job (1..N, +where N is the number of jobs) .TP .BI write_lat_log \fR=\fPstr Same as \fBwrite_bw_log\fR, but writes I/O completion latencies. If no -filename is given with this option, the default filename of "jobname_type.log" -is used. Even if the filename is given, fio will still append the type of log. +filename is given with this option, the default filename of +"jobname_type.x.log" is used, where x is the index of the job (1..N, where +N is the number of jobs). Even if the filename is given, fio will still +append the type of log. .TP .BI write_iops_log \fR=\fPstr Same as \fBwrite_bw_log\fR, but writes IOPS. If no filename is given with this -option, the default filename of "jobname_type.log" is used. Even if the -filename is given, fio will still append the type of log. +option, the default filename of "jobname_type.x.log" is used, where x is the +index of the job (1..N, where N is the number of jobs). Even if the filename +is given, fio will still append the type of log. .TP .BI log_avg_msec \fR=\fPint By default, fio will log an entry in the iops, latency, or bw log for every @@ -1214,6 +1218,23 @@ Defaults to 0. If this is set, the iolog options will include the byte offset for the IO entry as well as the other data values. .TP +.BI log_compression \fR=\fPint +If this is set, fio will compress the IO logs as it goes, to keep the memory +footprint lower. When a log reaches the specified size, that chunk is removed +and compressed in the background. Given that IO logs are fairly highly +compressible, this yields a nice memory savings for longer runs. The downside +is that the compression will consume some background CPU cycles, so it may +impact the run. This, however, is also true if the logging ends up consuming +most of the system memory. So pick your poison. The IO logs are saved +normally at the end of a run, by decompressing the chunks and storing them +in the specified log file. This feature depends on the availability of zlib. +.TP +.BI log_store_compressed \fR=\fPbool +If set, and \fBlog\fR_compression is also set, fio will store the log files in +a compressed format. They can be decompressed with fio, using the +\fB\-\-inflate-log\fR command line parameter. The files will be stored with a +\fB\.fz\fR suffix. +.TP .BI disable_lat \fR=\fPbool Disable measurements of total latency numbers. Useful only for cutting back the number of calls to \fBgettimeofday\fR\|(2), as that does impact performance at