Bug 153750 - [new port] benchmarks/filebench Port of the Solaris FileBench tool
Summary: [new port] benchmarks/filebench Port of the Solaris FileBench tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 23:40 UTC by Tom Judge
Modified: 2011-01-09 08:20 UTC (History)
1 user (show)

See Also:


Attachments
benchmarks-filebench.txt (6.16 KB, text/plain)
2011-01-06 23:40 UTC, Tom Judge
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Judge 2011-01-06 23:40:04 UTC
Attached is a new port for the Solaris FileBench for FreeBSD and Linux as requested by pjd.

WWW: http://www.fsl.cs.sunysb.edu/~vass/filebench/

Tinderbox log: http://tinderbox.tomjudge.com/tb/logs/8.1-Devel-amd64/filebench-1.4.8.0.8.log
Comment 1 Florian Smeets freebsd_committer freebsd_triage 2011-01-07 12:11:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-09 08:08:55 UTC
flo         2011-01-09 08:08:50 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks           Makefile 
  Added files:
    benchmarks/filebench Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add new port benchmarks/filebench
  
  Filebench is quick to set up and use unlike many of the commercial
  benchmarks which it can emulate. It is also a handy tool for
  micro-benchmarking storage subsystems and studying the relationships of
  complex applications such as relational databases with their storage
  without having to incur the costs of setting up those applications,
  loading data and so forth.
  
  Filebench uses loadable workload personalities in a common framework to
  allow easy emulation of complex applications upon file systems. The
  workload personalities use a Workload Definition Language to define the
  workload's model.
  
  WWW: http://www.solarisinternals.com/wiki/index.php/FileBench
  WWW: http://www.fsl.cs.sunysb.edu/~vass/filebench/
  
  PR:             ports/153750
  Submitted by:   "Tom Judge" <tom@tomjudge.com>
  Approved by:    fjoe (mentor)
  
  Revision  Changes    Path
  1.72      +1 -0      ports/benchmarks/Makefile
  1.1       +28 -0     ports/benchmarks/filebench/Makefile (new)
  1.1       +2 -0      ports/benchmarks/filebench/distinfo (new)
  1.1       +14 -0     ports/benchmarks/filebench/pkg-descr (new)
  1.1       +48 -0     ports/benchmarks/filebench/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2011-01-09 08:09:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!