about summary refs log tree commit diff
path: root/htping.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-04-12 18:05:22 +0200
committerLeah Neukirchen <leah@vuxu.org>2020-04-12 18:08:40 +0200
commit3c83670c5f5a2395c7e08dfb0e45a001944ce406 (patch)
tree925a9ca7e95add977bb67332ddd915baa0cd867e /htping.1
parent2cb547d0fa7af0f4570ed4f1286c27243ca31148 (diff)
downloadhtping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.tar.gz
htping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.tar.xz
htping-3c83670c5f5a2395c7e08dfb0e45a001944ce406.zip
add prometheus metrics
Diffstat (limited to 'htping.1')
-rw-r--r--htping.113
1 files changed, 12 insertions, 1 deletions
diff --git a/htping.1 b/htping.1
index a77da05..5ca4582 100644
--- a/htping.1
+++ b/htping.1
@@ -1,4 +1,4 @@
-.Dd March 14, 2020
+.Dd April 12, 2020
 .Dt HTPING 1
 .Os
 .Sh NAME
@@ -16,6 +16,8 @@
 .Op Fl k
 .Op Fl -http1.1
 .Op Fl -keepalive
+.Op Fl l Ar addr
+.Op Fl q
 .Ar host
 .Sh DESCRIPTION
 The
@@ -58,6 +60,15 @@ Turn TLS verification errors into warnings.
 Disable HTTP/2 requests.
 .It Fl -keepalive
 Enable keepalive resp.\& use persistent connections.
+.It Fl l Ar addr
+Start a HTTP server at
+.Ar addr
+(e.g.\&
+.Sq :9100 )
+to provide Prometheus metrics at
+.Sq /metrics .
+.It Fl q
+Quiet mode, don't print request status lines.
 .El
 .Sh EXIT STATUS
 .Ex -std