From bd8224bc63953b895c1dd3e35a6cb22d87a3bba2 Mon Sep 17 00:00:00 2001
From: Richard Henwood <richard.henwood@intel.com>
Date: Fri, 25 Sep 2015 17:05:51 -0500
Subject: [PATCH] LU-7209 doc: more accurate documentation for obdfilter-survey

Make the the description of obdfilter-survey accurate and
precise.

Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Change-Id: Icdd4adf53643e91dc8a2539f63977aae5fe28fe0
Reviewed-on: http://review.whamcloud.com/16646
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Omkar Kulkarni <omkar.kulkarni@intel.com>
Tested-by: Omkar Kulkarni <omkar.kulkarni@intel.com>
Reviewed-by: Cliff White <cliff.white@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
---
 lustre-iokit/obdfilter-survey/README.obdfilter-survey | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lustre-iokit/obdfilter-survey/README.obdfilter-survey b/lustre-iokit/obdfilter-survey/README.obdfilter-survey
index 18912498c4..747fc10a1d 100644
--- a/lustre-iokit/obdfilter-survey/README.obdfilter-survey
+++ b/lustre-iokit/obdfilter-survey/README.obdfilter-survey
@@ -161,11 +161,11 @@ Script output
 
 The summary file and stdout contain lines like...
 
-ost 8 sz 67108864K rsz 1024 obj    8 thr    8 write  613.54 [ 64.00, 82.00]
+ost 8 sz 67108864K rsz 1024K obj    8 thr    8 write  613.54 [ 64.00, 82.00]
 
 ost 8          is the total number of OSTs under test.
-sz 67108864K   is the total amount of data read or written (in KB).
-rsz 1024       is the record size (size of each echo_client I/O, in KB).
+sz 67108864K   is the total amount of data read or written (in bytes).
+rsz 1024K      is the record size (size of each echo_client I/O, in bytes).
 obj    8       is the total number of objects over all OSTs
 thr    8       is the total number of threads over all OSTs and objects
 write          is the test name.  If more tests have been specified they
-- 
GitLab