[PATCH] Include io depth distribution statistics

Calculate the distribution of io depths for the job run.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/HOWTO b/HOWTO
index 40f974c..95d059e 100644
--- a/HOWTO
+++ b/HOWTO
@@ -539,6 +539,7 @@
     clat (msec): min=    0, max=  631, avg=48.50, stdev=86.82
     bw (KiB/s) : min=    0, max= 1196, per=51.00%, avg=664.02, stdev=681.68
   cpu        : usr=1.49%, sys=0.25%, ctx=7969
+  IO depths    : 1=0.1%, 2=0.3%, 4=0.5%, 8=99.0%, 16=0.0%, 32=0.0%, >32=0.0%
 
 The client number is printed, along with the group id and error of that
 thread. Below is the io statistics, here for writes. In the order listed,
@@ -563,6 +564,11 @@
 		same disk, since they are then competing for disk access.
 cpu=		CPU usage. User and system time, along with the number
 		of context switches this thread went through.
+IO depths=	The distribution of io depths over the job life time. The
+		numbers are divided into powers of 2, so for example the
+		16= entries includes depths up to that value but higher
+		than the previous entry. In other words, it covers the
+		range from 16 to 31.
 
 After each client has been listed, the group statistics are printed. They
 will look like this: