Whamcloud - gitweb
Disable the stracing of update_oldconfig.
[fs/lustre-release.git] / lustre-iokit / sgpdd-survey / README
index a6bea39..67dd23b 100644 (file)
@@ -1,9 +1,15 @@
+WARNING: Running sgp_dd will ERASE the contents of the disk devices.
+         This is NOT to be run on any OST where you care about any data
+        or you are not expecting to reformat the filesystem afterward.
 
 Requirements
 ------------
 
 . sg3_utils (for sgp_dd)
-. SCSI device
+  SCSI device
+  Or, if using non-scsi disk
+  raw device support
+  sg3_utils
 
 
 Overview
@@ -22,6 +28,13 @@ The script spawns variable numbers of sgp_dd instances, each reading or
 writing a separate area of the disk to show how performance varies with the
 number of concurrent stripe files.
 
+The device(s) used must meet one of two tests:
+SCSI device:
+       Must appear in the output of 'sg_map'
+Raw device:
+       Must appear in the output of 'raw -qa'
+You may not mix raw and SCSI devices in the test specification.
+
 
 Running
 -------
@@ -41,9 +54,9 @@ The summary file and stdout contain lines like...
 
 total_size  8388608K rsz 1024 thr     1 crg   1  180.45 MB/s   1 x  180.50 =  180.50 MB/s
 
-The first number is the bandwidth computed by measuring total data and
-elapsed time.  The other numbers are a check on the bandwidths reported by
-the individual sgp_dd instances.
+The number immediately before the first MB/s is the bandwidth computed by
+measuring total data and elapsed time.  The other numbers are a check on
+the bandwidths reported by the individual sgp_dd instances.
 
 If there are so many threads that sgp_dd is unlikely to be able to allocate
 I/O buffers, "ENOMEM" is printed.