Whamcloud - gitweb
Updated for build 42.
[fs/lustre-release.git] / lustre-iokit / lustre-iokit.spec.in
index bf87172..08bbc81 100644 (file)
@@ -3,20 +3,40 @@
 %define version @VERSION@
 %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}
 Version: %{version}
 Release: %{release}
-License: CFS
+License: GPL
 Group: Applications/System
 Source: %{name}-%{version}.tar.gz
-URL: http://clusterfs.com/
+URL: http://www.sun.com/software/products/lustre/index.xml
 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/
 
 %prep
 %setup -qn %{name}-%{version}
@@ -30,16 +50,29 @@ make
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
-/usr/local/bin/ior-survey
-/usr/local/bin/parse-ior.pl
-/usr/local/bin/echo.sh
-/usr/local/bin/obdfilter-survey
-/usr/local/bin/obparse.pl
-/usr/local/bin/plot-ost.pl
-/usr/local/bin/ost-survey.pl
-/usr/local/bin/sgpdd-survey
-/usr/local/bin/parse-sgpdd.pl
+/usr/bin/ior-survey
+/usr/bin/parse-ior
+/usr/bin/libecho
+/usr/bin/obdfilter-survey
+/usr/bin/plot-obdfilter
+/usr/bin/plot-ost
+/usr/bin/ost-survey
+/usr/bin/sgpdd-survey
+/usr/bin/plot-sgpdd
+/usr/bin/lstats.sh
+/usr/bin/gather_stats_everywhere.sh
+/usr/bin/config.sh
 %doc obdfilter-survey/README.obdfilter-survey
 %doc ior-survey/README.ior-survey
 %doc ost-survey/README.ost-survey
 %doc sgpdd-survey/README.sgpdd-survey
+%doc stats-collect/README.lstats.sh
+
+
+%changelog
+* Tue Jul 24 2007 Cliff White
+- Added stats-collect
+* Mon Apr 9 2007 Cliff White
+- Merged with existing, changed to .in format.
+* Thu Oct 4 2006  Kalpak Shah
+- Created the spec file.