Bug 149838 - New port: benchmarks/randomio disk i/o benchmark
Summary: New port: benchmarks/randomio disk i/o benchmark
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-20 17:10 UTC by pluknet
Modified: 2010-08-23 12:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.05 KB, text/plain)
2010-08-20 17:10 UTC, pluknet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pluknet 2010-08-20 17:10:03 UTC
New port. A multithreaded disk i/o microbenchmark.

Fix: Patch attached with submission follows:
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2010-08-21 17:22:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-23 12:21:08 UTC
decke       2010-08-23 11:20:59 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks           Makefile 
  Added files:
    benchmarks/randomio  Makefile distinfo pkg-descr 
    benchmarks/randomio/files patch-Makefile 
  Log:
  Randomio is a multithreaded disk i/o microbenchmark. It
  requires O_DIRECT, pread/pwrite, and pthreads.
  
  WWW: http://www.arctic.org/~dean/randomio/
  
  PR:             ports/149838
  Submitted by:   Sergey Kandaurov <pluknet at gmail dot com> (maintainer)
  Approved by:    beat (co-mentor)
  
  Revision  Changes    Path
  1.70      +1 -0      ports/benchmarks/Makefile
  1.1       +23 -0     ports/benchmarks/randomio/Makefile (new)
  1.1       +3 -0      ports/benchmarks/randomio/distinfo (new)
  1.1       +8 -0      ports/benchmarks/randomio/files/patch-Makefile (new)
  1.1       +4 -0      ports/benchmarks/randomio/pkg-descr (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 Bernhard Froehlich freebsd_committer freebsd_triage 2010-08-23 12:40:18 UTC
State Changed
From-To: open->closed

New port added. Thanks!