-
Notifications
You must be signed in to change notification settings - Fork 20
command's options
--ipv6, -6
Connect only to IPv6 address (default: false)
--ipv4, -4
Connect only to IPv4 address (default: false)
--count value, -c value
Stop after sending count requests [0 is unlimited] (default: 0)
--http2
Force to use HTTP version 2 (default: false)
--prom-disabled
Disable prometheus (default: false)
--insecure
Don't validate the server's certificate (default: false)
--server-name value, -n value
Server name is used to verify the hostname (TLS)
--source-addr value, -S value
Source address in outgoing request
--prom-addr value, -p value
Specify prometheus exporter IP and port (default: ":8081")
--filter value, -f value
Given metric(s) with semicolon delimited
--timeout value, -t value
Specify a timeout for dialing to targets (default: 5s)
--http-timeout value Specify a timeout for HTTP (default: 30s)
--interval value, -i value
Time to wait after each request (default: 1s)
--tos value, -z value
Set the IP type of service (default: depends on the OS)
--ttl value, -m value
Set the IP time to live (default: depends on the OS)
--socket-priority value, -r value
Set queuing discipline (default: depends on the OS)
--mss value, -M value
TCP max segment size (default: depends on the OS)
--congestion-alg value
TCP congestion control algorithm (default: depends on the OS)
--send-buffer value
Maximum socket send buffer in bytes (default: depends on the OS)
--rcvd-buffer value
Maximum socket receive buffer in bytes (default: depends on the OS)
--tcp-nodelay-disabled, -o
Disable Nagle's algorithm (default: false)
--tcp-quickack-disabled, -k
Disable quickack mode (default: false)
--k8s
Enable k8s (default: false)
--namespace value
Kubernetes namespace (default: "default")
--quiet, -q
Turn off tcpprobe output (default: false)
--json
Print in json format (default: false)
--json-pretty
Pretty print in json format (default: false)
--grpc
Enable grpc (default: false)
--grpc-addr value, -g value
Specify grpc server IP and port (default: ":8082")
--metrics
Show metrics descriptions (default: false)
--config value
YAML Config file
--check-update
Check for update