Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
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
```