[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Using the traceroute monitor Command

To display real-time monitoring information about each router between the Services Router and a specified destination host, enter the traceroute monitor command with the following syntax. Table 207 describes the traceroute monitor command options.


user@host> traceroute monitor host <count number> <inet | inet6> <interval seconds> <no-resolve> <size bytes><source source-address> <summary>

To quit the traceroute monitor command, press Q.

Table 207: CLI traceroute monitor Command Options

Option

Description

host

Sends traceroute packets to the hostname or IP address you specify.

count number

(Optional) Limits the number of ping requests, in packets, to send in summary mode. If you do not specify a count, ping requests are continuously sent until you press Q.

inet

(Optional) Forces the traceroute packets to an IPv4 destination.

inet6

(Optional) Forces the traceroute packets to an IPv6 destination.

interval seconds

(Optional) Sets the interval between ping requests, in seconds. The default value is 1 second.

no-resolve

(Optional) Suppresses the display of the hostnames of the hops along the path.

size bytes

(Optional) Sets the size of the ping request packet. The size can be from 0 through 65468 bytes. The default packet size is 64 bytes.

source address

(Optional) Uses the source address that you specify, in the traceroute packet.

summary

(Optional) Displays the summary traceroute information.

Following is sample output from a traceroute monitor command:


user@host> traceroute monitor host2
                                                        My traceroute  [v0.69]
 host (0.0.0.0)(tos=0x0 psize=64 bitpattern=0x00)                                                          Wed Mar 14 23:14:11 2007
 Keys:  Help   Display mode   Restart statistics   Order of fields   quit
                                                                                            Packets               Pings
  Host                                                                                    Loss%   Snt   Last   Avg  Best  Wrst StDev
  1. 173.24.232.66                                                                         0.0%     5    9.4   8.6   4.8   9.9   2.1
  2. 173.24.232.66                                                                         0.0%     5    7.9  17.2   7.9  29.4  11.0
  3. 173.24.232.66                                                                         0.0%     5    9.9   9.3   8.7   9.9   0.5
  4. 173.24.232.66                                                                         0.0%     5    9.9   9.8   9.5  10.0   0.2

Table 208 summarizes the output fields of the display.

Table 208: CLI traceroute monitor Command Output Summary

Field

Description

host

Hostname or IP address of the Services Router issuing the traceroute monitor command.

psizesize

Size of ping request packet, in bytes.

Keys

Help

Displays the help for the CLI commands.

Press H to display the help.

Display mode

Toggles the display mode.

Press D to toggle the display mode

Restart statistics

Restarts the traceroute monitor command.

Press R to restart the traceroute monitor command.

Order of fields

Sets the order of the displayed fields.

Press O to set the order of the displayed fields.

quit

Quits the traceroute monitor command.

Press Q to quit the traceroute monitor command.

Packets

number

Number of the hop (router) along the route to the final destination host.

Host

Hostname or IP address of the router at each hop.

Loss%

Percent of packet loss. The number of ping responses divided by the number of ping requests, specified as a percentage.

Pings

Snt

Number of ping requests sent to the router at this hop.

Last

Most recent round-trip time, in milliseconds, to the router at this hop.

Avg

Average round-trip time, in milliseconds, to the router at this hop.

Best

Shortest round-trip time, in milliseconds, to the router at this hop.

Wrst

Longest round-trip time, in milliseconds, to the router at this hop.

StDev

Standard deviation of round-trip times, in milliseconds, to the router at this hop.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]