Skip to content

ifpb/new_wave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAVE - Multiple load generator for computer network experimentation

WAVE User Manual

Salão de Ferramentas SBRC 2023 (previous work)

Checking the Required Requirements

Checking if Python3 is installed and it's version:

wave-version-python3

Additionally, the VirtualEnv virtual environment is required:

wave-version-venv

Checking the Docker and docker compose components:

wave-version-docker

wave-version-docker-compose

Checking what version of Virtualbox is installed:

wave-version-virtualbox

Checking what version of Vagrant is installed:

wave-version-vagrant

The versions shown in the figures were those tested at the time of this manual's creation.

Downloading the Code and Starting the Environment

Cloning the official repository and starting the system:

$ git clone https://github.com/ifpb/new_wave.git
$ cd new_wave/wave
$ ./app-compose.sh --start

Checking the execution in a Docker enviroment:

wave-cli-docker

As can be seen in the figure above, the WAVE Initialization module uses two containers for its execution: wave-app and grafana-oss. On the left side of the figure, we have the output of the WAVE startup command.

The WAVE Web module can be accessed via a browser

wave-web-home

The form contains fields for entering network data for both the traffic load source and destination. In addition to the IP address, it is possible to select environment provisioning through a container or a virtual machine with configurable memory size and number of virtual CPUs. Finally, the user can choose which workload model to apply, either sinusoid, flashcrowd or step and if they want to use micro-burst as well.

Ending the WAVE Execution

Finalizing and removing the container environment:

$ ./app-compose.sh --destroy

By running the command above, the user terminates the WAVE WEB module and removes the containers responsible for the other initiated modules. To restart the entire system, simply execute the same command, replacing the --destroy argument with --start.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages