Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... ).
Project description
redisbench-admin
Redis benchmark run helper can help you with the following tasks:
- Setup abd teardown of benchmarking infrastructure specified on RedisLabsModules/testing-infrastructure
- Setup and teardown of an Redis and Redis Modules DBs for benchmarking
- Management of benchmark data and specifications across different setups
- Running benchmarks and recording results
- Exporting performance results in several formats (CSV, RedisTimeSeries, JSON)
- Finding on-cpu, off-cpu, io, and threading performance problems by attaching profiling tools/probers ( perf (a.k.a. perf_events), bpf tooling, vtune )
- [SOON] Finding performance problems by attaching telemetry probes
Current supported benchmark tools:
- redis-benchmark
- memtier_benchmark
- redis-benchmark-go
- YCSB
- tsbs
- redisgraph-benchmark-go
- ftsb_redisearch
- [SOON]aibench
Installation
Installation is done using pip, the package installer for Python, in the following manner:
python3 -m pip install redisbench-admin
Development
- Install pypoetry to manage your dependencies and trigger tooling.
pip install poetry
- Installing dependencies from lock file
poetry install
Running formaters
poetry run black .
Running linters
poetry run flake8
Running tests
A simple test suite is provided, and can be run with:
$ poetry run pytest
License
redisbench-admin is distributed under the BSD3 license - see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redisbench-admin-0.6.4.tar.gz
(102.7 kB
view hashes)
Built Distribution
Close
Hashes for redisbench_admin-0.6.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e015b51f1c2b5694b8a6e317c7a7fad5372ec85f2c651efce6b3969f1b2d237f |
|
MD5 | 00f658c20a0798c509e169116dbcb1a0 |
|
BLAKE2b-256 | 68ce099f3f0fb2d3008e2114a0b63763af64d7ce638080d4edb79a4b70da7248 |