https://github.com/german/nethttp_ab
Simple tool to benchmark sites (rpm, response time, etc)
https://github.com/german/nethttp_ab
Last synced: 11 months ago
JSON representation
Simple tool to benchmark sites (rpm, response time, etc)
- Host: GitHub
- URL: https://github.com/german/nethttp_ab
- Owner: german
- License: mit
- Created: 2011-03-06T17:15:09.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-06T18:24:54.000Z (over 14 years ago)
- Last Synced: 2025-08-18T20:31:55.976Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this 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