1HTTPRESS(8)             System Administration Utilities            HTTPRESS(8)
2
3
4

NAME

6       httpress - High performance HTTP server stress & benchmark utility.
7

SYNOPSIS

9       httpress [-flag [value]]... [url]
10

DESCRIPTION

12       This  is  a  high  performance  HTTP server stress & benchmark utility;
13       inspired by weighttp tool.  Main features:
14
15       event driven (low memory footprint, large number of connections)
16
17       multi-threaded (uses all cores of your CPU)
18
19       SSL support (via GNUTLS library) with cipher suite selection
20
21

OPTIONS

23       -n num number of requests     (default: 1)
24
25       -t num number of threads      (default: 1)
26
27       -c num concurrent connections (default: 1)
28
29       -k     keep alive             (default: no)
30
31       -q     no progress indication (default: no)
32
33       -z pri GNUTLS cipher priority (default: NORMAL)
34
35       -h     show this help
36
37       example:  httpress  -n   10000   -c   100   -t   4   -k   http://local
38       host:8080/index.html
39
40

AUTHORS

42       Yaroslav Stavnichiy
43

BUGS

45       Please  report  issues  reports  to: https://bitbucket.org/yarosla/htt
46       press/issues
47
48
49
50
51httpress                         February 2014                     HTTPRESS(8)
Impressum