Skip to content

cdkeyleo/httb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httb

a lightweighted HTTP server response benchmark tools. It is capable of sending concurrent HTTP Get requests.

Usage


 NAME
        httb.py - benchmark HTTP server with concurrent requests
 SYNOPSIS
        python httb.py {target_url} {numOfConns} {numOfRequests}
 OPTIONS
        {numOfConns} is number of concurrent connections, default is 1, limited to 100
        {numOfRequests} is number of requests to send, default is 5, limited to 1000
 Example
        python httb.py www.server.com/page 10 100

Prerequest

Developed on Python 2.7.9 https://www.python.org/downloads/
Required Python modules:

requests, github.com/kennethreitz/requests

Install modules:

pip install requests

About

A lightweighted concurrent benchmark tool for HTTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages