Port details |
- raidtest Test performance of storage devices
- 1.3 benchmarks =8 1.3Version of this port present on the latest quarterly branch.
- Maintainer: pjd@FreeBSD.org
- Port Added: 2004-12-05 04:16:05
- Last Update: 2022-07-20 14:20:56
- Commit Hash: 86b2c51
- People watching this port, also watch:: rsync, pcre, libxml2, stunnel, unzip
- License: BSD2CLAUSE
- Description:
- This utility can be used to test performance of storage devices.
It works by generating a test file which contains I/O requests with
random size and random offset. It then spawns parallel processes
which send requests to the given device based on the test file data.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- raidtest>0:benchmarks/raidtest
- To install the port:
- cd /usr/ports/benchmarks/raidtest/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/raidtest
- pkg install raidtest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: raidtest
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for raidtest-1.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_raidtest
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
1.3 29 May 2019 12:48:00 |
danfe |
- Drop empty `do-fetch' target: this is the default when both
DISTFILES and PATCHFILES are empty
- Define LICENSE (BSD2CLAUSE)
- Convert 42-line pkg-descr into README file, fix a typo and
give it better formatting |
1.3 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.3 07 Sep 2014 17:32:18 |
antoine |
Allow staging as a regular user |
1.3 02 Mar 2014 18:19:49 |
mav |
Fix integer type overflow, limiting test range to first 4GB of the media.
Reviewed by: pjd |
1.2 22 Jan 2014 15:45:23 |
mat |
Fixup svn props for pkg-descr*
With hat: portmgr
Sponsored by: Absolight |
1.2 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.2 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
1.2 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.2 26 Sep 2008 08:32:46 |
ru |
Open device in read-only mode if we're only going to read from it.
Approved by: pjd |
1.1 02 May 2007 07:17:21 |
edwin |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111723
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
1.1 23 Jan 2007 10:26:06 |
vd |
* Make benchmarks/raidtest more accurate and avoid crashes
* Bump PORTVERSION
* s/NOMAN/NO_MAN
PR: ports/107311
Submitted by: vd
Approved by: pjd@FreeBSD.org (maintainer timeout) |
1.0 07 May 2006 12:31:45 |
sem |
- Satisfy portlint
Approved by: maintainer |
1.0 29 Dec 2004 01:57:28 |
obrien |
Initial cut at making this buildable on 4.x.
It still needs work, but maybe someone else will take it farther. |
1.0 28 Dec 2004 22:22:55 |
pjd |
Raidtest requires functions (byteorder(9)) which were introduced in
FreeBSD 5.1. |
1.0 08 Dec 2004 19:40:33 |
pjd |
Fix compilation on sparc64. |
1.0 05 Dec 2004 04:19:12 |
obrien |
Shorten comment. |
1.0 05 Dec 2004 04:18:19 |
obrien |
Add a "README". |
1.0 05 Dec 2004 04:13:30 |
obrien |
pjd's src/tools/tools/raidtest as a port. |