diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-04-12 18:28:11 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-04-12 18:28:11 +0200 |
commit | db20f44b0d100ad042c2f86b8baf394665d8ec63 (patch) | |
tree | c96ff2ca586395ae869342f1d92c467319532ee1 /README | |
parent | 3c83670c5f5a2395c7e08dfb0e45a001944ce406 (diff) | |
download | htping-db20f44b0d100ad042c2f86b8baf394665d8ec63.tar.gz htping-db20f44b0d100ad042c2f86b8baf394665d8ec63.tar.xz htping-db20f44b0d100ad042c2f86b8baf394665d8ec63.zip |
allow parallel pinging of multiple urls
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index 1b710c9..c56f7fe 100644 --- a/README +++ b/README @@ -5,10 +5,10 @@ NAME SYNOPSIS htping [-4] [-6] [-H field:value] [-X method] [-c count] [-i interval] - [-f] [-k] [--http1.1] [--keepalive] [-l addr] [-q] host + [-f] [-k] [--http1.1] [--keepalive] [-l addr] [-q] urls ... DESCRIPTION - The htping utility periodically sends HTTP requests to host, prints the + The htping utility periodically sends HTTP requests to urls, prints the results and computes some statistics at exit. Use Ctrl-C to quit htping. The options are as follows: |