Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Desiders/noisy_web_traffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT Licence

noisy_web_traffic is an application that allows you to create noise of web activity.

Configuration

Configure the configuration for your own use in file config.yaml.

How use

Before running an application, you can set up logger configuration (optional) in env using env_logger (check package's doc for more info).

Linux:

  • export RUST_LOG=error|warn|info|debug|trace|off (optional, default: info);
  • ./noisy_web_traffic or RUST_LOG=error|warn|info|debug|trace|off ./noisy_web_traffic without 1 step;

Windows:

  • set RUST_LOG=error|warn|info|debug|trace|off (optional, default: info);
  • ./noisy_web_traffic.exe;

Docker:

  • docker run -e RUST_LOG=error|warn|info|debug|trace|off desiders/noisy_web_traffic (optional, default: info);
  • docker run desiders/noisy_web_traffic;

About

It's a noisy web traffic generator. This application allows you to create the noise of web activity using a personal or default config

Topics

Resources

License

Stars

Watchers

Forks