mirror of https://github.com/vacp2p/wakurtosis.git
a166eaed07 | ||
---|---|---|
.. | ||
src | ||
.dockerignore | ||
Dockerfile | ||
README.md | ||
build.sh | ||
requirements.txt |
README.md
Wakurtosis Load Simualtor (WLS)
Kurtosis: https://docs.kurtosis.com/
How to use:
To build docker image:
sh ./build.sh
Name of the image is wls:0.0.1
Parameters
- simulation_time: int. Default: 300. Specifies the simulation time in seconds.
- message_rate: int. Default: 25. Specifies the message rate in packets per second.
- min_packet_size: int. Default: 1. Specifies the minimum size of the packet in bytes. Must be an even number (Waku constrain).
- min_packet_size: int. Default: 1024. Specifies the maximum size of the packet in bytes. Must be an even number (Waku constrain).
- dist_type: int. Default: uniform. Specifies the size distribution of the messages being injected into the network. Options are: gaussian and uniform
- emitters_fraction: int. Default: 0.5. Specifies the fraction of nodes that will be injecting traffic.
- inter_msg_type: int. Default: poisson. Specifies the inter-message times. Options are: poisson and uniform
dist_type : "gaussian"
# Fraction (of the total number of nodes) that inject traffic
# Values: [0., 1.]
emitters_fraction : 0.5
# Inter-message times
# Values: uniform and gaussian
inter_msg_type : "uniform"