X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre-iokit%2Flustre-iokit.spec.in;h=8f4690d3dcd42f8da2fadca21a9bee7dbd4645ce;hb=9dac1488397c9acbfd58603c5125b272646544fc;hp=49c955ae66c9bfd1849db7c96d056f8f8a3b0106;hpb=0bcfe7071363db98913b26235c60843dd55b549a;p=fs%2Flustre-release.git diff --git a/lustre-iokit/lustre-iokit.spec.in b/lustre-iokit/lustre-iokit.spec.in index 49c955a..8f4690d 100644 --- a/lustre-iokit/lustre-iokit.spec.in +++ b/lustre-iokit/lustre-iokit.spec.in @@ -2,23 +2,47 @@ %define name @PACKAGE@ %define version @VERSION@ %define release @RELEASE@ -%define libdir %{_datadir}/%{name} -%define bindir %{_sbindir} -Summary: Lustre IOkit - Benchmark Tools +Summary: The Lustre IO-Kit is a collection of benchmark tools for a cluster with the Lustre file system. Name: %{name} Version: %{version} Release: %{release} -License: CFS +License: GPL Group: Applications/System Source: %{name}-%{version}.tar.gz -URL: http://clusterfs.com/ +URL: http://wiki.whamcloud.com/ BuildRoot: /var/tmp/%{name}-%{version}-root Provides: %{name} = %{version} BuildArch: noarch +Requires: python > 2.2, sg3_utils %description -A set of wrapper scripts for testing the Lustre filesystem and it's components. +This package includes five tools: +sgpdd-survey: +A test of the 'bare metal' performance, bypassing as much of the kernel as we can. Uses the sgp_dd utility. + +obdfilter-survey +This survey can be run in 3 modes to test disk I/O including the filesystem, +network I/O, and disk I/O via the network. The script does sequential I/O +with varying numbers of threads and objects (files) by using lctl::test_brw +to drive the echo_client connected to local or remote obdfilter instances, +or remote obdecho instances. + +ost-survey +This survey tests the client-to-disk performance of individual OSTs, and +ranks then for comparison. + +stats-collect +This script will collect IO stats on a defined set of nodes. + +ior-survey: +A script to run the IOR benchmark. The latest version can be downloaded from http://www.llnl.gov/asci/purple/benchmarks/limited/ior/ + +mds-survey: +This survey tests the local metadata performance using the echo_client to drive +the MDD layer to perform operations. It is run with multiple threads (to +simulate MDT service threads) locally on the MDS node, and does not need Lustre +clients in order to run %prep %setup -qn %{name}-%{version} @@ -31,9 +55,36 @@ make %install make install DESTDIR=$RPM_BUILD_ROOT -cat > %{name}.files <