X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=BenchmarkingTests.xml;h=635b7f477984b8f0f1f608334596f9902cc84a2d;hb=26fa1171e37656a60cb53d30bc52a6b9e5fb8c53;hp=3502cbaa35ae987e18a5e2f8615de26e31703276;hpb=16924d711b4d71f82d842015f46b768187b6e1a3;p=doc%2Fmanual.git diff --git a/BenchmarkingTests.xml b/BenchmarkingTests.xml index 3502cba..635b7f4 100644 --- a/BenchmarkingTests.xml +++ b/BenchmarkingTests.xml @@ -1,6 +1,8 @@ - Benchmarking Lustre Performance (Lustre I/O Kit) - This chapter describes the Lustre I/O kit, a collection of I/O benchmarking tools for a Lustre cluster, and PIOS, a parallel I/O simulator for Linux and Solaris. It includes: + Benchmarking Lustre File System Performance (Lustre I/O + Kit) + This chapter describes the Lustre I/O kit, a collection of I/O + benchmarking tools for a Lustre cluster. It includes: @@ -29,23 +31,33 @@ performancebenchmarking Using Lustre I/O Kit Tools - The tools in the Lustre I/O Kit are used to benchmark Lustre hardware and validate that it is working as expected before you install the Lustre software. It can also be used to to validate the performance of the various hardware and software layers in the cluster and also to find and troubleshoot I/O issues. + The tools in the Lustre I/O Kit are used to benchmark Lustre file system hardware and + validate that it is working as expected before you install the Lustre software. It can also be + used to to validate the performance of the various hardware and software layers in the cluster + and also to find and troubleshoot I/O issues. Typically, performance is measured starting with single raw devices and then proceeding to groups of devices. Once raw performance has been established, other software layers are then added incrementally and tested.
Contents of the Lustre I/O Kit - The I/O kit contains three tests, each of which tests a progressively higher layer in the Lustre stack: + The I/O kit contains three tests, each of which tests a progressively higher layer in + the Lustre software stack: - sgpdd_survey - Measure basic 'bare metal' performance of devices while bypassing the kernel block device layers, buffer cache, and file system. + sgpdd-survey - Measure basic 'bare metal' performance + of devices while bypassing the kernel block device layers, buffer cache, and file + system. - obdfilter_survey - Measure the performance of one or more OSTs directly on the OSS node or alternately over the network from a Lustre client. + obdfilter-survey - Measure the performance of one or more OSTs + directly on the OSS node or alternately over the network from a Lustre client. - ost_survey - Performs I/O against OSTs individually to allow performance comparisons to detect if an OST is performing suboptimally due to hardware issues. + ost-survey - Performs I/O against OSTs individually to allow + performance comparisons to detect if an OST is performing suboptimally due to hardware + issues. - Typically with these tests, Lustre should deliver 85-90% of the raw device performance. + Typically with these tests, a Lustre file system should deliver 85-90% of the raw device + performance. A utility stats-collect is also provided to collect application profiling information from Lustre clients and servers. See for more information.
@@ -56,7 +68,8 @@ Password-free remote access to nodes in the system (provided by ssh or rsh). - LNET self-test completed to test that Lustre Networking has been properly installed and configured. See . + LNET self-test completed to test that Lustre networking has been properly installed + and configured. See . Lustre file system software installed. @@ -66,12 +79,19 @@ Download the Lustre I/O kit (lustre-iokit)from: - http://downloads.whamcloud.com/ + http://downloads.hpdd.intel.com/
- <indexterm><primary>benchmarking</primary><secondary>raw hardware with sgpdd_survey</secondary></indexterm>Testing I/O Performance of Raw Hardware (<literal>sgpdd_survey</literal>) - The sgpdd_survey tool is used to test bare metal I/O performance of the raw hardware, while bypassing as much of the kernel as possible. This survey may be used to characterize the performance of a SCSI device by simulating an OST serving multiple stripe files. The data gathered by this survey can help set expectations for the performance of a Lustre OST using this device. + <indexterm> + <primary>benchmarking</primary> + <secondary>raw hardware with sgpdd-survey</secondary> + </indexterm>Testing I/O Performance of Raw Hardware (<literal>sgpdd-survey</literal>) + The sgpdd-survey tool is used to test bare metal I/O performance of the + raw hardware, while bypassing as much of the kernel as possible. This survey may be used to + characterize the performance of a SCSI device by simulating an OST serving multiple stripe + files. The data gathered by this survey can help set expectations for the performance of a + Lustre OST using this device. The script uses sgp_dd to carry out raw sequential disk I/O. It runs with variable numbers of sgp_dd threads to show how performance varies with different request queue depths. The script spawns variable numbers of sgp_dd instances, each reading or writing a separate area of the disk to demonstrate performance variance within a number of concurrent stripe files. Several tips and insights for disk performance measurement are described below. Some of this information is specific to RAID arrays and/or the Linux RAID implementation. @@ -86,7 +106,8 @@ - The sgpdd_survey script overwrites the device being tested, which results in the + The sgpdd-survey script overwrites the device being tested, which + results in the LOSS OF ALL DATA on that device. Exercise caution when selecting the device to be tested. @@ -113,7 +134,9 @@ Raw and SCSI devices cannot be mixed in the test specification. - If you need to create raw devices to use the sgpdd_survey tool, note that raw device 0 cannot be used due to a bug in certain versions of the "raw" utility (including that shipped with RHEL4U4.) + If you need to create raw devices to use the sgpdd-survey tool, note + that raw device 0 cannot be used due to a bug in certain versions of the "raw" + utility (including the version shipped with Red Hat Enterprise Linux 4U4.)
<indexterm><primary>benchmarking</primary><secondary>tuning storage</secondary></indexterm>Tuning Linux Storage Devices @@ -131,9 +154,15 @@
- Running sgpdd_survey - The sgpdd_survey script must be customized for the particular device being tested and for the location where the script saves its working and result files (by specifying the ${rslt} variable). Customization variables are described at the beginning of the script. - When the sgpdd_survey script runs, it creates a number of working files and a pair of result files. The names of all the files created start with the prefix defined in the variable ${rslt}. (The default value is /tmp.) The files include: + Running sgpdd-survey + The sgpdd-survey script must be customized for the particular device + being tested and for the location where the script saves its working and result files (by + specifying the ${rslt} variable). Customization variables are described + at the beginning of the script. + When the sgpdd-survey script runs, it creates a number of working + files and a pair of result files. The names of all the files created start with the prefix + defined in the variable ${rslt}. (The default value is + /tmp.) The files include: File containing standard output data (same as stdout) @@ -180,47 +209,81 @@
- <indexterm><primary>benchmarking</primary><secondary>OST performance</secondary></indexterm>Testing OST Performance (<literal>obdfilter_survey</literal>) - The obdfilter_survey script generates sequential I/O from varying numbers of threads and objects (files) to simulate the I/O patterns of a Lustre client. - The obdfilter_survey script can be run directly on the OSS node to measure the OST storage performance without any intervening network, or it can be run remotely on a Lustre client to measure the OST performance including network overhead. - The obdfilter_survey is used to characterize the performance of the following: + <indexterm> + <primary>benchmarking</primary> + <secondary>OST performance</secondary> + </indexterm>Testing OST Performance (<literal>obdfilter-survey</literal>) + The obdfilter-survey script generates sequential I/O from varying + numbers of threads and objects (files) to simulate the I/O patterns of a Lustre client. + The obdfilter-survey script can be run directly on the OSS node to + measure the OST storage performance without any intervening network, or it can be run remotely + on a Lustre client to measure the OST performance including network overhead. + The obdfilter-survey is used to characterize the performance of the + following: - Local file system - In this mode, the obdfilter_survey script exercises one or more instances of the obdfilter directly. The script may run on one or more OSS nodes, for example, when the OSSs are all attached to the same multi-ported disk subsystem. + Local file system - In this mode, the + obdfilter-survey script exercises one or more instances of the + obdfilter directly. The script may run on one or more OSS nodes, for example, when the + OSSs are all attached to the same multi-ported disk subsystem. Run the script using the case=disk parameter to run the test against all the local OSTs. The script automatically detects all local OSTs and includes them in the survey. - To run the test against only specific OSTs, run the script using the target=parameter to list the OSTs to be tested explicitly. If some OSTs are on remote nodes, specify their hostnames in addition to the OST name (for example, oss2:lustre-OST0004). + To run the test against only specific OSTs, run the script using the targets=parameter to list the OSTs to be tested explicitly. If some OSTs are on remote nodes, specify their hostnames in addition to the OST name (for example, oss2:lustre-OST0004). All obdfilter instances are driven directly. The script automatically loads the obdecho module (if required) and creates one instance of echo_client for each obdfilter instance in order to generate I/O requests directly to the OST. For more details, see . Network - In this mode, the Lustre client generates I/O requests over the network but these requests are not sent to the OST file system. The OSS node runs the obdecho server to receive the requests but discards them before they are sent to the disk. - Pass the parameters case=network and target=hostname|IP_of_server to the script. For each network case, the script does the required setup. + Pass the parameters case=network and targets=hostname|IP_of_server to the script. For each network case, the script does the required setup. For more details, see - Remote file system over the network - In this mode the obdfilter_survey script generates I/O from a Lustre client to a remote OSS to write the data to the file system. + Remote file system over the network - In this mode + the obdfilter-survey script generates I/O from a Lustre client to a + remote OSS to write the data to the file system. To run the test against all the local OSCs, pass the parameter case=netdisk to the script. Alternately you can pass the target= parameter with one or more OSC devices (e.g., lustre-OST0000-osc-ffff88007754bc00) against which the tests are to be run. For more details, see . - The obdfilter_survey script is potentially destructive and there is a small risk data may be lost. To reduce this risk, obdfilter_survey should not be run on devices that contain data that needs to be preserved. Thus, the best time to run obdfilter_survey is before the Lustre file system is put into production. The reason obdfilter_survey may be safe to run on a production file system is because it creates objects with object sequence 2. Normal file system objects are typically created with object sequence 0. + The obdfilter-survey script is potentially destructive and there is a + small risk data may be lost. To reduce this risk, obdfilter-survey should + not be run on devices that contain data that needs to be preserved. Thus, the best time to + run obdfilter-survey is before the Lustre file system is put into + production. The reason obdfilter-survey may be safe to run on a + production file system is because it creates objects with object sequence 2. Normal file + system objects are typically created with object sequence 0. - If the obdfilter_survey test is terminated before it completes, some small amount of space is leaked. you can either ignore it or reformat the file system. + If the obdfilter-survey test is terminated before it completes, some + small amount of space is leaked. you can either ignore it or reformat the file + system. - The obdfilter_survey script is NOT scalable beyond tens of OSTs since it is only intended to measure the I/O performance of individual storage subsystems, not the scalability of the entire system. + The obdfilter-survey script is NOT scalable + beyond tens of OSTs since it is only intended to measure the I/O performance of individual + storage subsystems, not the scalability of the entire system. - The obdfilter_survey script must be customized, depending on the components under test and where the script's working files should be kept. Customization variables are described at the beginning of the obdfilter_survey script. In particular, pay attention to the listed maximum values listed for each parameter in the script. + The obdfilter-survey script must be customized, depending on the + components under test and where the script's working files should be kept. + Customization variables are described at the beginning of the + obdfilter-survey script. In particular, pay attention to the listed + maximum values listed for each parameter in the script.
<indexterm><primary>benchmarking</primary><secondary>local disk</secondary></indexterm>Testing Local Disk Performance - The obdfilter_survey script can be run automatically or manually against a local disk. This script profiles the overall throughput of storage hardware, including the file system and RAID layers managing the storage, by sending workloads to the OSTs that vary in thread count, object count, and I/O size. - When the obdfilter_survey script is run, it provides information about the performance abilities of the storage hardware and shows the saturation points. - The plot-obdfilter script generates from the output of the obdfilter_survey a CSV file and parameters for importing into a spreadsheet or gnuplot to visualize the data. - To run the obdfilter_survey script, create a standard Lustre configuration; no special setup is needed. + The obdfilter-survey script can be run automatically or manually + against a local disk. This script profiles the overall throughput of storage hardware, + including the file system and RAID layers managing the storage, by sending workloads to the + OSTs that vary in thread count, object count, and I/O size. + When the obdfilter-survey script is run, it provides information + about the performance abilities of the storage hardware and shows the saturation + points. + The plot-obdfilter script generates from the output of the + obdfilter-survey a CSV file and parameters for importing into a + spreadsheet or gnuplot to visualize the data. + To run the obdfilter-survey script, create a standard Lustre file + system configuration; no special setup is needed. To perform an automatic run: @@ -232,10 +295,34 @@ modprobe obdecho - Run the obdfilter_survey script with the parameter case=disk. + Run the obdfilter-survey script with the parameter + case=disk. For example, to run a local test with up to two objects (nobjhi), up to two threads (thrhi), and 1024 MB transfer size (size): $ nobjhi=2 thrhi=2 size=1024 case=disk sh obdfilter-survey + + Performance measurements for write, rewrite, read etc are provided below: + # example output +Fri Sep 25 11:14:03 EDT 2015 Obdfilter-survey for case=disk from hds1fnb6123 +ost 10 sz 167772160K rsz 1024K obj 10 thr 10 write 10982.73 [ 601.97,2912.91] rewrite 15696.54 [1160.92,3450.85] read 12358.60 [ 938.96,2634.87] +... + The file ./lustre-iokit/obdfilter-survey/README.obdfilter-survey + provides an explaination for the output as follows: + ost 10 is the total number of OSTs under test. +sz 167772160K 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 10 is the total number of objects over all OSTs +thr 10 is the total number of threads over all OSTs and objects +write is the test name. If more tests have been specified they + all appear on the same line. +10982.73 is the aggregate bandwidth over all OSTs measured by + dividing the total number of MB by the elapsed time. +[601.97,2912.91] are the minimum and maximum instantaneous bandwidths seen on + any individual OST. +Note that although the numbers of threads and objects are specifed per-OST +in the customization section of the script, results are reported aggregated +over all OSTs. + To perform a manual run: @@ -257,12 +344,13 @@ List all OSTs you want to test. - Use the target=parameter to list the OSTs separated by spaces. List the individual OSTs by name using the format + Use the targets=parameter to list the OSTs separated by spaces. List the individual OSTs by name using the format fsname-OSTnumber (for example, lustre-OST0001). You do not have to specify an MDS or LOV. - Run the obdfilter_survey script with the target=parameter. + Run the obdfilter-survey script with the + targets=parameter. For example, to run a local test with up to two objects (nobjhi), up to two threads (thrhi), and 1024 Mb (size) transfer size: $ nobjhi=2 thrhi=2 size=1024 targets="lustre-OST0001 \ lustre-OST0002" sh obdfilter-survey @@ -271,8 +359,10 @@
<indexterm><primary>benchmarking</primary><secondary>network</secondary></indexterm>Testing Network Performance - The obdfilter_survey script can only be run automatically against a network; no manual test is provided. - To run the network test, a specific Lustre setup is needed. Make sure that these configuration requirements have been met. + The obdfilter-survey script can only be run automatically against a + network; no manual test is provided. + To run the network test, a specific Lustre file system setup is needed. Make sure that + these configuration requirements have been met. To perform an automatic run: @@ -288,9 +378,12 @@ lctl dl - Run the obdfilter_survey script with the parameters case=network and targets=hostname|ip_of_server. For example: + Run the obdfilter-survey script with the parameters + case=network and + targets=hostname|ip_of_server. For + example: $ nobjhi=2 thrhi=2 size=1024 targets="oss0 oss1" \ - case=network sh odbfilter-survey + case=network sh obdfilter-survey On the server side, view the statistics at: @@ -302,7 +395,9 @@
<indexterm><primary>benchmarking</primary><secondary>remote disk</secondary></indexterm>Testing Remote Disk Performance - The obdfilter_survey script can be run automatically or manually against a network disk. To run the network disk test, start with a standard Lustre configuration. No special setup is needed. + The obdfilter-survey script can be run automatically or manually + against a network disk. To run the network disk test, start with a standard Lustre + configuration. No special setup is needed. To perform an automatic run: @@ -314,7 +409,8 @@ modprobe obdecho - Run the obdfilter_survey script with the parameter case=netdisk. For example: + Run the obdfilter-survey script with the parameter + case=netdisk. For example: $ nobjhi=2 thrhi=2 size=1024 case=netdisk sh obdfilter-survey @@ -342,10 +438,12 @@ List all OSCs you want to test. - Use the target=parameter to list the OSCs separated by spaces. List the individual OSCs by name separated by spaces using the format fsname-OST_name-osc-instance (for example, lustre-OST0000-osc-ffff88007754bc00). You do not have to specify an MDS or LOV. + Use the targets=parameter to list the OSCs separated by spaces. List the individual OSCs by name separated by spaces using the format fsname-OST_name-osc-instance (for example, lustre-OST0000-osc-ffff88007754bc00). You do not have to specify an MDS or LOV. - Run the obdfilter_survey script with the target=osc and case=netdisk. + Run the obdfilter-survey script with the + targets=osc and + case=netdisk. An example of a local test run with up to two objects (nobjhi), up to two threads (thrhi), and 1024 Mb (size) transfer size is shown below: $ nobjhi=2 thrhi=2 size=1024 \ targets="lustre-OST0000-osc-ffff88007754bc00 \ @@ -356,7 +454,9 @@
Output Files - When the obdfilter_survey script runs, it creates a number of working files and a pair of result files. All files start with the prefix defined in the variable ${rslt}. + When the obdfilter-survey script runs, it creates a number of working + files and a pair of result files. All files start with the prefix defined in the variable + ${rslt}. @@ -407,13 +507,20 @@ - The obdfilter_survey script iterates over the given number of threads and objects performing the specified tests and checks that all test processes have completed successfully. + The obdfilter-survey script iterates over the given number of threads + and objects performing the specified tests and checks that all test processes have completed + successfully. - The obdfilter_survey script may not clean up properly if it is aborted or if it encounters an unrecoverable error. In this case, a manual cleanup may be required, possibly including killing any running instances of lctl (local or remote), removing echo_client instances created by the script and unloading obdecho. + The obdfilter-survey script may not clean up properly if it is + aborted or if it encounters an unrecoverable error. In this case, a manual cleanup may be + required, possibly including killing any running instances of lctl + (local or remote), removing echo_client instances created by the script + and unloading obdecho.
Script Output - The .summary file and stdout of the obdfilter_survey script contain lines like: + The .summary file and stdout of the + obdfilter-survey script contain lines like: ost 8 sz 67108864K rsz 1024 obj 8 thr 8 write 613.54 [ 64.00, 82.00] Where: @@ -505,7 +612,11 @@
Visualizing Results - It is useful to import the obdfilter_survey script summary data (it is fixed width) into Excel (or any graphing package) and graph the bandwidth versus the number of threads for varying numbers of concurrent regions. This shows how the OSS performs for a given number of concurrently-accessed objects (files) with varying numbers of I/Os in flight. + It is useful to import the obdfilter-survey script summary data (it + is fixed width) into Excel (or any graphing package) and graph the bandwidth versus the + number of threads for varying numbers of concurrent regions. This shows how the OSS + performs for a given number of concurrently-accessed objects (files) with varying numbers + of I/Os in flight. It is also useful to monitor and record average disk I/O sizes during each test using the 'disk io size' histogram in the file /proc/fs/lustre/obdfilter/ (see for details). These numbers help identify problems in the system when full-sized I/Os are not submitted to the underlying disk. This may be caused by problems in the device driver or Linux block layer. */brw_stats The plot-obdfilter script included in the I/O toolkit is an example of processing output files to a .csv format and plotting a graph using gnuplot. @@ -513,35 +624,48 @@
- <indexterm><primary>benchmarking</primary><secondary>OST I/O</secondary></indexterm>Testing OST I/O Performance (<literal>ost_survey</literal>) - The ost_survey tool is a shell script that uses lfs setstripe to perform I/O against a single OST. The script writes a file (currently using dd) to each OST in the Lustre file system, and compares read and write speeds. The ost_survey tool is used to detect anomalies between otherwise identical disk subsystems. + <indexterm> + <primary>benchmarking</primary> + <secondary>OST I/O</secondary> + </indexterm>Testing OST I/O Performance (<literal>ost-survey</literal>) + The ost-survey tool is a shell script that uses lfs + setstripe to perform I/O against a single OST. The script writes a file (currently + using dd) to each OST in the Lustre file system, and compares read and + write speeds. The ost-survey tool is used to detect anomalies between + otherwise identical disk subsystems. - We have frequently discovered wide performance variations across all LUNs in a cluster. This may be caused by faulty disks, RAID parity reconstruction during the test, or faulty network hardware. + We have frequently discovered wide performance variations across all LUNs in a cluster. + This may be caused by faulty disks, RAID parity reconstruction during the test, or faulty + network hardware. - To run the ost_survey script, supply a file size (in KB) and the Lustre mount point. For example, run: - $ ./ost-survey.sh 10 /mnt/lustre + To run the ost-survey script, supply a file size (in KB) and the Lustre + file system mount point. For example, run: + $ ./ost-survey.sh -s 10 /mnt/lustre Typical output is: -Average read Speed: 6.73 -Average write Speed: 5.41 -read - Worst OST indx 0 5.84 MB/s -write - Worst OST indx 0 3.77 MB/s -read - Best OST indx 1 7.38 MB/s -write - Best OST indx 1 6.31 MB/s -3 OST devices found -Ost index 0 Read speed 5.84 Write speed 3.77 -Ost index 0 Read time 0.17 Write time 0.27 -Ost index 1 Read speed 7.38 Write speed 6.31 -Ost index 1 Read time 0.14 Write time 0.16 -Ost index 2 Read speed 6.98 Write speed 6.16 -Ost index 2 Read time 0.14 Write time 0.16 +Number of Active OST devices : 4 +Worst Read OST indx: 2 speed: 2835.272725 +Best Read OST indx: 3 speed: 2872.889668 +Read Average: 2852.508999 +/- 16.444792 MB/s +Worst Write OST indx: 3 speed: 17.705545 +Best Write OST indx: 2 speed: 128.172576 +Write Average: 95.437735 +/- 45.518117 MB/s +Ost# Read(MB/s) Write(MB/s) Read-time Write-time +---------------------------------------------------- +0 2837.440 126.918 0.035 0.788 +1 2864.433 108.954 0.035 0.918 +2 2835.273 128.173 0.035 0.780 +3 2872.890 17.706 0.035 5.648
<indexterm><primary>benchmarking</primary><secondary>MDS performance</secondary></indexterm>Testing MDS Performance (<literal>mds-survey</literal>) - mds-survey is available in Lustre 2.2 and beyond. The mds-survey script tests the local metadata performance using the echo_client to drive different layers of the MDS stack: mdd, mdt, osd (current lustre version only supports mdd stack). It can be used with the following classes of operations: + mds-survey is available in Lustre software release 2.2 and beyond. The + mds-survey script tests the local metadata performance using the + echo_client to drive different layers of the MDS stack: mdd, mdt, osd (the Lustre software + only supports mdd stack). It can be used with the following classes of operations: @@ -578,40 +702,46 @@ performanceTesting MDS Performance (mds-survey< The script must be customized according to the components under test and where it should keep its working files. Customization variables are described as followed: - thrlo - threads to start testing. skipped if less than dir_count + thrlo - threads to start testing. skipped if less than + dir_count - thrhi - maximum number of threads to test + thrhi - maximum number of threads to test - targets - MDT instance + targets - MDT instance - file_count - number of files per thread to test + file_count - number of files per thread to test - dir_count - total number of directories to test. Must be less than or equal to thrhi + dir_count - total number of directories to test. Must be less + than or equal to thrhi - stripe_count - number stripe on OST objects + stripe_count - number stripe on OST objects - tests_str - test operations. Must have at least "create" and "destroy" + tests_str - test operations. Must have at least "create" and + "destroy" - start_number - base number for each thread to prevent name collisions + start_number - base number for each thread to prevent name + collisions - layer - MDS stack's layer to be tested + layer - MDS stack's layer to be tested Run without OST objects creation: Setup the Lustre MDS without OST mounted. Then invoke the mds-survey script $ thrhi=64 file_count=200000 sh mds-survey Run with OST objects creation: - Setup the Lustre MDS with at least one OST mounted. Then invoke the mds-survey script with stripe_count parameter + Setup the Lustre MDS with at least one OST mounted. Then invoke the + mds-survey script with stripe_count + parameter $ thrhi=64 file_count=200000 stripe_count=2 sh mds-survey - Note: a specific mdt instance can be specified using targets variable. + Note: a specific MDT instance can be specified using targets variable. $ targets=lustre-MDT0000 thrhi=64 file_count=200000 stripe_count=2 sh mds-survey @@ -774,7 +904,7 @@ performanceTesting MDS Performance (mds-survey< The stats-collect utility requires: - Lustre to be installed and set up on your cluster + Lustre software to be installed and set up on your cluster SSH and SCP access to these nodes without requiring a password @@ -793,7 +923,7 @@ performanceTesting MDS Performance (mds-survey< SERVICE - Lustre OST and MDT RPC service statistics - BRW - OST block read/write statistics (brw_stats) + BRW - OST bulk read/write statistics (brw_stats) SDIO - SCSI disk IO statistics (sd_iostats)