PDG Schema Statistics

The PDG schema provides operational statistics that can be used for monitoring and troubleshooting the following products: PDG/TTG

This schema provides the following types of statistics:
  • Counter: A counter records incremental data cumulatively and rolls over when the counter limit is reached. All counter statistics are cumulative and reset only by one of the following methods: roll-over when limit is reached, after a system restart, or after a clear command is performed. The limit depends upon the data type.
  • Gauge: A gauge statistic indicates a single value; a snapshot representation of a single point in time within a defined time frame. The gauge changes to a new value with each snapshot though a value may repeat from one period to the next. The limit depends upon the data type.
  • Information: This type of statistic provides information, often intended to differentiate sets of statistics; for example, a VPN name or IP address. The type of information provided depends upon the data type.
The data type defines the format of the data for the value provided by the statistic. The following data types are used in statistics for this schema:
  • Int32/Int64: An integer, either 32-bit or 64-bit: For statistics with the Int32 data type, the roll-over to zero limit is 4,294,967,295. For statistics with the Int64 data type, the roll-over to zero limit is 18,446,744,073,709,551,615.
  • Float: A numeric value that can be represented fractionally; for example, 1.345.
  • String: A series of ASCII alphanumeric characters in a single grouping, usually pre-configured.

IMPORTANT:

Unless otherwise indicated, all statistics are counters and all statistics are standards-based.

Key Variables: Every schema has some variables which are typically referred to as 'key variables'. These key variables provide index markers to identify which object the statistics apply to. For example, in the card schema, the card number (variable %card%) uniquely identifies a card. For an HA service, the keys would be "%vpnname%" plus "%servname%", as the combination uniquely identifies an HA service. So, in a given measurement interval, one row of statistics will be generated per unique key. The schema keys are identified in the Description section of the table.


Table 1. Bulk Statistic Variables in the PDG Schema
Variables Description Data Type

vpnname

Description: The name of the context currently facilitating the service processing the subscriber session.

This is a key variable.

This variable is proprietary.

Availability: IPSec/SSL.

String

vpnid

Description: The identification number of the context currently facilitating the service processing the subscriber session. This is an internal reference number.

This is a key variable.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

svcname

Description: The service name for which PDG statistics are being displayed.

This is a key variable.

This variable is proprietary.

Availability: IPSec/SSL.

String

svcid

Description: The service ID for which PDG statistics are being displayed.

This is a key variable.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

bindaddress

Description: The bind IP address for this PDG service.

This variable is proprietary.

Availability: IPSec/SSL.

String

state

Description: System-wide PDG state identified by the following codes:
  • inservice(1): The PDG service is started (active).
  • outofservice(2): The PDG service is not started. It is in the initial state (inactive).

This variable is proprietary.

Availability: IPSec/SSL.

String

sess-ttlcursess

Description: Number of total current sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curact

Description: Number of currently active PDG sessions.

This variable is proprietary.

Trigger: Increments on receiving a new call request from the UE. For IPSec, it increments after receiving an IKE_INIT message from the UE. For SSL, it increments after the SSL tunnel is established.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curdorm

Description: Number of currently dormant PDG sessions.

This variable is proprietary.

Trigger: For SSL, it represents those subscribers wherein the TCP connection is up but the SSL tunnel is not yet up.

Availability: SSL.

Type: Gauge

Int32

sess-curactipv4

Description: Number of currently active IPv4 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curdormipv4

Description: Number of currently dormant IPv4 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curactipv6

Description: Number of currently active IPv6 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curdormipv6

Description: Number of currently dormant IPv6 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curdiripipv4

Description: Number of current direct IP IPv4 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-curttgipv4

Description: Number of current TTG IPv4 sessions.

This variable is proprietary.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-ttldiripipv4

Description: Total number of direct IP IPv4 sessions.

This variable is proprietary.

Trigger: Increments upon successful IPv4 PDG mode call setup.

Availability: IPSec/SSL.

Type: Gauge

Int32

sess-ttlttgipv4

Description: Total number of TTG IPv4 sessions.

This variable is proprietary.

Trigger: Increments upon successful IPv4 TTG mode call setup.

Availability: IPSec/SSL.

Int32

sess-diripipv4succ

Description: Number of direct IP IPv4 successful sessions.

This variable is proprietary.

Trigger: Increments upon successful IPv4 PDG mode call setup.

Availability: IPSec/SSL.

Int32

sess-diripipv4attempt

Description: Number of direct IP IPv4 attempted sessions.

This variable is proprietary.

Trigger: Increments upon receiving an IKE_INIT message from the UE in IPsec and a TCP SYN message from the UE in SSL.

Availability: IPSec/SSL.

Int32

sess-diripipv4attemptfail

Description: Number of direct IP IPv4 attempted sessions that failed.

This variable is proprietary.

Trigger: Increments upon a session setup timeout and authentication failure scenario in PDG mode IPv4 call setup.

Availability: IPSec/SSL.

Int32

sess-ttgipv4succ

Description: Number of direct TTG IPv4 successful sessions.

This variable is proprietary.

Trigger: Increments upon a successful IPv4 TTG mode call setup.

Availability: IPSec/SSL.

Int32

sess-ttgipv4attempt

Description: Number of direct TTG IPv4 attempted sessions.

This variable is proprietary.

Trigger: Increments upon receiving an IKE_INIT message from the UE in IPsec and a TCP SYN message from the UE in SSL TTG mode.

Availability: IPSec/SSL.

Int32

sess-ttgipv4attemptfail

Description: Number of direct TTG IPv4 attempted sessions that failed.

This variable is proprietary.

Trigger: Increments upon a session setup timeout and authentication failure scenario in PDG mode IPv4 call setup.

Availability: IPSec/SSL.

Int32

sess-ttlsetup

Description: Total number of sessions set up.

This variable is proprietary.

Trigger: Increments upon sending a successful IKE_AUTH CFG response to the UE in IPSec, and upon a successful call setup with an MT_CLOSE message sent to the UE in SSL.

Availability: IPSec/SSL.

Int32

sess-ttlattempt

Description: Total number of session attempted.

This variable is proprietary.

Trigger: Increments upon receiving an IKE_INIT message from the UE in IPsec and a TCP SYN message in SSL TTG mode.

Availability: IPSec/SSL.

Int32

sess-ttlattemptfail

Description: Total number of session attempts failed.

This variable is proprietary.

Trigger: Increments upon session setup timout and authentication failure scenario or a resource unavailable scenario where the subscriber allocation fails.

Availability: IPSec/SSL.

Int32

sess-ttldisc

Description: Total number of sessions disconnected.

Trigger: Increments after call is up during re-authentication failure (IPSec only) and the SSL or IPSec tunnel goes down.

This variable is proprietary.

Int32

sess-ttldisclocal

Description: Total number of sessions disconnected locally.

This variable is proprietary.

Trigger: Increments by unavailable resources and session setup timeout.

Availability: IPSec/SSL.

Int32

sess-ttldiscremote

Description: Total number of sessions disconnected remotely.

This variable is proprietary.

Trigger: Increments on UE-initiated call tear down after call setup.

Availability: IPSec/SSL.

Int32

sess-discbeforeconn

Description: Sessions remotely disconnected before connected.

This variable is proprietary.

Trigger: Increments on UE-initiated call tear down before call setup.

Availability: IPSec/SSL.

Int32

sess-ttlfastreauthsucc

Description: Total fast re-authentication successes.

This variable is proprietary.

Trigger: Increments upon re-authetication success scenario. Includes both fast re-authentication and pseudoname re-authentication.

Availability: IPSec.

Int32

sess-ttlfastreauthattempt

Description: Total fast re-authentication attempts.

This variable is proprietary.

Trigger: Increments upon receiving the re-auth ID in the IKE-AUTH message from the UE. Includes both fast re-authentication and pseudoname re-authentication.

Availability: IPSec.

Int32

sess-ttlfastreauthattemptfail

Description: Total fast re-authentication attempts that failed.

This variable is proprietary.

Trigger: Increments upon a re-authentication success scenario from the AAA server. Includes both fast re-authentication and pseudoname re-authentication.

Availability: IPSec.

Int32

sess-ttlreauthorizesucc

Description: Total reauthorization attempts that succeeded.

This variable is proprietary.

Trigger: Increments upon receiving an authorize success message from the AAA server.

Availability: IPSec.

Int32

sess-ttlreauthorizeattempt

Description: Total reauthorization attempts.

This variable is proprietary.

Trigger: Increments upon sending an authorize request message to the AAA server.

Availability: IPSec.

Int32

sess-ttlreauthorizeattemptfail

Description: Total reauthorization attempts that failed.

This variable is proprietary.

Trigger: Increments upon an authorization failure with the AAA server or if the IPsec tunnel goes down during authorization.

Availability: IPSec.

Int32

sess-ttlprimaryaaasucc

Description: Total primary AAA sessions that succeeded.

This variable is proprietary.

Trigger: Increments upon receiving an access accept message from the AAA server. (Increments only during primary authentication if multiple authentication is supported in IPSec).

Availability: IPSec/SSL.

Int32

sess-ttlprimaryaaaattempt

Description: Total primary AAA sessions attempted.

This variable is proprietary.

Trigger: Increments upon receiving an IKE -AUTH message from the UE in IPSec and an MT-AUTH message from the UE in SSL.

Availability: IPSec/SSL.

Int32

sess-ttlprimaryaaaattemptfail

Description: Total primary AAA sessions that failed.

This variable is proprietary.

Trigger: Increments on an authentication failure and if the SSL or IPSec tunnel goes down during authentication.

Availability: IPSec/SSL.

Int32

sess-ttlexternalaaasucc

Description: Total external AAA sessions that succeeded.

This variable is proprietary.

Trigger: Increments upon receiving an authentication success message from the AAA server in a multiple authentication scenario.

Availability: IPSec.

Int32

sess-ttlexternalaaaattempt

Description: Total external AAA sessions that attempted.

This variable is proprietary.

Trigger: Increments upon receiving an IKE-AUTH (ANOTHER-AUTH-FOLLOWS) message from the UE in a multiple authentication scenario.

Availability: IPSec.

Int32

sess-ttlexternalaaaattemptfail

Description: Total external AAA sessions that failed.

This variable is proprietary.

Trigger: Increments upon receiving an authentication failure from the AAA server or an IPsec tunnel tear down in a multiple authentication scenario.

Availability: IPSec.

Int32

sess-ttleapauthsucc

Description: Total of successful EAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication success message from the AAA server for the second phase authentication using EAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-ttleapauthfail

Description: Total of failed EAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication failure message from the AAA server for the second phase authentication using EAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-ttlpapauthsucc

Description: Total of successful PAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication success message from the AAA server for the second phase authentication using PAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-ttlpapauthfail

Description: Total of failed PAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication failure message from the AAA server for the second phase authentication using PAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-ttlchapauthsucc

Description: Total of successful CHAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication success message from the AAA server for the second phase authentication using CHAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-ttlchapauthfail

Description: Total of failed CHAP authorizations.

This variable is proprietary.

Trigger: Increments upon receiving an authentication failure message from the AAA server for the second phase authentication using CHAP. (Applicable only in a multiple authentication scenario.)

Availability: IPSec.

Int32

sess-discremote

Description: Number of sessions terminated by a remote disconnect.

This variable is proprietary.

Trigger: A TCP failure scenario in SSL PDG and SSL TTG after the call is in the CONNECTED state. A UE-initiated session disconnect in IPSec PDG and IPSec TTG after the call is in the CONNECTED state.

Availability: IPSec/SSL.

Int32

sess-attemptfaildiscremote

Description: Number of sessions terminated by a Session Attempt Failed disconnect reason due to a remote disconnect.

Trigger: A TCP failure scenario in SSL PDG and SSL TTG before the call is in the CONNECTED state. A UE-initiated session disconnect in IPSec PDG and IPSec TTG before the call is in the CONNECTED state.

Availability: IPSec/SSL.

Int32

sess-discadmin

Description: Number of sessions terminated because of an admin release.

This variable is proprietary.

Trigger: Incremented for all sessions in a CONNECTED state that are cleared due to an Admin Disconnect disconnect reason.

Availability: IPSec/SSL.

Int32

sess-attemptfaildiscadmin

Description: Number of sessions terminated by a Session Attempt Failed disconnect reason due to an admin disconnect.

This variable is proprietary.

Trigger: Incremented for all session setups that failed due to an admin disconnect before the session is in a CONNECTED state.

Availability: IPSec/SSL.

Int32

sess-discidletimeout

Description: Number of sessions terminated because of idle timer timeout.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discabstimeout

Description: Number of sessions terminated because of absolute timeout.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-disclongdur

Description: Number of sessions terminated because of long duration timer timeout.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discsesssetuptimeout

Description: Number of sessions terminated because of Session Manager session setup timeout.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discnonexistpcrf

Description: Number of sessions terminated because of non-existence of PCRF.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discnoresource

Description: Number of sessions terminated because of no resources.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discauthfail

Description: Number of sessions terminated because of AAA authentication failure.

This variable is proprietary.

Trigger: Incremented on receiving an Access-Reject message, an invalid AAA attribute in an Access-Accept message, an AAA timeout message, a missing AAA attribute in an Access-Accept message, an invalid W-APN format, or an invalid NAI format. Also incremented in PDG mode if W-APN is not configured.

Availability: IPSec/SSL.

Int32

sess-discreauthfail

Description: Number of sessions terminated because of a session re-authetication failure.

This variable is proprietary.

Trigger: Incremented for all AAA failures during fast re-authentication or pseudonym re-authentication.

Availability: IPSec.

Int32

sess-discflowaddfail

Description: Number of sessions terminated because of flow add failure.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discinvdestctx

Description: Number of sessions terminated because of invalid destination context.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discsourceviol

Description: Number of sessions terminated because of source IP address violation.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discgtp

Description: Number of sessions terminated because of a GTP failure.

This variable is proprietary.

Trigger: Incremented for all GTP path failures or DPC requests from the GGSN.

Availability: IPSec/SSL (TTG only).

Int32

sess-attemptfaildiscgtp

Description: Number of session attempts failed because of GTP failure.

This variable is proprietary.

Trigger: Incremented for all session setups failed due to CPC failure/timeout.

Availability: IPSec/SSL (TTG only).

Int32

sess-discdupreq

Description: Number of sessions terminated because of duplicate requests.

This variable is proprietary.

Trigger: Incremented on receiving a new call when a previous call exists in the CONNECTED state with the same IMSI and APN on the same Session Manager. When this occurs, the original call is cleared.

Availability: IPSec/SSL (TTG only).

Int32

sess-attemptfaildiscdupreq

Description: Number of session attempts failed because of duplicate requests.

This variable is proprietary.

Trigger: Incremented on receiving a new call when a previous call exists in the CONNECTED state with the same IMSI and APN on the same Session Manager. When this occurs, the original call is cleared.

Availability: IPSec/SSL (TTG only).

Int32

sess-discaddrfail

Description: Number of sessions terminated because of an address assignment failure.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-discmisc

Description: Number of sessions terminated because of miscellaneous reasons.

This variable is proprietary.

Trigger: Incremented for all SSL failures and all remaining disconnect reasons (for example, for IPSec, no-response or remote-error-notification).

Availability: IPSec/SSL.

Int32

sess-attemptfaildiscmisc

Description: Number of session attempts failed because of miscellaneous reasons.

This variable is proprietary.

Trigger: Incremented for all session setup failures due to SSL failures (for example, handshake failures, ssl-alert, ssl-bad-message), or an unknown APN case in which the TTG is unable to resolve the APN and all remaining disconnect reasons before the call is in the CONNECTED state.

Availability: IPSec/SSL.

Int32

sess-ttlbytessent

Description: Total number of bytes sent.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-ttlbytesrcvd

Description: Total number of bytes received.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-ttlpktsent

Description: Total number of packets sent.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-ttlpktrcvd

Description: Total number of packets received.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

sess-ttlpktviolations

Description: Total number of packet violations.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxttlsrvrpassthru

Description: Total number of EAP messages received from the EAP server in pass-through mode.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxsuccsrvrpassthru

Description: Total number of EAP-Success messages received from the EAP server in pass-through mode.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxfailsrvrpassthru

Description: Total number of EAP-Failure messages received from the EAP server in pass-through mode.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxchalsrvrpassthru

Description: Total number of EAP challenge messages sent to the EAP server in pass-through mode.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-txttlsrv

Description: Total number of EAP messages transmitted to the EAP server.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-txinitrequest

Description: Total number of EAP request messages forwarded to the EAP server for initial request.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-txreqfwd

Description: Total number of EAP messages transmitted to the EAP server for forward request.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxmobilepassthru

Description: Total number of EAP messages transmitted to the EAP server in pass-through mode for mobile node.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

eap-rxmobilediscarded

Description: Total number of EAP messages transmitted to the EAP server that were discarded.

This variable is proprietary.

Availability: IPSec/SSL.

Int32

mt-txdatabyteuplink

Description: SSL micro-tunneling: Uplink data bytes sent.

This variable is proprietary.

Availability: SSL.

Int64

mt-databyteuplinkdropped

Description: SSL micro-tunneling: Uplink data bytes dropped.

This variable is proprietary.

Availability: SSL.

Int64

mt-uldroppedd-nonconnectedstate

Description: SSL micro-tunneling: Uplink data bytes dropped due to non-connected state.

This variable is proprietary.

Availability: SSL.

Int64

mt-uldroppedd-transstackbuffoverflow

Description: SSL micro-tunneling: Uplink data bytes dropped due to transport stack buffer over flow.

This variable is proprietary.

Availability: SSL.

Int64

mt-uldroppedd-incorrectdestip

Description: SSL micro-tunneling: Uplink data bytes dropped due to incorrect destination IP address.

This variable is proprietary.

Availability: SSL.

Int64

mt-uldroppedd-transtackfailed

Description: SSL micro-tunneling: Uplink data bytes dropped due to transport stack failed to send.

This variable is proprietary.

Availability: SSL.

Int64

mt-uldroppedd-sessnotfoundforsockid

Description: SSL micro-tunneling: Uplink data bytes dropped due to session not found for sock-id.

This variable is proprietary.

Availability: SSL.

Int64

mt-txdatabytedownlink

Description: SSL micro-tunneling: Downlink data bytes sent.

This variable is proprietary.

Availability: SSL.

Int64

mt-rxttlopenreq

Description: SSL micro-tunneling: Total OPEN requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxopenreqprocessed

Description: SSL micro-tunneling: OPEN requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxopenreqdropped

Description: SSL micro-tunneling: OPEN requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlopenresp

Description: SSL micro-tunneling: Total OPEN responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txopenrespaccept

Description: SSL micro-tunneling: OPEN responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txopenresprej

Description: SSL micro-tunneling: OPEN responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxopenresp

Description: SSL micro-tunneling: OPEN responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlnamreq

Description: SSL micro-tunneling: Total NAM requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxnamreqprocessed

Description: SSL micro-tunneling: NAM requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxnamreqdropped

Description: SSL micro-tunneling: NAM requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlnamresp

Description: SSL micro-tunneling: Total NAM responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txnamrespaccept

Description: SSL micro-tunneling: NAM responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txnamresprej

Description: SSL micro-tunneling: NAM responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxnamresp

Description: SSL micro-tunneling: NAM responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlauthreq

Description: SSL micro-tunneling: Total AUTH requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxauthreqprocessed

Description: SSL micro-tunneling: AUTH requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxauthreqdropped

Description: SSL micro-tunneling: AUTH requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlauthresp

Description: SSL micro-tunneling: Total AUTH responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txauthrespaccept

Description: SSL micro-tunneling: AUTH responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txauthresprej

Description: SSL micro-tunneling: AUTH responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxauthresp

Description: SSL micro-tunneling: AUTH responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlrecvreq

Description: SSL micro-tunneling: Total RECV requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxrecvreqprocessed

Description: SSL micro-tunneling: RECV requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxrecvreqdropped

Description: SSL micro-tunneling: RECV requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlrecvresp

Description: SSL micro-tunneling: Total RECV responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txrecvrespaccept

Description: SSL micro-tunneling: RECV responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txrecvresprej

Description: SSL micro-tunneling: RECV responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxrecvresp

Description: SSL micro-tunneling: RECV responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlclosereq

Description: SSL micro-tunneling: Total CLOSE requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxclosereqprocessed

Description: SSL micro-tunneling: CLOSE requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxclosereqdropped

Description: SSL micro-tunneling: CLOSE requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlclosereq

Description: SSL micro-tunneling: Total CLOSE requests sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txclosereqdispatch

Description: SSL micro-tunneling: CLOSE requests dispatched.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlcloseresp

Description: SSL micro-tunneling: Total CLOSE responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxcloserespaccept

Description: SSL micro-tunneling: CLOSE responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxcloseresprej

Description: SSL micro-tunneling: CLOSE responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxcloserespdropped

Description: SSL micro-tunneling: CLOSE responses dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlcloseresp

Description: SSL micro-tunneling: Total CLOSE responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txcloserespaccept

Description: SSL micro-tunneling: CLOSE responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txcloseresprej

Description: SSL micro-tunneling: CLOSE responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlsendreq

Description: SSL micro-tunneling: Total SEND requests received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxsendreqprocessed

Description: SSL micro-tunneling: SEND requests processed.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxsendreqdropped

Description: SSL micro-tunneling: SEND requests dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlsendreq

Description: SSL micro-tunneling: Total SEND requests sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txsendreqdispatch

Description: SSL micro-tunneling: SEND requests dispatched.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxttlsendresp

Description: SSL micro-tunneling: Total SEND responses received.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxsendrespaccept

Description: SSL micro-tunneling: SEND responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxsendresprej

Description: SSL micro-tunneling: SEND responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-rxsendrespdropped

Description: SSL micro-tunneling: SEND responses dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-txttlsendresp

Description: SSL micro-tunneling: Total SEND responses sent.

This variable is proprietary.

Availability: SSL.

Int32

mt-txsendrespaccept

Description: SSL micro-tunneling: SEND responses accepted.

This variable is proprietary.

Availability: SSL.

Int32

mt-txsendresprej

Description: SSL micro-tunneling: SEND responses rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-cannotcreatconn

Description: SSL micro-tunneling: OPEN Reject sent: cannot create connection.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-protonotsupported

Description: SSL micro-tunneling: OPEN Reject sent: protocol not supported.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-permdenied

Description: SSL micro-tunneling: OPEN Reject sent: permission denied.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-cannotcreatesockid

Description: SSL micro-tunneling: OPEN Reject sent: cannot create sock-id.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-badparam

Description: SSL micro-tunneling: OPEN Reject sent: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-addrport-alreadyused

Description: SSL micro-tunneling: OPEN Reject sent: address or port already used.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-cannotconnectserver

Description: SSL micro-tunneling: OPEN Reject sent: cannot connect the server.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-hostnameunknown

Description: SSL micro-tunneling: OPEN Reject sent: hostname is unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-authrequired

Description: SSL micro-tunneling: OPEN Reject sent: authentication required.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-undefined

Description: SSL micro-tunneling: OPEN Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-openrejtx-reserved

Description: SSL micro-tunneling: OPEN Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-namrejtx-versionnotsupported

Description: SSL micro-tunneling: OPEN Reject sent: version not supported.

This variable is proprietary.

Availability: SSL.

Int32

mt-namrejtx-servercannotcreateauth

Description: SSL micro-tunneling: OPEN Reject sent: server cannot create an authentication process.

This variable is proprietary.

Availability: SSL.

Int32

mt-namrejtx-badparameters

Description: SSL micro-tunneling: OPEN Reject sent: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-namrejtx-undefined

Description: SSL micro-tunneling: NAM Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-namrejtx-reserved

Description: SSL micro-tunneling: NAM Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-authrejtx-authidunknown

Description: SSL micro-tunneling: AUTH Reject sent: the auth-id is unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-authrejtx-cannotconntoauthserver

Description: SSL micro-tunneling: AUTH Reject sent: cannot connect to authentication server.

This variable is proprietary.

Availability: SSL.

Int32

mt-authrejtx-badparam

Description: SSL micro-tunneling: AUTH Reject sent: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-authrejtx-undefined

Description: SSL micro-tunneling: AUTH Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-authrejtx-reserved

Description: SSL micro-tunneling: AUTH Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-sockidunknown

Description: SSL micro-tunneling: RECV Reject sent: the sock-id is unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-connlost

Description: SSL micro-tunneling: RECV Reject sent: the connection is lost.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-permissiondenied

Description: SSL micro-tunneling: RECV Reject sent: permission denied.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-badparameters

Description: SSL micro-tunneling: RECV Reject sent: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-undefined

Description: SSL micro-tunneling: RECV Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-recvrejtx-unreserved

Description: SSL micro-tunneling: RECV Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejtx-sockidunknown

Description: SSL micro-tunneling: RECV Reject sent: the sock-id is unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejtx-connlost

Description: SSL micro-tunneling: CLOSE Reject sent: the connection is lost.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejtx-badparameters

Description: SSL micro-tunneling: CLOSE Reject sent: the bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejtx-undefined

Description: SSL micro-tunneling: CLOSE Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejtx-unreserved

Description: SSL micro-tunneling: CLOSE Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejrx-sockidunknown

Description: SSL micro-tunneling: CLOSE Reject received: sock-id unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejrx-connlost

Description: SSL micro-tunneling: CLOSE Reject received: the connection is lost.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejrx-badparameters

Description: SSL micro-tunneling: CLOSE Reject received: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejrx-undefined

Description: SSL micro-tunneling: CLOSE Reject received: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-closerejrx-unreserved

Description: SSL micro-tunneling: CLOSE Reject received: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-sockidunknown

Description: SSL micro-tunneling: SEND Reject sent: sock-id unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-connlost

Description: SSL micro-tunneling: SEND Reject sent: the connection is lost.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-permissiondenied

Description: SSL micro-tunneling: SEND Reject sent: permission denied.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-badparam

Description: SSL micro-tunneling: SEND Reject sent: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-undefined

Description: SSL micro-tunneling: SEND Reject sent: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejtx-reserved

Description: SSL micro-tunneling: SEND Reject sent: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-sockidunknown

Description: SSL micro-tunneling: SEND Reject received: sock-id unknown.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-connlost

Description: SSL micro-tunneling: SEND Reject received: connection is lost.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-permissiondenied

Description: SSL micro-tunneling: SEND Reject received: permission denied.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-badparam

Description: SSL micro-tunneling: SEND Reject received: bad parameters.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-undefined

Description: SSL micro-tunneling: SEND Reject received: undefined.

This variable is proprietary.

Availability: SSL.

Int32

mt-sendrejrx-reserved

Description: SSL micro-tunneling: SEND Reject received: reserved.

This variable is proprietary.

Availability: SSL.

Int32

mt-pktdiscardstat-unknownversion

Description: SSL micro-tunneling: Packets discarded statistics: unknown version.

This variable is proprietary.

Availability: SSL.

Int32

mt-pktdiscardstat-unknownmsgtype

Description: SSL micro-tunneling: Packets discarded statistics: unknown message type.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-open-decodefaildropped

Description: SSL micro-tunneling: Packets discarded statistics: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-open-decodefailrej

Description: SSL micro-tunneling: Packets discarded statistics: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-open-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: OPEN: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-open-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: OPEN: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respopen-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP OPEN: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respopen-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP OPEN: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-close-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: CLOSE: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-close-decodefailrej

Description: SSL micro-tunneling: Messages denied statistics: CLOSE: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-close-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: CLOSE: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-close-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: CLOSE: unknown context, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respclose-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP CLOSE: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respclose-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP CLOSE: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-nam-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: NAM: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-nam-decodefailrej

Description: SSL micro-tunneling: Messages denied statistics: NAM: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-nam-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: NAM: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-nam-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: NAM: unknown context, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respnam-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP NAM: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respnam-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP NAM: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-auth-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: AUTH: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-auth-decodefailrej

Description: SSL micro-tunneling: Messages denied statistics: AUTH: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-auth-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: AUTH: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-auth-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: AUTH: unknown context, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respauth-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP AUTH: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respauth-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP AUTH: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-recv-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RECV: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-recv-decodefailrej

Description: SSL micro-tunneling: Messages denied statistics: RECV: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-recv-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RECV: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-recv-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: RECV: unknown context, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-resprecv-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP RECV: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-resprecv-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP RECV: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-send-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: SEND: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-send-decodefailrej

Description: SSL micro-tunneling: Messages denied statistics: SEND: decoding failed, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-send-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: SEND: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-send-uknownctxtrej

Description: SSL micro-tunneling: Messages denied statistics: SEND: unknown context, rejected.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respsend-decodefaildropped

Description: SSL micro-tunneling: Messages denied statistics: RESP SEND: decoding failed, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respsend-uknownctxtdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP SEND: unknown context, dropped.

This variable is proprietary.

Availability: SSL.

Int32

mt-msgdenied-respunknowncommdropped

Description: SSL micro-tunneling: Messages denied statistics: RESP to unknown command dropped.

This variable is proprietary.

Availability: SSL.

Int32

utcp_access_raw_pkts_to_stack

Not supported in this release.

Int64

utcp_nw_raw_pkts_to_stack

Not supported in this release.

Int64

utcp_access_raw_bytes_to_stack

Not supported in this release.

Int64

utcp_access_raw_pkts_from_stack

Not supported in this release.

Int64

utcp_nw_raw_pkts_from_stack

Not supported in this release.

Int64

utcp_access_raw_bytes_from_stack

Not supported in this release.

Int64

utcp_nw_raw_bytes_from_stack

Not supported in this release.

Int64

utcp_access_sockets_opened

Not supported in this release.

Int64

utcp_nw_sockets_opened

Not supported in this release.

Int64

utcp_access_sockets_open_fail

Not supported in this release.

Int64

utcp_nw_sockets_open_fail

Not supported in this release.

Int64

utcp_access_connect_attempt

Not supported in this release.

Int64

utcp_nw_connect_attempt

Not supported in this release.

Int64

utcp_access_listening_socket

Not supported in this release.

Int64

utcp_nw_listening_socket

Not supported in this release.

Int64

utcp_access_listen_fail

Not supported in this release.

Int64

utcp_nw_listen_fail

Not supported in this release.

Int64

utcp_access_bind_success

Not supported in this release.

Int64

utcp_nw_bind_success

Not supported in this release.

Int64

utcp_access_bind_fail

Not supported in this release.

Int64

utcp_nw_bind_fail

Not supported in this release.

Int64

utcp_access_accept_success

Not supported in this release.

Int64

utcp_nw_accept_success

Not supported in this release.

Int64

utcp_access_accept_fail

Not supported in this release.

Int64

utcp_nw_accept_fail

Not supported in this release.

Int64

utcp_access_send_success

Not supported in this release.

Int64

utcp_nw_send_success

Not supported in this release.

Int64

utcp_access_send_fail

Not supported in this release.

Int64

utcp_nw_send_fail

Not supported in this release.

Int64

utcp_access_send_partial

Not supported in this release.

Int64

utcp_nw_send_partial

Not supported in this release.

Int64

utcp_access_sendto_success

Not supported in this release.

Int64

utcp_nw_sendto_success

Not supported in this release.

Int64

utcp_access_sendto_fail

Not supported in this release.

Int64

utcp_nw_sendto_fail

Not supported in this release.

Int64

utcp_access_sendto_partial

Not supported in this release.

Int64

utcp_nw_sendto_partial

Not supported in this release.

Int64

utcp_access_recv_attempt

Not supported in this release.

Int64

utcp_nw_recv_attempt

Not supported in this release.

Int64

utcp_access_recv_fail

Not supported in this release.

Int64

utcp_nw_recv_fail

Not supported in this release.

Int64

utcp_access_recvfrom_attempt

Not supported in this release.

Int64

utcp_nw_recvfrom_attempt

Not supported in this release.

Int64

utcp_access_current_open_sockets

Not supported in this release.

Int32

utcp_nw_current_open_sockets

Not supported in this release.

Int32

utcp_access_current_alloc_tcpvect

Not supported in this release.

Int32

utcp_nw_current_alloc_tcpvect

Not supported in this release.

Int32

utcp_access_tcpinsegs

Not supported in this release.

Int64

utcp_nw_tcpinsegs

Not supported in this release.

Int64

utcp_access_tcpinbytes

Not supported in this release.

Int64

utcp_nw_tcpinbytes

Not supported in this release.

Int64

utcp_access_tcpinerrs

Not supported in this release.

Int64

utcp_nw_tcpinerrs

Not supported in this release.

Int64

utcp_access_tcpinretransseg

Not supported in this release.

Int64

utcp_nw_tcpinretransseg

Not supported in this release.

Int64

utcp_access_tcpinretransbytes

Not supported in this release.

Int64

utcp_nw_tcpinretransbytes

Not supported in this release.

Int64

utcp_access_tcpoutsegs

Not supported in this release.

Int64

utcp_nw_tcpoutsegs

Not supported in this release.

Int64

utcp_access_tcpoutrsts

Not supported in this release.

Int64

utcp_nw_tcpoutrsts

Not supported in this release.

Int64

utcp_access_tcpretranssegs

Not supported in this release.

Int64

utcp_nw_tcpretranssegs

Not supported in this release.

Int64

utcp _access_tcpretransbytes

Not supported in this release.

Int64

utcp_nw_tcpretransbytes

Not supported in this release.

Int64

utcp_access_tcpinpartialretransseg

Not supported in this release.

Int64

utcp_nw_tcpinpartialretransseg

Not supported in this release.

Int64

utcp_access_tcpinpartialretransbytes

Not supported in this release.

Int64

utcp_nw_tcpinpartialretransbytes

Not supported in this release.

Int64

utcp_access_tcpinoooseg

Not supported in this release.

Int64

utcp_nw_tcpinoooseg

Not supported in this release.

Int64

utcp_access_tcpinooobytes

Not supported in this release.

Int64

utcp_nw_tcpinooobytes

Not supported in this release.

Int64

utcp_access_tcpinoooretransseg

Not supported in this release.

Int64

utcp_nw_tcpinoooretransseg

Not supported in this release.

Int64

utcp_access_tcpinoooretransbytes

Not supported in this release.

Int64

utcp_nw_tcpinoooretransbytes

Not supported in this release.

Int64

utcp_access_tcpinooosuccessseg

Not supported in this release.

Int64

utcp_nw_tcpinooosuccessseg

Not supported in this release.

Int64

utcp_access_tcpinooosuccessbytes

Not supported in this release.

Int64

utcp_nw_tcpinooosuccessbytes

Not supported in this release.

Int64

utcp_access_tcpincsumerrseg

Not supported in this release.

Int64

utcp_nw_tcpincsumerrseg

Not supported in this release.

Int64

utcp_access_tcpincsumerrbytes

Not supported in this release.

Int64

utcp_nw_tcpincsumerrbytes

Not supported in this release.

Int64

utcp_access_tcpactiveopens

Not supported in this release.

Int64

utcp_nw_tcpactiveopens

Not supported in this release.

Int64

utcp_nw_tcppassiveopens

Not supported in this release.

Int64

utcp_access_tcpattemptfails

Not supported in this release.

Int64

utcp_nw_tcpattemptfails

Not supported in this release.

Int64

utcp_access_tcpestabresets

Not supported in this release.

Int64

utcp_nw_tcpestabresets

Not supported in this release.

Int64

utcp_access_tcpcurrestab

Not supported in this release.

Int64

utcp_nw_tcpcurrestab

Not supported in this release.

Int64

utcp_access_ipinreceives

Not supported in this release.

Int64

utcp_nw_ipinreceives

Not supported in this release.

Int64

utcp_access_ipinhdrerrors

Not supported in this release.

Int64

utcp_nw_ipinhdrerrors

Not supported in this release.

Int64

utcp_access_ipinunknownprotos

Not supported in this release.

Int64

utcp_nw_ipinunknownprotos

Not supported in this release.

Int64

utcp_access_ipindiscards

Not supported in this release.

Int64

utcp_nw_ipindiscards

Not supported in this release.

Int64

utcp_access_ipinaddrerrors

Not supported in this release.

Int64

utcp_nw_ipinaddrerrors

Not supported in this release.

Int64

utcp_access_ipoutrequests

Not supported in this release.

Int64

utcp_nw_ipoutrequests

Not supported in this release.

Int64

utcp_access_ipoutdiscards

Not supported in this release.

Int64

utcp_nw_ipoutdiscards

Not supported in this release.

Int64

utcp_access_ipoutnoroutes

Not supported in this release.

Int64

utcp_nw_ipoutnoroutes

Not supported in this release.

Int64

utcp_access_ipreasmtimeout

Not supported in this release.

Int64

utcp_nw_ipreasmtimeout

Not supported in this release.

Int64

utcp_access_ipreasmoks

Not supported in this release.

Int64

utcp_nw_ipreasmoks

Not supported in this release.

Int64

utcp_access_ipreasmfails

Not supported in this release.

Int64

utcp_nw_ipreasmfails

Not supported in this release.

Int64

utcp_access_ipfragoks

Not supported in this release.

Int64

utcp_nw_ipfragoks

Not supported in this release.

Int64

utcp_access_ipfragfails

Not supported in this release.

Int64

utcp_nw_ipfragfails

Not supported in this release.

Int64

utcp_access_ipfragcreates

Not supported in this release.

Int64

utcp_nw_ipfragcreates

Not supported in this release.

Int64

utcp_access_iproutingdiscards

Not supported in this release.

Int64

utcp_nw_iproutingdiscards

Not supported in this release.

Int64

utcp_access_udpnoports

Not supported in this release.

Int64

utcp_nw_udpnoports

Not supported in this release.

Int64

utcp_access_udpinerrors

Not supported in this release.

Int64

utcp_nw_udpinerrors

Not supported in this release.

Int64

utcp_access_udpindatagrams

Not supported in this release.

Int64

utcp_nw_udpindatagrams

Not supported in this release.

Int64

utcp_access_udpoutdatagrams

Not supported in this release.

Int64

utcp_nw_udpoutdatagrams

Not supported in this release.

Int64

IMPORTANT:

For information on statistics that are common to all schema see the Statistics and Counters Overview chapter.