Project

nethttp_ab

0.0
No commit activity in last 3 years
No release in over 3 years
Simple tool to test and benchmark sites
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.4.2
 Project Readme
Simple tool to benchmark sites (rpm, response time, etc)

EXAMPLES:

3 concurrent threads and 100 total requests:
nethttp_ab -n100 -c3 http://www.yoursite.com

OR simulate one user and follow all local links on the page:
nethttp_ab -f http://localhost:3000

OR simulate a user who will follow all inner links until depth 2
that is [main_pages_links]:depth0 => [link1, link2, link3]:depth1 => [link11, link12, link21, link22, link31]:depth2
nethttp_ab -f2 http://localhost:3000

OR simulate 3 users (all local links on the page will be visited once)
nethttp_ab --follow_links -c3 http://localhost:3000


Also you could add --verbose or -v option to check which urls being requested in follow_links mode.


Issue tracker: https://github.com/german/nethttp_ab/issues


Copyright © 2011 Dmitrii Samoilov, released under the MIT license