Files
tldr/pages/common/x-tping.md
T
7875166843 x-cmd: add page (#20671)
Co-authored-by: Li Junhao <lijunhao@x-cmd.com>
Co-authored-by: l <l@x-cmd.com>
Co-authored-by: Edwin.JH.Lee <edwin.jh.lee@gmail.com>
2026-01-21 20:42:48 +07:00

520 B

x tping

Ping a host via TCP to check reachability. More information: https://x-cmd.com/mod/tping.

  • Ping a host on default port 80 with verbose mode:

x tping {{host}}

  • 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}}