Skip to content
Snippets Groups Projects
Commit 5e6dc6cc authored by Cliff White's avatar Cliff White
Browse files

b=10957

Updated to reflect review.
parent 37ab828e
No related branches found
No related tags found
No related merge requests found
...@@ -3,20 +3,37 @@ ...@@ -3,20 +3,37 @@
%define version @VERSION@ %define version @VERSION@
%define release @RELEASE@ %define release @RELEASE@
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} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
License: CFS License: GPL
Group: Applications/System Group: Applications/System
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
URL: http://clusterfs.com/ URL: http://clusterfs.com/
BuildRoot: /var/tmp/%{name}-%{version}-root BuildRoot: /var/tmp/%{name}-%{version}-root
Provides: %{name} = %{version} Provides: %{name} = %{version}
BuildArch: noarch BuildArch: noarch
Requires: python > 2.2, sg3_utils
%description %description
A set of wrapper scripts for testing the Lustre filesystem and it's components. This package includes four 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.
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/
%prep %prep
%setup -qn %{name}-%{version} %setup -qn %{name}-%{version}
...@@ -43,3 +60,10 @@ make install DESTDIR=$RPM_BUILD_ROOT ...@@ -43,3 +60,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
%doc ior-survey/README.ior-survey %doc ior-survey/README.ior-survey
%doc ost-survey/README.ost-survey %doc ost-survey/README.ost-survey
%doc sgpdd-survey/README.sgpdd-survey %doc sgpdd-survey/README.sgpdd-survey
%changelog
* Mon Apr 9 2007 Cliff White
- Merged with existing, changed to .in format.
* Thu Oct 4 2006 Kalpak Shah
- Created the spec file.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment