Skip to content

Trace Command

Léo Peyronnet edited this page Jul 15, 2024 · 1 revision

The trace command executes a traceroute for a provided website, tracing the path packets take to reach the specified URL.

Usage

itcli trace <site> <max_hops> [options]

Parameters

  • site: The URL of the site to trace.
  • max_hops: The maximum number of hops. Default: 30.

Options

  • -h or --help: Shows help text.

Examples

Basic Usage

To execute a traceroute to a site with the default number of hops:

itcli trace example.com

Specifying Maximum Hops

To execute a traceroute with a specified maximum number of hops:

itcli trace example.com 50
Clone this wiki locally