Whamcloud - gitweb
LU-5791 lfsck: use bottom device to locate object
[fs/lustre-release.git] / lustre-iokit / ost-survey / README.ost-survey
1 ost-survey (OST performance survey)
2 ===================================
3 This script is designed to test the client-to-disk performance
4 of the individual OSTs in a Lustre filesystem.  The network transfer
5 time from the client is included; to get a better idea of the isolated
6 disk perfomance, run this script on a client running on the OST.
7         
8 Syntax:
9         $ ost-survey [-h] [-s <size>] <lustre_path>
10         where              -s : size in MB
11                            -h : help
12                 <lustre_path> : mount point of lustre client
13
14 Assumptions
15         - Lustre filesystem is up and running
16         - Script is being run on a client
17
18
19 iokit-plot-ost (OST survey graph)
20 ===========================
21 The iokit-plot-ost script can be used to plot the results from the
22 ost-survey script using gnuplot.
23
24 Syntax: $ ost-survey /mnt/lustre > ost_log
25         $ iokit-plot-ost ost_log
26