Whamcloud - gitweb
Upaating the kit to use autoconf, and to build RPMs. Thanks and praise
[fs/lustre-release.git] / lustre-iokit / ost-survey / README.ost-survey
diff --git a/lustre-iokit/ost-survey/README.ost-survey b/lustre-iokit/ost-survey/README.ost-survey
new file mode 100644 (file)
index 0000000..1541939
--- /dev/null
@@ -0,0 +1,26 @@
+ost-survey.pl (OST performance survey)
+======================================
+       This script is designed to test the client-to-disk performance 
+of the individual OSTs in a Lustre filesystem.  The network transfer 
+time from the client is included; to get a better idea of the isolated
+disk perfomance, run this script on a client running on the OST.
+       
+Syntax:
+       $ ost-survey [-h] [-s <size>] <lustre_path>
+       where              -s : size in MB
+                          -h : help
+               <lustre_path> : mount point of lustre client
+
+Assumptions
+       - Lustre filesystem is up and running
+       - Script is being run on a client
+
+
+plot-ost.pl (OST survey graph)
+======================================
+       The plot-ost.pl script can be used to plot the results from the
+ost-survey script using gnuplot.
+
+Syntax: $ ost-survey /mnt/lustre > ost_log
+       $ plot-ost.pl ost_log
+