cbt icon indicating copy to clipboard operation
cbt copied to clipboard

The Ceph Benchmarking Tool

Results 97 cbt issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Aishwarya Mathuria

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`

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.