11-220
Cisco IOS XR Troubleshooting Guide for the Cisco CRS-1 Router
OL-21483-02
Chapter 11 Troubleshooting the Statistics Infrastructure
Show Commands for the Statistics Infrastructure
The number of clear requests made through the EDM is also counted. The requests made by the clear
counters command are not included.
EDM Module
12 GETs, 0 DATALISTs of 0 elements, 0 FINDDATAs of 0 elements
12 requests using internal namespace
0 latest, 0 cached, 0 total requests using feature namespace
0 clear requests
The following sample output from the show statsd manager info command shows the data store
module. The first line of the output shows the number of bytes that is stored in the checkpointed memory
and the number of records that are used. If a single statistics structure is larger than the maximum record
size, the statistics structure is chained over multiple records. Therefore, the output also shows how many
of the records represent the first record in a chain.
The second line shows the number of entries in the tree that are used to access the checkpoint records.
Each entry holds up to three checkpoint records for the statistics data itself, as well as any rate
calculation information and any snapshot that was taken, to ensure continuity over clear counters
requests.
Data Store Module
5824 bytes stored in 52 records (51 first records)
23 entries in tree (23 with data, 23 with rates, 0 with snapshots)
The following sample output from the show statsd manager info command shows the type store
module. The output provides a table of both the internally defined types and the those that are registered
by the features.
Type Store Module
Type Feature name Item name Flags
---- ------------ --------- -----
2 internal generic 0x0
5 internal srp 0x0
6 internal IPV4_UNICAST 0x0
7 internal IPV4_MULTICAST 0x0
8 internal IPV6_UNICAST 0x0
9 internal IPV6_MULTICAST 0x0
10 internal MPLS 0x0
11 internal ARP 0x0
12 internal IPV6_ND 0x0
13 internal CDP 0x0
14 internal CLNS 0x0
101 fib_stats mpls_label 0x0
104 fib_stats mpls_ln70 0x0
102 fib_stats mpls_ln0 0x0
103 fib_stats mpls_glb 0x0
show statsd collectors Command
The show statsd collectors command lists all the processes that have registered as a statistics collector,
and can be filtered to a single node or a single process.
Table 11-7 lists the keywords/options for the show statsd collectors command.