An open API service indexing awesome lists of open source software.

https://github.com/ivotron/docker-radosbench

Convenience container to execute rados bench
https://github.com/ivotron/docker-radosbench

Last synced: 23 days ago
JSON representation

Convenience container to execute rados bench

Awesome Lists containing this project

README

          

# radosbench

A convenience container to execute rados bench.

Make sure to pass your /etc/ceph and /data paths as a
volume/bind-mount.

Example:

```bash
docker run \
-e SECS=300 -e N=3 -e PGS=512 -e OUTFILE=/data/results.txt \
-v $HOME/rados_results/:/data \
-v /etc/ceph:/etc/ceph \
ivotron/radosbench
```