A kubernetes network performance testing tool
Project description
Benchmark application
This is a benchmark application for kubernetes. It is used to test network performance of a kubernetes cluster.
Run the application
install this python package, a place where you have a kubernetes config file, and run the following command:
pip install k8perf
python -m k8perf
You can get a json output from the command line by adding the --json
flag.
Local:
Virtualenv
you can activate the virtualenv with the following command:
source bin/activate
if you're not using the script, remember to install the module with the following command:
pip install --editable .
Run iperf 3 benchmark on kubernetes
There are two files in the folder bandwidth
:
- the server
iperf3-server.yaml
- the client
iperf3-client.yaml
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
k8perf-0.3.3.tar.gz
(11.1 kB
view hashes)
Built Distribution
k8perf-0.3.3-py3-none-any.whl
(13.0 kB
view hashes)