-
Notifications
You must be signed in to change notification settings - Fork 0
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.
itcli trace <site> <max_hops> [options]
- site: The URL of the site to trace.
-
max_hops: The maximum number of hops. Default:
30
.
-
-h
or--help
: Shows help text.
To execute a traceroute to a site with the default number of hops:
itcli trace example.com
To execute a traceroute with a specified maximum number of hops:
itcli trace example.com 50