HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

x ping — Enhanced modules for ping. More information: <https://x-cmd.com/mod/ping>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmodulesenhancedclix pingmorepingfor

Problem

How to use the x ping command: Enhanced modules for ping. More information: <https://x-cmd.com/mod/ping>.

Solution

x ping — Enhanced modules for ping. More information: <https://x-cmd.com/mod/ping>.

Ping a specific host (defaults to bing.com if omitted):
x ping {{host}}


Show ping results as a heatmap:
x ping {{[-m|--heatmap]}} {{host}}


Show ping results as a bar graph:
x ping {{[-b|--bar]}} {{host}}


Process ping results and display as heatmap:
ping {{host}} | x ping vis {{[-m|--heatmap]}}


Show help:
x ping {{[-h|--help]}}

Code Snippets

Ping a specific host (defaults to bing.com if omitted)

x ping {{host}}

Show ping results as a heatmap

x ping {{[-m|--heatmap]}} {{host}}

Show ping results as a bar graph

x ping {{[-b|--bar]}} {{host}}

Process ping results and display as heatmap

ping {{host}} | x ping vis {{[-m|--heatmap]}}

Show help

x ping {{[-h|--help]}}

Context

tldr-pages: common/x ping

Revisions (0)

No revisions yet.