commands.sh

x tping

all

Ping a host via TCP to check reachability.

More info →

Options (3)

-m, --heatmapboolean

Show results as a heatmap

Example: x tping {{[-m|--heatmap]}} {{host}}
-b, --barboolean

Show results as a bar graph

Example: x tping {{[-b|--bar]}} {{host}}:{{port}}
-r, --rawboolean

Output in raw data mode

Example: x tping {{[-r|--raw]}} {{host}}

Examples (6)

Ping a host on default port 80 with verbose mode

Ping a host with specific port

x tping host:port

Show results as a heatmap

x tping [-m|--heatmap] host

Show results as a bar graph

x tping [-b|--bar] host:port

Output in raw data mode

x tping [-r|--raw] host

Output in a specific format

x tping --csv|--tsv host
made by @shridhargupta | data from tldr-pages