SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
benchmarks/blogbench/Makefile
Normal file
18
benchmarks/blogbench/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= filesystem benchmark
|
||||
|
||||
DISTNAME= blogbench-1.1
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
HOMEPAGE= http://www.pureftpd.org/project/blogbench
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MASTER_SITES= http://download.pureftpd.org/pub/blogbench/ \
|
||||
ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/
|
||||
|
||||
WANTLIB= c pthread
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
2
benchmarks/blogbench/distinfo
Normal file
2
benchmarks/blogbench/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (blogbench-1.1.tar.gz) = jN7QWb/bzLe+NbtqInLs/b4/vqQ9U8krpVcqwk8mxN8=
|
||||
SIZE (blogbench-1.1.tar.gz) = 137664
|
5
benchmarks/blogbench/pkg/DESCR
Normal file
5
benchmarks/blogbench/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
2
benchmarks/blogbench/pkg/PLIST
Normal file
2
benchmarks/blogbench/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@bin bin/blogbench
|
||||
@man man/man8/blogbench.8
|
Loading…
Add table
Add a link
Reference in a new issue