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
- Host: GitHub
- URL: https://github.com/ivotron/docker-radosbench
- Owner: ivotron
- Created: 2014-11-26T04:04:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T19:33:04.000Z (over 11 years ago)
- Last Synced: 2025-01-26T08:13:26.634Z (over 1 year ago)
- Language: Shell
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```