Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel4

 

Relay Current Statistics

TCP relay statistics for current interval.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> relayCurrentStatistics

Multiexcerpt
MultiExcerptNameRelayCurrentStatistics

Command Parameters

Caption
0Table
1Relay Current Statistics Parameters
3Relay Current Statistics Parameters
ParameterDescription
key 

This field is hard-coded to 'default' because no unique keys are generated for this particular statistic.

connTermGracefully 

The current number of TCP connections terminated gracefully.

connTermNonGracefully 

The current number of TCP connections terminated non-gracefully.

newConnCreated 

The current number of new TCP connections established successfully.

Relay Interval Statistics

TCP relay statistics for specific intervals.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> relayIntervalStatistics

Multiexcerpt
MultiExcerptNameRelayIntervalStatistics

Command Parameters

Caption
0Table
1Relay Interval Statistics Parameters
3Relay Interval Statistics Parameters
ParameterDescription
number 

The interval sequence number. The number of intervals to store are configurable. Refer to Interval Statistics - CLI for configuration details.

key 

This field is hard-coded to 'default' because no unique keys are generated for this particular statistic.

connTermGracefully The number of TCP connections terminated gracefully for the specified interval.
connTermNonGracefully The current number of TCP connections terminated non-gracefully for the specified interval.
intervalValid A setting of 'true' indicates the interval contains valid data during the time interval. Each interval is for a configurable fixed time (default interval is 15 minutes) starting on the hour. For example, if the system starts at 12:05, the first interval at 12:15 will not be valid because it is less than the 15-minute interval. Subsequent intervals will be valid upon meeting the 15-minute time interval. System switch-overs also cause invalid intervals because data is lost during the interval.
newConnCreated The current number of new TCP connections established successfully for the specified interval.
time 

System up-time when the interval statistic is collected.

Relay Session Statistics

TCP Relay session statistics.

Command Syntax

Code Block
languagenone
> show table addressContext <addressContext_name> relaySessionStats

Multiexcerpt
MultiExcerptNameRelaySessionStatistics

Command Parameters

Caption
0Table
1Relay Session Statistics Parameters
3Relay Session Statistics Parameters
ParameterDescription
dataRxTx The Number of application data packets received and sent.
inboundLocalPeer SBC Ingress relay port IP address and port number.
inboundRemotePeer

The IP address and port number of peer from where TCP connection is received.

inboundZone Ingress Zone name.
outboundLocalPeer SBC Egress relay port IP address and port number.
outboundRemotePeer The IP address and port number of Peer where TCP connection is established from SBC.
outboundZone Egress Zone name.
packetRxTx The Number of TCP packets received and sent.

transId 

The index of the TCP relay port.

 

Pagebreak