commands.sh

x ping

all

Enhanced modules for ping.

More info →

Options (3)

-m, --heatmapboolean

Show ping results as a heatmap

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

Show ping results as a bar graph

Example: x ping {{[-b|--bar]}} {{host}}
-h, --helpboolean

Display help

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

Examples (5)

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

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]

Display help

x ping [-h|--help]
made by @shridhargupta | data from tldr-pages