FreshPorts -- The Place For Ports notbug Fri, 25 May 2012 8:55 PM BST
Port details
bonnie++ 1.96_1 benchmarks on this many watch lists=20 search for ports that depend on this port
Performance Test of Filesystem I/O
Maintained by: martymac@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Mar 2001 13:39:33
License: GPLv2


Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance. Then you can
decide which test is important and decide how to compare different
systems after running it. I have no plans to ever have it produce a
single number, because I don't think that a single number can be useful
when comparing such things.

The main program tests database type access to a single file (or a set
of files if you wish to test more than 1G of storage), and it tests
creation, reading, and deleting of small files which can simulate the
usage of programs such as Squid, INN, or Maildir format email.

WWW: http://www.coker.com.au/bonnie++/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/benchmarks/bonnie++/ && make install clean
To add the package: pkg_add -r bonnie++


Configuration Options
     No options to configure

Master Sites:
http://www.coker.com.au/bonnie++/experimental/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Mar 2011 17:59:51
Original commit files touched by this commit  1.96_1
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
16 Nov 2010 14:19:17
Original commit files touched by this commit  1.96_1
martymac search for other commits by this committer
Add missing LICENSE

Approved by:    ehaupt (mentor)
27 Sep 2010 12:08:23
Original commit files touched by this commit  1.96
martymac search for other commits by this committer
Update MAINTAINER address for my ports

Approved by:    ehaupt (mentor)
07 Sep 2010 15:52:18
Original commit files touched by this commit  1.96
pgollucci search for other commits by this committer
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
26 Aug 2009 16:04:49
Original commit files touched by this commit  1.96
miwi search for other commits by this committer
- Update to 138132

PR:             138132
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
25 Feb 2008 11:10:31
Original commit files touched by this commit  1.93.04
miwi search for other commits by this committer
- Update to 1.93.04
- Pass maintainership to submitter

PR:             121058
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
03 May 2006 23:26:35
Original commit files touched by this commit  1.93.03_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with B
23 Nov 2005 23:53:09
Original commit files touched by this commit  1.93.03_1
pav search for other commits by this committer
- Add SHA256
27 Jan 2004 20:51:07
Original commit files touched by this commit  1.93.03_1
trevor search for other commits by this committer
Add SIZE.
21 Dec 2003 03:19:28
Original commit files touched by this commit  1.93.03_1
petef search for other commits by this committer
- support large files
- bump PORTREVISION

PR:             56011
Submitted by:   Vivek Khera <vivek@khera.org>
22 Nov 2003 00:46:43
Original commit files touched by this commit  1.93.03
pav search for other commits by this committer
- Our other two 64-bit platforms needs min(int, int) workaround too
- Unmark broken as it builds on Bento at least for i386. I got some feedback
  that it builds with gcc 3.3.3, but not with 3.3.1

Tested by:      Koop Mast (on sparc64)
Approved by:    adamw (mentor)
22 Oct 2003 09:21:17
Original commit files touched by this commit  1.93.03
osa search for other commits by this committer
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
A part of PR:   57992
15 Oct 2003 23:51:46
Original commit files touched by this commit  1.93.03
linimon search for other commits by this committer
Mark broken for gcc 3.3.  The author seems to be tracking gcc updates
(the port works on 3.2) so perhaps this will be short-term.

PR:             ports/56422
05 Apr 2003 04:39:13
Original commit files touched by this commit  1.93.03
kris search for other commits by this committer
Add missing files
05 Mar 2003 22:40:38
Original commit files touched by this commit  1.93.03
obrien search for other commits by this committer
Fix the build on 64-bit machines.
The STL provides a min(unsigned, unsigned) implimentation by default,
but not a min(unsigned long, unsigned) one.
26 Feb 2003 07:45:44
Original commit files touched by this commit  1.93.03
obrien search for other commits by this committer
Install the new docs, fix the path to them in the manpage, install all manpages.
26 Feb 2003 02:06:32
Original commit files touched by this commit  1.93.03
obrien search for other commits by this committer
Update to version 1.93c.
This adds multiple disk accessors to better stress today's RAID's
and highly buffered disk subsystems.
20 Feb 2003 16:50:39
Original commit files touched by this commit  1.03
knu search for other commits by this committer
De-pkg-comment.
02 Jan 2003 15:33:22
Original commit files touched by this commit  1.03
ijliao search for other commits by this committer
upgrade to 1.03
01 Sep 2002 19:01:22
Original commit files touched by this commit  1.02c
dwcjr search for other commits by this committer
Fix bonnie++ on -current

PR:             40793
Submitted by:   corecode@corecode.ath.cx
14 Jun 2002 21:47:45
Original commit files touched by this commit  1.02c
pat search for other commits by this committer
Update to 1.02c

PR:             39220
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
02 Nov 2001 19:01:03
files touched by this commit
joerg search for other commits by this committer
Setting optind to 0 before calling getopt(3) is a stupid idea; it would   cause
argv[0] to be evaluated as a program option, which is usually not   what we
want. ;-)  Just leave it alone, the library is supposed to DTRT   anyway.    
17 Oct 2001 10:04:04
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.0.2   drop maintainership    
09 Sep 2001 09:29:31
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.01d    
10 Jun 2001 14:13:55
files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.01c    
26 Apr 2001 05:09:37
files touched by this commit
ijliao search for other commits by this committer
add missing sbin/zcac into pkg-plist    
24 Mar 2001 16:39:33
files touched by this commit
ijliao search for other commits by this committer
add bonnie++   Performance Test of Filesystem I/O    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23669
Broken 192
Deprecated 147
Ignore 733
Forbidden 3
Restricted 327
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 29
new 48 hours33
new 7 days66
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.129 seconds.