Collection of locust files
Install the required Python packages
pip install locust
pip install beautifulsoup4
pip install requests
pip install lxml
Homepage only to any site
locust -f homepage.py
This would retrieve the sitemap and test the enlisted URL's
locust -f wodpress.py
This would traverse links related to the host
locust -f drupal.py