Port details |
- blogbench Performance Test of Filesystem I/O
- 1.1_2 benchmarks =4 1.1_2Version of this port present on the latest quarterly branch.
- Maintainer: jmohacsi@bsd.hu
- Port Added: 2005-02-14 21:04:50
- Last Update: 2024-02-22 12:02:59
- Commit Hash: e6f6122
- People watching this port, also watch:: cdrtools, nginx, iperf, bitstream-vera, bonnie++
- License: not specified in port
- WWW:
- https://github.com/jedisct1/Blogbench
- Description:
- Blogbench is a portable filesystem benchmark that tries to reproduce the
load of a real-world busy file server.
It stresses the filesystem with multiple threads performing random reads,
writes and rewrites in order to get a realistic idea of the scalability
and the concurrency a system can handle.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- blogbench>0:benchmarks/blogbench
- To install the port:
- cd /usr/ports/benchmarks/blogbench/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/blogbench
- pkg install blogbench
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blogbench
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (blogbench-1.1.tar.bz2) = 2eea967a4e696e1a873427b0a3b355b71dc238a73f08c23ae5785cc84e0beb24
SIZE (blogbench-1.1.tar.bz2) = 109474
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 blogbench-1.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- benchmarks_blogbench
- USES:
- tar:bzip2
- 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 |
1.1_2 22 Feb 2024 12:02:59 |
Muhammad Moinur Rahman (bofh) |
benchmarks/blogbench: 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) |
1.1_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 ) |
1.1_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 ) |
1.1_1 23 Dec 2021 21:20:59 |
Daniel Engberg (diizzy) |
benchmarks/blogbench: Update WWW entry in pkg-descr
Upstream is now hosted on GitHub
PR: 259947
Reported by: Graham Perrin <grahamperrin@gmail.com>
Approved by: mentors (implicit), jmohacsi@bsd.hu (maintainer timeout, 4+ weeks) |
1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_1 11 Aug 2020 16:59:12 |
fernape |
benchmarks/blogbench: fix rand()-related crash
blogbench uses rand(3) unsafely from different threads which leads to crashes.
Use arc4random(3) instead.
Bump PORTREVISION
While here, relocate USES variable.
PR: 248420
Submitted by: sigsys@gmail.com
Approved by: jmohacsi@bsd.hu (maintainer)
MFH: 2020Q3 (runtime fix) |
1.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Jun 2014 09:00:15
|
ohauer |
cat astro / benchmarks
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
- adjust BSDn License |
1.1 16 Feb 2014 11:22:55 |
ehaupt |
Support staging |
1.1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.1 03 Jan 2014 15:34:13 |
adamw |
Convert benchmarks to PORT_OPTIONS:MDOCS |
1.1 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
1.1 09 Jan 2013 19:50:06 |
tabthorpe |
- Change MAINTAINER address
- Trim headers while I am here
- Clean up some trailing whitespace |
1.1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.1 04 Aug 2010 07:15:41 |
lwhsu |
- Update to 1.1
PR: ports/149112
Submitted by: Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer) |
1.0 31 Jan 2009 21:23:28 |
pav |
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run |
1.0 22 Jan 2006 08:20:08 |
edwin |
SHA256ify
Approved by: krion@ |
1.0 14 Feb 2005 21:04:04 |
pav |
Blogbench is a portable filesystem benchmark that tries to reproduce the
load of a real-world busy file server.
It stresses the filesystem with multiple threads performing random reads,
writes and rewrites in order to get a realistic idea of the scalability
and the concurrency a system can handle.
WWW: http://blogbench.pureftpd.org/
PR: ports/77490
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> |