Skip to content
Snippets Groups Projects
Commit bd8224bc authored by Richard Henwood's avatar Richard Henwood Committed by Oleg Drokin
Browse files

LU-7209 doc: more accurate documentation for obdfilter-survey


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

Signed-off-by: default avatarRichard Henwood <richard.henwood@intel.com>
Change-Id: Icdd4adf53643e91dc8a2539f63977aae5fe28fe0
Reviewed-on: http://review.whamcloud.com/16646


Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarOmkar Kulkarni <omkar.kulkarni@intel.com>
Tested-by: default avatarOmkar Kulkarni <omkar.kulkarni@intel.com>
Reviewed-by: default avatarCliff White <cliff.white@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent 63a3e412
No related branches found
No related tags found
No related merge requests found
...@@ -161,11 +161,11 @@ Script output ...@@ -161,11 +161,11 @@ Script output
The summary file and stdout contain lines like... 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. ost 8 is the total number of OSTs under test.
sz 67108864K is the total amount of data read or written (in KB). sz 67108864K is the total amount of data read or written (in bytes).
rsz 1024 is the record size (size of each echo_client I/O, in KB). 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 obj 8 is the total number of objects over all OSTs
thr 8 is the total number of threads over all OSTs and objects 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 write is the test name. If more tests have been specified they
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment