Project

killsite

0.0
No commit activity in last 3 years
No release in over 3 years
Recursively GET the site by links, try to kill the site
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
~> 1.6.4
>= 0

Runtime

 Project Readme

killsite

Recursively GET all the pages of a given site through hyperlinks. The tool is for the usage of testing and profiling.

Using memory monitor to find out the memory leaks within different URLs.

Installation

Simply gem install killsite.

ab (ApacheBench) is require as an benchmark tool.

Usage

Usage: killsite [options]
    -h, --help                       Show help message
    -l, --limit NUM                  Setting the limit of a single test
    -c, --concurrency NUM            Setting the number of concurrent connection
    -p, --pid PID                    The PID is the monitored server process

Copyright

Copyright (c) 2011 Andrew Liu. See LICENSE.txt for further details.