Simple tool to benchmark sites (rpm, response time, etc)

EXAMPLES:

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

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

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

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

Copyright © 2011 Dmitrii Samoilov, released under the MIT license