about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-03-14 23:56:11 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-03-14 23:56:11 +0100
commit33e05c7b4bf82a03484dda1a92e3054d9f16f737 (patch)
tree523ee02a4ed80c0ec40e7bbfe0a3d69f2eb04ccb
parent1d608c6483f589f8da48bdc12e423721aca94c4b (diff)
downloadhtping-33e05c7b4bf82a03484dda1a92e3054d9f16f737.tar.gz
htping-33e05c7b4bf82a03484dda1a92e3054d9f16f737.tar.xz
htping-33e05c7b4bf82a03484dda1a92e3054d9f16f737.zip
add manpage
-rw-r--r--htping.190
1 files changed, 90 insertions, 0 deletions
diff --git a/htping.1 b/htping.1
new file mode 100644
index 0000000..a77da05
--- /dev/null
+++ b/htping.1
@@ -0,0 +1,90 @@
+.Dd March 14, 2020
+.Dt HTPING 1
+.Os
+.Sh NAME
+.Nm htping
+.Nd periodically send HTTP requests
+.Sh SYNOPSIS
+.Nm
+.Op Fl 4
+.Op Fl 6
+.Op Fl H Ar "field:value"
+.Op Fl X Ar "method"
+.Op Fl c Ar count
+.Op Fl i Ar interval
+.Op Fl f
+.Op Fl k
+.Op Fl -http1.1
+.Op Fl -keepalive
+.Ar host
+.Sh DESCRIPTION
+The
+.Nm
+utility periodically sends HTTP requests to
+.Ar host ,
+prints the results and computes some statistics at exit.
+Use Ctrl-C to quit
+.Nm .
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl 4
+Use IPv4 only.
+.It Fl 6
+Use IPv6 only.
+.It Fl H Ar "field:value"
+Add an additional HTTP header to the requests.
+.It Fl X Ar method
+Send a different HTTP
+.Ar method
+than the default
+.Ql HEAD .
+.It Fl c Ar count
+Stop after sending
+.Ar count
+requests.
+By default,
+.Nm
+loops indefinitely.
+.It Fl i Ar interval
+Perform one HTTP request every
+.Ar interval
+.Pq default: Sq 1s .
+.It Fl f
+Flood mode: perform requests back-to-back without waiting.
+.It Fl k
+Turn TLS verification errors into warnings.
+.It Fl -http1.1
+Disable HTTP/2 requests.
+.It Fl -keepalive
+Enable keepalive resp.\& use persistent connections.
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh EXAMPLES
+Example output:
+.Bd -literal -offset indent
+HEAD http://example.com
+0 bytes from 93.184.216.34:80: HTTP/1.1 200 seq=0 time=0.211 ms
+0 bytes from 93.184.216.34:80: HTTP/1.1 200 seq=1 time=0.222 ms
+0 bytes from 93.184.216.34:80: HTTP/1.1 200 seq=2 time=0.221 ms
+0 bytes from 93.184.216.34:80: HTTP/1.1 200 seq=3 time=0.222 ms
+^C
+4 requests sent, 4 responses, 100% successful, time 4000ms
+rtt min/avg/max/mdev = 0.211/0.219/0.222/0.005 ms
+.Ed
+.Sh SEE ALSO
+.Xr curl 1 ,
+.Xr httping 1
+.Sh AUTHORS
+.An Leah Neukirchen Aq Mt leah@vuxu.org
+.Sh LICENSE
+.Nm
+is in the public domain.
+.Pp
+To the extent possible under law,
+the creator of this work
+has waived all copyright and related or
+neighboring rights to this work.
+.Pp
+.Lk http://creativecommons.org/publicdomain/zero/1.0/