Whamcloud - gitweb
9f75664ae7b1999eb0a322b534d4f014ef79615f
[fs/lustre-release.git] / lustre-iokit / ost-survey / README
1 ost-survey.pl (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 plot-ost.pl (OST survey graph)
20 ======================================
21         The plot-ost.pl 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         $ plot-ost.pl ost_log
26
27
28
29
30
31
32 Some sample test results:
33 Ost#  Read(MB/s)  Write(MB/s)  Read-time  Write-time
34 ----------------------------------------------------
35 0     12.080       18.382        2.483      1.632       Local Firewire IDE
36 1     15.043       43.289        1.994      0.693       Local IDE
37 2     22.546       25.252        1.331      1.188       Local loopback
38 0      8.896       17.370        3.372      1.727       GigE to above disks
39