httpress (8) Linux Manual Page
httpress – High performance HTTP server stress & benchmark utility.
Synopsis
httpress [-flag [value]]… [url]
Description
This is a high performance HTTP server stress & benchmark utility; inspired by weighttp tool. Main features:
event driven(low memory footprint, large number of connections)multi-threaded(uses all cores of your CPU)SSL support(via GNUTLS library) with cipher suite selection-
Options
-nnum- number of requests (default: 1)
-tnum- number of threads (default: 1)
-cnum- concurrent connections (default: 1)
-k- keep alive (default: no)
-q- no progress indication (default: no)
-zpri- GNUTLS cipher priority (default: NORMAL)
-h- show this help
example: httpress
-n10000-c100-t4-khttp://localhost:8080/index.htmlAuthors
Yaroslav Stavnichiy
Bugs
Please report issues reports to: https://bitbucket.org/yarosla/httpress/issues
