Whamcloud - gitweb
LU-12137 llite: use ->iterate_shared() for readdir
[fs/lustre-release.git] / lustre-iokit / obdfilter-survey / README.obdfilter-survey
index a05a3d6..747fc10 100644 (file)
@@ -55,8 +55,8 @@ Running
 The script must be customised according to the components under test and
 where it should keep its working files. Customization variables are
 described clearly at Customization variables Section in the script.
 The script must be customised according to the components under test and
 where it should keep its working files. Customization variables are
 described clearly at Customization variables Section in the script.
-Please see maximum suported value ranges for customization variables
-in the srcipt.
+Please see maximum supported value ranges for customization variables
+in the script.
 
 To run against a local disk:
 ---------------------------
 
 To run against a local disk:
 ---------------------------
@@ -113,9 +113,8 @@ is to be done.
 e.g. $ nobjhi=2 thrhi=2 size=1024 targets="<hostname/ip_of_server>" \
    case=network sh obdfilter-survey
 
 e.g. $ nobjhi=2 thrhi=2 size=1024 targets="<hostname/ip_of_server>" \
    case=network sh obdfilter-survey
 
-On server side you can see the stats at:
-   /proc/fs/lustre/obdecho/<echo_srv>/stats
-where, 'echo_srv' is the obdecho server created through script.
+On server side you can see the stats with the following command:
+       lctl get_param obdecho.*.stats
 
 NOTE: In network test only automated run is supported.
 
 
 NOTE: In network test only automated run is supported.
 
@@ -162,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).
-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
 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