Skip to content
Snippets Groups Projects
README.md 407 B
Newer Older
# Tool: Load Generator

Simple tool to generate load in ETSI TeraFlowSDN controller with requests for creating services and slices.
The tool can be executed form command line or from WebUI interface.

## Example (Command Line):

Deploy TeraFlowSDN controller with your specific settings:
```(bash)
cd ~/tfs-ctrl
source my_deploy.sh 
./deploy.sh 
```

Run the tool:
```(bash)
./src/load_generator/run.sh
```