X Tutup
The Wayback Machine - https://web.archive.org/web/20211022125746/https://github.com/mitmproxy/proxybench
Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

proxybench

A minimal proxy server benchmarking tool.

Usage: Run the following four commands in four different command line windows.

mitmdump -q --mode reverse:http://127.0.0.1:3000 -p 8000  # Plain HTTP/1.1
mitmdump -q --mode reverse:https://127.0.0.1:3001 -k -p 8001  # HTTP/1.1 over TLS
mitmdump -q --mode reverse:https://127.0.0.1:3002 -k -p 8002  # HTTP/2.0 over TLS
cargo criterion

About

HTTP Proxy Benchmarking

Resources

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

X Tutup