Skip to content

mogenius/lastibaer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Build

docker buildx create --name mybuilder --use                                                                                                                                                                                ✔ │ 1m 24s  │ 09:25:07  
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t biltisberger/lastibaer:latest --push .

docker build -t biltisberger/lastibaer:latest .
docker push biltisberger/lastibaer:latest

Run

docker run -e TRAFFIC_RATE=20 -e CPU_LOAD=70 -e RAM_LOAD=100 -e INTERVAL_MINUTES=1 -e DOWNLOAD_SIZE_LIMIT=5m biltisberger/lastibaer:latest

Environment Variables

  • TRAFFIC_RATE: The rate of traffic in Mbps. Default: 20
  • CPU_LOAD: The percentage of CPU load. Default: 70
  • RAM_LOAD: The of RAM load in MB. Default: 500
  • INTERVAL_MINUTES: The interval in minutes to run the test. Default: 1
  • DOWNLOAD_SIZE_LIMIT: The download size limit. Default: 2m

run python script

python3 workload_generator.py

links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published