Skip to content

Spinneret is a web spider and dynamic load generator for testing, benchmarking, and warming caches.

Notifications You must be signed in to change notification settings

steder/spinneret

Repository files navigation

Spinneret

Spinneret is a web spider and dynamic load generator for testing, benchmarking, and warming caches.

Setup

git clone [email protected]:steder/spinneret.git
cd spinneret
mkdir -p ~/.virtualenvs
virtualenv ~/.virtualenvs/spinneret
python setup.py develop

Generating a sitemap

spinneret spider --base_url http://localhost:8000

Because this can take a while I've included a sample sitemap.yaml that can be used to immediately generate traffic.

Using that sitemap to generate requests against a site

spinneret traffic --base_url http://localhost:8000 --inflight 100

About

Spinneret is a web spider and dynamic load generator for testing, benchmarking, and warming caches.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages