Sign inSign up

lundberg88/blogbench

By lundberg88

•Updated 4 months ago

Blogbench - A filesystem benchmark for Unix (Version 1.2)

Image
0

607

lundberg88/blogbench repository overview

⁠Blogbench - A Filesystem Benchmark for Unix (Version 1.2)

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.

DockerHub Docker Image Size

The architectures supported by this image are:

ArchitectureAvailableTag
x86-64✅<version tag>
arm64✅<version tag>
armhf❌
⁠Sample Usage
docker run --rm \
    -v `pwd`:/root/results \
    lundberg88/blogbench:1.2 \
    /tmp /root/results/output.prof

⁠Available Options

--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:

  • 3 concurrent writers
  • 1 rewriter
  • 5 commenters
  • 100 readers
  • Runs for 30 iterations

⁠See Homepage

Visit the Blogbench GitHub repository⁠ for more details.

Tag summary

Content type

Image

Digest

sha256:4454f8376…

Size

28.4 MB

Last updated

4 months ago

docker pull lundberg88/blogbench:1.2