summaryrefslogtreecommitdiff
path: root/benchmarks/rawio/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix rawio for sequential read/write tests:Stefan Eßer2006-10-091-1/+1
| | | | | | | | | | | | | | | | | Revision 1.3 of patch-ad worked around the problem, that only one writer is allowed to allow a partition through GEOM. The fix was not complete, leading to the file position not been incremented during reads and writes, thus not testing sequential performance, but performance of cached reads and writes, in general. This fix makes rawio report reasonable sequential performance again, but I'm still very suspicious with regard to randomized start positions working. The results do not show the expected variation of sequential read/write performance. I have not had time to look into this any deeper, though, and thus decidied to not delay the commit any further ... Notes: svn path=/head/; revision=175116
* Update port: benchmarks/rawio update MASTER_SITEEdwin Groothuis2005-11-221-1/+2
| | | | | | | | | | | | | - Update MASTER_SITE to fix fetch problem. Instead of replacing the master-site, I have added the second one until Greg fixes his ftp site. PR: ports/87988 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=149015
* Modify rawio(1) to work with GEOM by losing the multiple-open(2)Brian Feldman2005-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | semantics. As GEOM prevents actual concurrent accesses that are deemed generally unsafe. As we know, as a rawio(1) user, that we are intending to do something ostensibly unsafe, we can use a single open(2) shared among the worker children and then use pread(2) and pwrite(2) instead of read(2), write(2) and lseek(2). This properly bypasses the sanity checks GEOM makes for concurrent access. Additionally, sector size isn't and hasn't ever been necessarily 512 (or a multiple thereof), but we don't have many classical examples of devices not the common case that we'd test rawio(1) with. In my particular case, I'm using graid3(8) and have an effective sector size of 1024. The program now attempts to use DIOCGSECTORSIZE to find the correct base for a device and thus Works For Me. Cursory review by: MAINTAINER Notes: svn path=/head/; revision=146432
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-0/+1
| | | | Notes: svn path=/head/; revision=100139
* [PATCH] benchmarks/rawio has a bug in commandline option parserEdwin Groothuis2004-01-101-0/+1
| | | | | | | | | | | | | | | | run rawio with -s option(size of raw disk device), as follows: % rawio -a -s 30029328k -v 1 /dev/ad4c returned: Invalid length specification: -v in source rawio.c, it skips parsing argument at one point. PR: ports/58567 Submitted by: OOTOMO Hiroyuki <ootomo@za.wakwak.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=97848
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade to version 1.2.Greg Lehey2002-10-131-1/+1
| | | | | | | Reminded by: kkenn Notes: svn path=/head/; revision=67921
* Grog is willing to maintain this now.David E. O'Brien2000-09-151-1/+1
| | | | Notes: svn path=/head/; revision=32627
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27416
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Update to version 1.1.David E. O'Brien2000-01-031-2/+1
| | | | | | | Submitted by: grog Notes: svn path=/head/; revision=24372
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Greg Lehey's util for performance testing of low-level storage devicesDavid E. O'Brien1999-08-081-0/+24
Notes: svn path=/head/; revision=20615