Whamcloud - gitweb
Need to replace the nfs-utils-lustre that was installed with CMD2.
[fs/lustre-release.git] / lustre-iokit / ost-survey / README
1 This script is to be used to test the performance of the
2 individual OSTs in a Lustre filesystem.
3
4 Goal: 
5         - Generate a fixed amount of IO per OST
6         - Identify the fastest and slowest OST
7         
8 Parameters
9         - Size of per-OST IO
10
11 Plan
12
13         Identify number of OSTs in system
14         For each OST
15         - create a directory
16         - use lfs setstripe to restrict IO to that directory
17         - run some form of IO 
18         
19 Assumptions
20         - Lustre filesystem is up and running
21         - Script is being run on a client
22
23
24 Steps
25
26         0. Check pre-requisites
27                 - sgp_dd
28         1. Identify the number of OSTs in the system
29                 - store value
30
31         2. Collect input parameters
32                 - store value
33
34         3. Set up array to hold output
35         
36         4. Loop over all OSTs
37                 - Create a directory
38                 - Set striping on that directory
39                 - Run some IO and time
40                 - Resolve MB/s
41                 - Store in array
42
43         5. Determine max an min for the array
44
45