9.6;rtstat (routing_statistics), revision 9.6, 87/03/25
RTSTAT (ROUTING_STATISTICS) -- Display internet router information.
usage: RTSTAT [-N node_spec ...] [-DEV] [-NET [net_id ...]] [-R [n]]
[-DESC[RIBE]]
FORMAT
RTSTAT [options]
RTSTAT shows the behavior of an internet router at each of its network ports.
RTSTAT is most useful in a DOMAIN/BRIDGE internet. It can, hewever, provide
information about non-routing nodes as well as routing nodes.
For more information on RTSTAT, see Managing DOMAIN Internets.
OPTIONS
-DEV Report device-specific statistics for each port.
-NET [net_id ...]
Report counts of references to each network specified. The
reference counts for each network are roughly proportional
to the number of packets transmitted towards the network,
but may be somwhat higher. -NET with no arguments uses the
list of visible networks.
-R [n] Repeat every 'n' seconds. If 'n' is omitted, repeat every
10 seconds.
-N node_spec ...
Report statistics for each node in the list.
See HELP NODE_SPEC for details about node specification
syntax. If this option is omitted, RTSTAT reports
statistics for the local node only.
-DESC[RIBE] Print a description, several lines long, of each statistic.
The description appears only once for each statistic, the
first time it is printed with a non-zero value.
EXAMPLES
1. $ rtstat
---------------------------------------------------------------
1232.3D9 pkts routed: 110024 queue oflo: 0
misrouted: 0 rt too far: 14
RING pkts sent: 73278 pkts rcvd: 72434
IIC pkts sent: 67830 pkts rcvd: 61077
2. $ rtstat -net
---------------------------------------------------------------
1232.3D9 pkts routed: 110024 queue oflo: 0
misrouted: 0 rt too far: 14
RING pkts sent: 73278 pkts rcvd: 72434
towards net: 1232 ref cnt: 74540
IIC pkts sent: 67830 pkts rcvd: 61077
towards net: 1234 ref cnt: 53532
towards net: 1231 ref cnt: 9193
towards net: 1233 ref cnt: 5105
RELATED TOPICS
More information is available. Type:
- HELP NETSTAT
for information about displaying other kinds of node behavior.