Blob Blame History Raw
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
.TH HTTPRESS "8" "February 2014" "httpress" "System Administration Utilities"
.SH NAME
httpress \- High performance HTTP server stress & benchmark utility.
.SH SYNOPSIS
.B httpress 
[-flag [value]]... [url]
.PP

.SH DESCRIPTION
This is a high performance HTTP server stress & benchmark utility; inspired by weighttp tool.
Main features:
.TP
.BR "event driven" " (low memory footprint, large number of connections)"
.TP
.BR "multi-threaded" " (uses all cores of your CPU)"
.TP
.BR "SSL support" " (via GNUTLS library) with cipher suite selection"

.SH "OPTIONS"
.TP
\fB\-n\fR num
number of requests     (default: 1)
.TP
\fB\-t\fR num
number of threads      (default: 1)
.TP
\fB\-c\fR num
concurrent connections (default: 1)
.TP
\fB\-k\fR
keep alive             (default: no)
.TP
\fB\-q\fR
no progress indication (default: no)
.TP
\fB\-z\fR pri
GNUTLS cipher priority (default: NORMAL)
.TP
\fB\-h\fR
show this help
.PP
example: httpress \fB\-n\fR 10000 \fB\-c\fR 100 \fB\-t\fR 4 \fB\-k\fR http://localhost:8080/index.html

.SH "AUTHORS"
Yaroslav Stavnichiy
.SH "BUGS"
Please report issues reports to: https://bitbucket.org/yarosla/httpress/issues