Skip to content

careydayrit/load-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Testing

Collection of locust files

Requirements

Install the required Python packages

pip install locust
pip install beautifulsoup4
pip install requests
pip install lxml

homepage.py

Homepage only to any site

locust -f homepage.py

wordpress.py

This would retrieve the sitemap and test the enlisted URL's

locust -f wodpress.py

drupal.py

This would traverse links related to the host

locust -f drupal.py

About

collection of locustio files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages