cbt
cbt copied to clipboard
The Ceph Benchmarking Tool
Signed-off-by: Aishwarya Mathuria
Signed-off-by: Jianxin Li
Use find command properly to yield a list of admin sockets. Which prevents an empty historic_ops report creation. Signed-off-by: Sunny Kumar
- Ceph doesn't support pool `crush_rule` based on indexes - `crush_ruleset` is deprecated and replaced with `crush_rule`
Signed-off-by: Kefu Chai
Enhance the visualization tool to generate charts from fio timeseries data. Commits also enhance the existing capabilities to generate charts from JSON output. The tool now accepts the metric and...
When running a librbd fio test with "use_existing_volumes = true", the RBD volumes still get deleted because the librbd client endpoint calls create_rbd() in CephClientEndpoint which recreates the pool and...
… in librbdfio to start pbench data monitoring/collection. This integration improves CBTs capability to gather performance data and assist in automated testing.
CBT is incompatible with RHEL8 due to removal of pdsh, suggest looking into using ansible for parallel shh commands.