Categorygithub.com/apecloud/kubebench
repository
0.0.0-20240813103350-b31cdb4ec973
Repository: https://github.com/apecloud/kubebench.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

kubebench

A Kubernetes operator for running benchmark tests on databases to evaluate their performance.

Installation (Helm)

Installing the kubebench via Helm can be done with the following commands. This requires your machine to have Helm installed. Install Helm

# add repo
helm repo add kubeblocks https://apecloud.github.io/helm-charts

# install kubebench
helm install kubebench kubeblocks/kubebench --version 0.0.1

to delete this release, you can do so with the followint command:

helm uninstall kubebench

Benchmarks

Benchmark NameUseStatus
PgbenchPostgres PerformanceSupported
SysbenchDatabase PerformanceSupported
TPCCOLTP PerformanceSupported
TPCDsOLAP PerformanceSupported
TPCHOLAP PerformanceSupported
YCSBDatabase PerformanceSupported
Redis BenchmarkDatabase PerformanceSupported
ClickBenchDatabase PerformancePlanned

License

kubebench is under the Apache License v2.0. See the LICENSE file for details.