From ed653bdc3c9063d4041358c21e70877c613955ff Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 10 May 2007 22:48:19 +0000 Subject: [PATCH] Branch HEAD Minor doc updates? --- lustre-iokit/README | 2 +- lustre-iokit/obdfilter-survey/README.obdfilter-survey | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre-iokit/README b/lustre-iokit/README index 263f89a..a4afca1 100644 --- a/lustre-iokit/README +++ b/lustre-iokit/README @@ -3,7 +3,7 @@ In order of preference: sgpdd-survey: - a test of the 'bare metal' performance, bypassing as much of the kernel as we can. Does not require Lustre, does -require the sgp_dd package. +require the sgp_dd package. WILL ERASE ALL DATA ON DEVICE. obdsurvey: - a test of Lustre performance with three modes: Requires Python > 2.2 diff --git a/lustre-iokit/obdfilter-survey/README.obdfilter-survey b/lustre-iokit/obdfilter-survey/README.obdfilter-survey index 7f8095a..b9e82bc 100644 --- a/lustre-iokit/obdfilter-survey/README.obdfilter-survey +++ b/lustre-iokit/obdfilter-survey/README.obdfilter-survey @@ -183,8 +183,8 @@ 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 is the total number of OSTs under test. -sz 67108864K is the total amount of data read or written (in K). -rsz 1024 is the record size (size of each echo_client I/O). +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). 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 -- 1.8.3.1