The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
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.
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):
raidtest
ABI
aarch64
amd64
armv6
armv7
i386
powerpc
powerpc64
powerpc64le
FreeBSD:13:latest
1.3
1.3
1.3
1.3
1.3
n/a
n/a
n/a
FreeBSD:13:quarterly
1.3
1.3
1.3
1.3
1.3
n/a
n/a
n/a
FreeBSD:14:latest
1.3
1.3
1.3
1.3
1.3
1.3
-
1.3
FreeBSD:14:quarterly
1.3
1.3
-
1.3
1.3
1.3
1.3
1.3
FreeBSD:15:latest
1.3
1.3
n/a
1.3
n/a
n/a
1.3
1.3
FreeBSD:15:quarterly
1.3
1.3
n/a
-
n/a
n/a
-
-
FreeBSD:16:latest
1.3
1.3
n/a
-
n/a
n/a
-
-
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.
Number of commits found: 22
Commit History - (may be incomplete: for full details, see links to repositories near top of page)
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>
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>.
- 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
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