Table Organization

Each of the following tables details the statistics available for that set of cards. Available statistics are controlled by three sets of controls.

IxExplorer

Statistics Modes

From the IxExplorer pane, select a port and select Filter, Statistics, Receive Mode from the right-hand pane. Select the tab at the top labelled Statistics. This is shown here for a Gigabit module with the statistics modes highlighted. The choices here are mutually exclusive. In most cases, when one is selected new statistics are available at the expense of others.

Figure: Statistics Mode Selection

Extra Statistics Check Boxes

Additional statistics are selected through a set of check boxes located on the same Statistics tab, in the Additional Statistics section. These statistics are always in addition to those in the Statistics Mode section.

Receive Mode

From the IxExplorer pane, select a port and select Filter, Statistics, Receive Mode from the right-hand pane. Select the tab at the top labelled Receive Mode. This is shown here for a 10GE LAN module. The check boxes generally result in additional statistics.

Figure: Receive Mode Selection

Key to Tables

The following table lists the headings that appear in the tables in this appendix and their correspondence to IxExplorer dialogs and selections.

Key for Statistics Table
Heading Item IxExplorer Dialog IxExplorer Label

Statistics Mode

UDS 5&6

Statistics

User Defined Statistics 5 and 6

QoS

Statistics

Quality of Service

Normal

Statistics

Normal

Checksum Errors

Statistics

IP/TCP/UDP Checksum Verification

Data Integrity

Statistics

Data Integrity

Extra Statistics Check boxes

IxRouter

Statistics

IxRouter Stats

ARP STATS

Statistics

ARP Stats

ICMP STATS

Statistics

ICMP Stats

BGP STATS

Statistics

BGP Stats

OSPF STATS

Statistics

OSPF Stats

ISIS STATS

Statistics

ISIS Stats

RSVP-TE STATS

Statistics

RSVP-TE Stats

LDP STATS

Statistics

LDP Stats

POS Ext

Statistics

POS Extended Stats

DHCPv4

Statistics

DHCPv4 Stats

DHCPv6

Statistics

DHCPv6 Stats

Temp Sensors

Statistics

Temperature Sensor Stats

OAM Stats

Statistics

Ethernet OAM Stats

PTP Stats

Statistics

Ptp Stats

Receive Mode

Rx Capture

Receive Mode

Capture

Rx Seq Checking

Receive Mode

Sequence Checking

Rx Data Integrity

Receive Mode

Data Integrity

Rx Packet Group

Receive Mode

Packet Group

Rx Mode Bert

Receive Mode

Mode Bert

Rx Mode ISL

Receive Mode

Mode ISL

Rx Bert Channelized

Receive Mode

Bert Channelized

Rx Mode Echo

Receive Mode

Mode Echo

Rx Mode DCC

Receive Mode

Mode DCC

Rx Wide Packet Group

Receive Mode

Wide Packet Groups

Rx Mode PRBS

Receive Mode

PRBS

Rx Rate Monitoring

Receive Mode

Rate Monitoring

Rx Per Flow Error Stats

Receive Mode

Per PGID Checksum Error Stats

TCL Development

Statistics Mode

The statistics mode is controlled by the use of the Tcl stat mode command. The following table lists the available choices and their correspondence to IxExplorer choice.

Tcl Stat Mode Options
Option IxExplorer Choice

statNormal (0) (default)

Normal

statQos (1)

Quality of Service

statStreamTrigger (2)

User Defined Statistics 5 and 6

statModeChecksumErrors (3)

IP/TC@/UDP Checksum Verification

statModeDataIntegrity (4)

Data Integrity

Access to Statistics

Most statistics are accessed through the use of stat command. VSR statistics are access through the use of the vsrStat command.

Receive Mode

The receive mode is controlled through the use of the port receiveMode option. The choices available are or'd together and list the bits available to control the receive mode.

Tcl Port Receive Options
Option IxExplorer Choice

portCapture (1)

Capture

portPacketGroup (2)

Packet Groups

portRxTcpSessions (4)

Does not affect statistics.

portRxTcpRoundTrip (8)

Does not affect statistics.

portRxDataIntegrity (16)

Data Integrity

portRxFirstTimeStamp (32)

Does not affect statistics.

portRxSequenceChecking (64)

Sequence Checking

portRxModeBert (128)

BERT Mode

portRxModeBertChannelized (128)

Channelized BERT Mode

portRxModeIsl

ISL Mode

portRxModeEcho

Echo Mode

portRxModeDcc

DCC Mode

portRxModeWidePacketGroup

Wide Packet Groups

portRxModePrbs

PRBS Mode

portRxModeRateMonitoring

Rate Monitoring

portRxModePerFlowErrorStats

Per PGID Checksum Error Stats

C++ Development

Statistics Mode

The statistics mode is controlled by the use of the stat.mode member.Key for Statistics Table lists the available choices and their correspondence to IxExplorer choices and the labels used in the tables in this appendix.

C++ Stat Members
Member Value IxExplorer Choice

statNormal (0) (default)

Normal

statQos (1)

Quality of Service

statStreamTrigger (2)

User Defined Statistics 5 and 6

statModeChecksumErrors (3)

IP/TCP/UDP Checksum Verification

statModeDataIntegrity (4)

Data Integrity

Access to Statistics

Most statistics are accessed through the use of TCLStatistics class. VSR statistics are accessed through the use of the TCLvsrStat class.

Receive Mode

The receive mode is controlled through the use of the port.receiveMode member. The choices available are or'd together and list the bits available to control the receive mode.

Tcl Port Receive Options
Member Value IxExplorer Choice

portCapture (1)

Capture

portPacketGroup (2)

Packet Groups

portRxTcpSessions (4)

Does not affect statistics

portRxTcpRoundTrip (8)

Does not affect statistics

portRxDataIntegrity (16)

Data Integrity

portRxFirstTimeStamp (32)

Does not affect statistics

portRxSequenceChecking (64)

Sequence Checking

portRxModeBert (128)

BERT Mode

portRxModeBertChannelized (128)

Channelized BERT Mode

portRxModeIsl

ISL Mode

portRxModeEcho

Echo Mode

portRxModeDcc

DCC Mode

portRxModeWidePacketGroup

Wide Packet Groups

portRxModePrbs

PRBS Mode

portRxModeRateMonitoring

Rate Monitoring

portRxModePerFlowErrorStats

Per PGID Checksum Error Stats