An open API service indexing awesome lists of open source software.

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

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`.