sibench¶
sibench
is a benchmarking tool for storage systems, and for Ceph in particular.
sibench
typically runs on many nodes in parallel, in order to be able to scale
up to the very high bandwidths of which modern scaleable storage systems are
capable.
It has support for file, block and object storage backends, using a variety of different protocols, which currently include:
Rados: Ceph’s native object protocol.
RBD: Ceph’s block protocol.
CephFS: Ceph’s POSIX filesystem protocol.
S3: Amazon’s object protocol, which is always provided by Ceph’s RadosGateway.
Local block storage
Local file storage
These last two can be used to benchmark many other protocols - iSCSI, SMB, NFS
and so on - provided that these have been manually mounted on each sibench
node.
Architecture¶
sibench
has a client-server architecture. The client doing benchmarking will
communicate with the sibench
servers to generate the load. This way sibench
can generate a distributed load to avoid any bottlenecks caused by running
benchmarks from a single location.
To use sibench
from multiple nodes you will need to install it on all of
these nodes, including the client and the servers.
Have a look at some Examples and also to the Manual to continue
learning about sibench
.
You don’t have sibench
installed yet? Have a look at the Install
page.
Contributing¶
This documentation can be seen at https://sibench.io
Check
sibench
source code: https://github.com/SoftIron/sibenchDocumentation source: https://github.com/SoftIron/sibench/tree/master/docs/source
For bug reports and feature requests create a GitHub issue: https://github.com/SoftIron/sibench/issues