Metadata-Version: 2.1
Name: k8perf
Version: 0.3.2
Summary: A kubernetes network performance testing tool
Author-email: Anders Aaen Springborg <aaspringborg@gmail.com>, Ryan Nishimoto <rnishimoto@ucsd.edu>, Ruoxi Dai <rudai@ucsd.edu>
Project-URL: Homepage, https://github.com/radioactivebean0/cse291-cloud-network-benchmark
Project-URL: Bug Tracker, https://github.com/radioactivebean0/cse291-cloud-network-benchmark/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Networking
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 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:
```bash
source bin/activate
```
if you're not using the script, remember to install the module with the following command:
```bash
    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`

