Add unified_rw_reporting option
[fio.git] / fio.1
diff --git a/fio.1 b/fio.1
index 2f7728abd2462e8de6664ee1fa98fadcf99dfc41..1f81ea7bae8c75d040dd569c10bc19d3d8a8d4b3 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -240,6 +240,11 @@ The base unit for a kilobyte. The defacto base is 2^10, 1024.  Storage
 manufacturers like to use 10^3 or 1000 as a base ten unit instead, for obvious
 reasons. Allow values are 1024 or 1000, with 1024 being the default.
 .TP
+.BI unified_rw_reporting \fR=\fPbool
+Fio normally reports statistics on a per data direction basis, meaning that
+read, write, and trim are accounted and reported separately. If this option is
+set, the fio will sum the results and report them as "mixed" instead.
+.TP
 .BI randrepeat \fR=\fPbool
 Seed the random number generator in a predictable way so results are repeatable
 across runs.  Default: true.