Blogbench - A filesystem benchmark for Unix (Version 1.2)
607
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 to get a realistic idea of the scalability and concurrency a system can handle.
The architectures supported by this image are:
| Architecture | Available | Tag |
|---|---|---|
| x86-64 | ✅ | <version tag> |
| arm64 | ✅ | <version tag> |
| armhf | ❌ |
docker run --rm \
-v `pwd`:/root/results \
lundberg88/blogbench:1.2 \
/tmp /root/results/output.prof
--commenters=<n> (-c <n>): number of comments posters
--help (-h): usage
--iterations=<n> (-i <n>): number of iterations
--readers=<n> (-r <n>): number of writers
--rewriters=<n> (-W <n>): number of rewriters
--sleep=<secs> (-s <secs>): delay after every iteration
--writers=<n> (-w <n>): number of writers
By default:
Visit the Blogbench GitHub repository for more details.
Content type
Image
Digest
sha256:4454f8376…
Size
28.4 MB
Last updated
4 months ago
docker pull lundberg88/blogbench:1.2