Skip to content

wazoo/query-cannon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Cannon

qcan --help
qcan fire 8.8.8.8 loop www.google.com 20

Mac / Linux

Setup Virtual Environment and Activate

python3 -m venv .env
source .env/bin/activate
pip install  -e .
qcan fire 8.8.8.8 para www.google.com 5 2

Windows

Note that ray is not available at this time so para execution is mac/linux only at this time.

Setup Virtual Environment and Activate

python -m venv .env
.\.env\Scripts\Activate.ps1

About

DNS load tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%