X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre-iokit%2Flustre-iokit.spec.in;h=f7116840090d402a1c2caf322863c2f021869179;hp=4bb5a308d73e6b2960164d488dd579e3b8d725e5;hb=e3b20f6d05337b7310266bad847777d3c8f4e547;hpb=5e6dc6cc0222811cb8e2fa979108f91c642e26ca diff --git a/lustre-iokit/lustre-iokit.spec.in b/lustre-iokit/lustre-iokit.spec.in index 4bb5a30..f711684 100644 --- a/lustre-iokit/lustre-iokit.spec.in +++ b/lustre-iokit/lustre-iokit.spec.in @@ -17,7 +17,7 @@ BuildArch: noarch Requires: python > 2.2, sg3_utils %description -This package includes four tools: +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. @@ -32,6 +32,9 @@ 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/ @@ -40,29 +43,35 @@ A script to run the IOR benchmark. The latest version can be downloaded from htt %build rm -fr $RPM_BUILD_ROOT -./configure --prefix=/usr/local +./configure --prefix=/usr make %install 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