https://github.com/softiron/sibench
Benchmarking Ceph clusters
https://github.com/softiron/sibench
benchmark ceph cephfs rados radosgw rbd s3
Last synced: 6 months ago
JSON representation
Benchmarking Ceph clusters
- Host: GitHub
- URL: https://github.com/softiron/sibench
- Owner: SoftIron
- License: other
- Created: 2022-05-20T09:46:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T11:33:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-19T13:30:17.790Z (almost 2 years ago)
- Topics: benchmark, ceph, cephfs, rados, radosgw, rbd, s3
- Language: Go
- Homepage:
- Size: 1.1 MB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# sibench
This is the main repository for [sibench]. `sibench` is a tool for benchmarking
Ceph clusters and other storage systems.
## Development
This is a Go project. To setup a development environment you will need `go1.16`
and the development libraries for `librados` and `librbd` with version >= 14.x
(e.g `librados-dev` and `librbd-dev` on Debian bullseye)
## Contributing
This is a small project and we currently don't have a contributor's guide, but
we will welcome any kind of contribution. Please, [open an Issue] on GitHub
to get in touch and start a conversation.
## License
`sibench` is an open source project sponsored by [SoftIron] under the
[GPLv2 License]
[sibench]: https://sibench.io
[open an Issue]: https://github.com/SoftIron/sibench/issues
[SoftIron]: https://softiron.com
[GPLv2 License]: https://github.com/SoftIron/sibench/blob/master/COPYING