https://github.com/schille/k8s-perf
A python tool to run sysbench (benchmark tool) and collect performance results
https://github.com/schille/k8s-perf
benchmark container kubernetes sysbench
Last synced: 5 months ago
JSON representation
A python tool to run sysbench (benchmark tool) and collect performance results
- Host: GitHub
- URL: https://github.com/schille/k8s-perf
- Owner: Schille
- License: mit
- Created: 2023-01-12T12:43:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:08:03.000Z (about 3 years ago)
- Last Synced: 2025-03-24T02:12:42.645Z (about 1 year ago)
- Topics: benchmark, container, kubernetes, sysbench
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kubernetes Sysbench
A tool to run [sysbench](https://github.com/akopytov/sysbench) in Kubernetes and collect the performance results.
## Requirements
* python
* poetry
## Run it
To start the benchmark, run `poetry run benchmark`.
In case something happens, you can clean up the cluster with `poetry run cleanup`.