Port details |
- bonnie Performance Test of Filesystem I/O
- 2.0.6_2 benchmarks =20 2.0.6_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-22 12:02:59
- Commit Hash: 0c54612
- People watching this port, also watch:: unzip, sudo, help2man, gmake, libxml2
- License: not specified in port
- WWW:
- https://www.textuality.com/bonnie/
- Description:
- Bonnie: Filesystem Benchmark Program
Bonnie tests the speed of file I/O using standard C library calls.
It does reads and writes of blocks, testing for the limit of sustained
data rate (usually limited by the drive or controller) and updates on
a file (better simulating normal operating conditions and quite dependent
on drive and OS optimisations).
The per-character read and write tests are generally limited by CPU speed
only on current-generation hardware. It takes some 35 SPECint92 to read
or write a file at a rate of 1MB/s using getc() and putc().
The seek tests are dependent on the buffer cache size, since the fraction
of disk blocks that fits into the buffer cache will be found without any
disk operation and will contribute zero seek time readings. I.e. if the
buffer cache is 16MB and the Bonnie test file is 32MB in size, then the
seek time will come out as half its real value. The seek time includes
rotational delay, and will thus always come out higher than specified for
a drive.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bonnie>0:benchmarks/bonnie
- To install the port:
- cd /usr/ports/benchmarks/bonnie/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/bonnie
- pkg install bonnie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bonnie
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bonnie.tar.gz) = e420ca9275ddd9aa5fdb27d86851a57eea5ff94e8ccf6ba71352d35546842937
SIZE (bonnie.tar.gz) = 7140
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 bonnie-2.0.6_2:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_bonnie
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.6_2 22 Feb 2024 12:02:59 |
Muhammad Moinur Rahman (bofh) |
benchmarks/bonnie: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.6_1 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 ) |
2.0.6_1 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
2.0.6_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.6_1 13 Oct 2017 08:21:36 |
bapt |
Remove dead links from MASTER_SITES or WWW |
2.0.6_1 27 Jul 2016 15:09:12 |
mat |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.0.6_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.6_1 28 Jul 2014 14:17:03 |
adamw |
Rename benchmark/ patch-xy patches to reflect the files they modify. |
2.0.6_1 08 Feb 2014 21:15:28 |
ehaupt |
- Support staging
- Add STATIC option
(inspired by commented out CFLAGS+=-static) |
2.0.6_1 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
2.0.6_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.0.6_1 21 Aug 2009 14:18:38 |
kuriyama |
- Apply some diffs from repo in code.google.com.
- Take maintainership.
Obtained from: http://code.google.com/p/bonnie-64/source/detail?r=2 |
2.0.6 18 Dec 2008 02:33:39 |
linimon |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.0.6 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
2.0.6 12 Aug 2006 15:16:47 |
se |
Install to /... instead of to /... |
2.0.6 11 Jun 2006 18:41:57 |
se |
Fix two bugs affecting bonnie runs with large data files:
- A printf format specified a long operand but received an offset_t value.
- The random numbers for large seek ranges were computed without regard
for operator precedence and could become negative (for file sizes larger
than 4GB, which was a wrong test for "large", since it did not account
for the chunk size).
The problems were found by etc at fluffles dot net (Enlightenment). Thanks
for the detailed report. Guess there aren't many Bonnie users with multi-
terabyte RAID systems; these bugs had been found long ago, else ... |
2.0.6 22 Jan 2006 08:20:08 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.6 22 Mar 2004 23:35:18 |
se |
Add SIZE data to distinfo files.
Submitted by: trevor |
2.0.6 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.0.6 07 Mar 2003 05:56:23 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0.6 27 Aug 2002 16:13:49 |
obrien |
Use 8k chunks as Bonnie 1.0 did rather than 16k ones.
Otherwise the benchmark output is different (and noticeably lower) when
compared to 1.0.
Requested by: se |
2.0.6 27 Aug 2002 15:57:24 |
obrien |
Upgrade to version 2.0.6.
Reviewed by: se |
1.0 27 Aug 2002 15:55:42 |
obrien |
It is easier to modify the manpage if it is a normal text rather than a patch. |
1.0 27 Aug 2002 15:53:52 |
obrien |
It is easier to modify the manpage if it is a normal text rather than a patch. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 00:20:10 |
asami |
Convert category benchmarks to new layout. |