notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
raidtest Test performance of storage devices
1.3 benchmarks on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3Version of this port present on the latest quarterly branch.
Maintainer: pjd@FreeBSD.org search for ports maintained by this maintainer
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, lsof, expat, nmap, vim
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.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/raidtest
  2. /usr/local/share/licenses/raidtest-1.3/catalog.mk
  3. /usr/local/share/licenses/raidtest-1.3/LICENSE
  4. /usr/local/share/licenses/raidtest-1.3/BSD2CLAUSE
Collapse this list.
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):
raidtest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.31.31.31.31.3-1.3-
FreeBSD:13:quarterly1.31.31.31.31.31.31.31.3
FreeBSD:14:latest1.31.31.31.31.31.3-1.3
FreeBSD:14:quarterly1.31.3-1.31.31.31.31.3
FreeBSD:15:latest1.31.3n/a1.3n/a1.31.31.3
FreeBSD:15:quarterly--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:
  1. 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)
CommitCreditsLog message
1.3
20 Jul 2022 14:20:56
commit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803acommit hash: 86b2c5122a18d1f73e6e4e4626889fab8fb0803a files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.3
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
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
Revision:502956Original commit files touched by this commit
danfe search for other commits by this committer
- 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
Revision:400848Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:367583Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user
1.3
02 Mar 2014 18:19:49
Revision:346787Original commit files touched by this commit
mav search for other commits by this committer
Fix integer type overflow, limiting test range to first 4GB of the media.

Reviewed by:	pjd
1.2
22 Jan 2014 15:45:23
Revision:340718Original commit files touched by this commit
mat search for other commits by this committer
Fixup svn props for pkg-descr*

With hat:	portmgr
Sponsored by:	Absolight
1.2
25 Sep 2013 00:54:09
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
1.2
20 Sep 2013 15:52:45
Revision:327708Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks)
1.2
22 Oct 2011 23:50:23
Original commit files touched by this commit
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
1.2
26 Sep 2008 08:32:46
Original commit files touched by this commit
ru search for other commits by this committer
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
Original commit files touched by this commit
edwin search for other commits by this committer
[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
Original commit files touched by this commit
vd search for other commits by this committer
* 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
Original commit files touched by this commit
sem search for other commits by this committer
- Satisfy portlint

Approved by:    maintainer
1.0
29 Dec 2004 01:57:28
Original commit files touched by this commit
obrien search for other commits by this committer
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
Original commit files touched by this commit
pjd search for other commits by this committer
Raidtest requires functions (byteorder(9)) which were introduced in
FreeBSD 5.1.
1.0
08 Dec 2004 19:40:33
Original commit files touched by this commit
pjd search for other commits by this committer
Fix compilation on sparc64.
1.0
05 Dec 2004 04:19:12
Original commit files touched by this commit
obrien search for other commits by this committer
Shorten comment.
1.0
05 Dec 2004 04:18:19
Original commit files touched by this commit
obrien search for other commits by this committer
Add a "README".
1.0
05 Dec 2004 04:13:30
Original commit files touched by this commit
obrien search for other commits by this committer
pjd's src/tools/tools/raidtest as a port.

Number of commits found: 22