- Download proxyLoadTest.py and websites.txt
- Install mechanize module
- Run
python proxyLoadTest.py - This script will be using the proxy specified (in script) and print time taken to open all those websites(in parallel), comparing over different time intervals gives us a rough estimation of Load on that particular proxy.
Is to demonstrate simple usage of threading and mechanize module in python.