Crates.io | xping |
lib.rs | xping |
version | 0.1.0 |
source | src |
created_at | 2024-07-15 09:06:32.822772 |
updated_at | 2024-07-15 09:06:32.822772 |
description | Command line ping, re-imagined. |
homepage | https://github.com/larsch/xping |
repository | https://github.com/larsch/xping |
max_upload_size | |
id | 1303618 |
size | 183,074 |
Command line ping re-imagined. Sends ICMP echo requests and measures round-trip time to target host, with bells and whistles.
Command line ping, re-imagined.
Usage: xping [OPTIONS] <TARGET>...
Arguments:
<TARGET>... Address or name of target host
Options:
-r, --rate <RATE> Number of packets per second
-i, --interval <INTERVAL> Packet interval in milliseconds [default: 1000]
-c, --count <COUNT> Number of attempts (default infinite)
-w, --timeout <TIMEOUT> Timeout waiting for response in milliseconds [default: 1000]
-l, --length <LENGTH> Length of ICMP payload in bytes [default: 64]
-d, --display <DISPLAY> Display mode [default: classic] [possible values: classic, char, dumb, char-graph, debug, plot, none, influx]
-t, --ttl <TTL> Time to live [default: 64]
--api <API> [default: icmp-socket] [possible values: icmp-socket]
-4, --ipv4 Force using IPv4
-6, --ipv6 Force using IPv6
-a, --all Target all resolved addresses
--summary <SUMMARY> [default: text] [possible values: text, json, csv, none]
-h, --help Print help (see more with '--help')
-V, --version Print version
--display
option):
--api=...
):
iphelper
, default) and raw ICMP sockets (icmp-socket
)icmp-socket
)