Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Usage

  1. Download proxyLoadTest.py and websites.txt
  2. Install mechanize module
  3. Run python proxyLoadTest.py
  4. 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.

Purpose

Is to demonstrate simple usage of threading and mechanize module in python.