H.323 Protocol Performance

This section describes the different statistics you can access for monitoring H.323 protocol performance.

Viewing the H.323 Performance Statistics

Display the H.323 performance statistics by using the show h323d command. The main show h323d command executed without arguments indicates the date and time the current period began and displays session statistics, status statistics, and stack statistics for functioning H.323 processes.

For example:

acmepacket# show h323d
18:22:24-84
Session Stats                        -- Period --  -------- Lifetime -------
                           Active    High   Total      Total  PerMax    High
Incoming Calls                135     176    1001      77258     785     196
Outgoing Calls                135     176    1001      77258     785     196
Connected Calls               135     172     977      74390     727     196
Incoming Channels             251     319    1953     148780    1454     358
Outgoing Channels             251     319    1953     148780    1454     358
Contexts                      135     179    1001      77258     785     197
H323D Status     Current   Lifetime
Queued Messages      238      16000
TPKT Channels        542       4004
UDP Channels           0          0
Stack                State    Type Mode       Registered Gatekeeper
external             enabled  H323 Gateway    No

internal enabled H323 Gateway No

The following table lists the session statistics along with a brief description.

Statistic Description
Incoming Calls Number of H.323 calls coming into the Oracle Communications Session Border Controller.
Outgoing Calls Number of H.323 calls going out of the Oracle Communications Session Border Controller.
Connected Calls Number of H.323 calls that are currently connected via the Oracle Communications Session Border Controller.
Incoming Channels Number of incoming channels that have been established on the Oracle Communications Session Border Controller.
Outgoing Channels Number of outgoing channels that have been established on the Oracle Communications Session Border Controller.
Contexts Number of contexts (i.e., the number of calls traversing the Oracle Communications Session Border Controller) that have been established on the Oracle Communications Session Border Controller.

About Status Statistics

The following table lists the current H.323 process status statistics along with a brief description:

Statistic Description
Queued Messages Number of messages queued.
TPKT Channels Number of Transport Packet (TPKT) channels open(ed).
UDP Channels Number of User Datagram Protocol (UDP) channels open(ed).

Note:

The show h323d status command shows the same information available when the show h323d command is executed without any arguments.

Viewing Current Configuration

Display statistics for the H.323 configuration currently running on the Oracle Communications Session Border Controller by using the show h323d config command. Only information about the main configuration element is shown, not for any subelements.

ORACLE# show h323d config
h323-config
        state                          enabled
        log-level                      INFO
        response-tmo                   4
        connect-tmo                    32
        rfc2833-payload                101
        alternate-routing              proxy
        codec-fallback                 disabled
        last-modified-date             2006-07-07 07:49:57

Viewing Session Agent Stats

You can view statistics about the session agents.

Viewing Session Agent Stats

Display statistics about the session agent by using the show h323d agentstats command. For example:

ORACLE# show h323d agentstats 172.16.0.13
19:57:21-51
Session Agent 172.16.0.13(h323172) [In Service]
                             -- Period -- -------- Lifetime --------
                   Active    High   Total      Total  PerMax    High
Inbound Sessions        0       0       0          0       0       0
  Rate Exceeded         -       -       0          0       0       -
  Num Exceeded          -       -       0          0       0       -
  Reg Rate Exceeded     -       -       0          0       0       -
Outbound Sessions     199     245     196      23583     164     256
  Rate Exceeded         -       -       0          0       0       -
  Num Exceeded          -       -       0          0       0       -
  Reg Rate Exceeded     -       -       0          0       0       -
Out of Service          -       -       0          0       0       -
Trans Timeout           0       0       0         19       2       1
Requests Sent           -       -    2092     234608    1569       -
Requests Complete       -       -     196      23563     164       -
Seizure                 -       -     196      23583     164       -
Answer                  -       -     199      23563     164       -
  ASR Exceeded          -       -       0          0       0       -
Messages Received       -       -    2267     258308    1675       -
Latency=0.011; max=0.045

The following table lists and describes the inbound statistics.

Statistic Description
Active Number of active sessions sent to each session agent listed in the Session Agent column of this command’s output.
Rate Average rate of session invitations (per second) sent to each session agent listed in the Session Agent column of this command’s output.
ConEx Number of times that the constraints established in the constraints fields of the session-agent element have been exceeded. The constraints fields of the session-agent element include the following: max-sessions, max-outbound-sessions, max-burst-rate, max-sustain-rate, burst-rate-window, and sustain-rate-window.

The following table lists and describes the outbound statistics.

Statistic Description
Active Number of active sessions sent from each session agent listed in the Session Agent column of this command’s output.
Rate Average rate of session invitations (per second) sent from each session agent listed in the Session Agent column of this command’s output.
ConEx Number of times that the constraints established in the constraints fields of the session-agent element have been exceeded.

The following table lists and describes the latency statistics.

Statistic Description
Avg Average latency for packets traveling to and from each session agent listed in the Session Agent column of this command’s output.
Max Maximum latency for packets traveling to and from each session agent listed in the Session Agent column of this command’s output.
Max Burst Total number of session invitations sent to or received from the session agent within the amount of time configured in the burst-rate-window field of the session-agent element.

Viewing Specific Session Agent Statistics

Display the activity for the particular H.323 session agent specified in the <agent> argument by using the show h323d agents <agent> command.

ORACLE# show h323d agentstats 172.16.0.13
19:57:21-51
Session Agent 172.16.0.13(h323172) [In Service]
                             -- Period -- -------- Lifetime --------
                   Active    High   Total      Total  PerMax    High
Inbound Sessions        0       0       0          0       0       0
  Rate Exceeded         -       -       0          0       0       -
  Num Exceeded          -       -       0          0       0       -
  Reg Rate Exceeded     -       -       0          0       0       -
Outbound Sessions     199     245     196      23583     164     256
  Rate Exceeded         -       -       0          0       0       -
  Num Exceeded          -       -       0          0       0       -
  Reg Rate Exceeded     -       -       0          0       0       -
Out of Service          -       -       0          0       0       -
Trans Timeout           0       0       0         19       2       1
Requests Sent           -       -    2092     234608    1569       -
Requests Complete       -       -     196      23563     164       -
Seizure                 -       -     196      23583     164       -
Answer                  -       -     199      23563     164       -
  ASR Exceeded          -       -       0          0       0       -
Messages Received       -       -    2267     258308    1675       -
Latency=0.011; max=0.045

The following table lists the statistics and a brief description.

Statistic Description
Rate Exceeded Number of times the session or burst rate was exceeded for inbound sessions.
Num Exceeded Number of times the time constraints were exceeded for inbound sessions.
Statistic Description
Rate Exceeded Number of times the session or burst rate was exceeded for outbound sessions.
Num Exceeded Number of times the time constraints were exceeded for outbound sessions.
Burst Number of times the burst rate was exceeded for this session agent.
Out of Service Number of times this session agent went out of service.
Trans Timeout Number of transactions that timed out for this session agent.
Requests Sent Number of messages sent via the session agent.
Requests Complete Number of requests that have been completed for this session agent.
Messages Received Number of messages received by this session agent.

Viewing Session Agent Group Stats

You can view statistics for session agent groups.

Viewing Session Agent Group Stats

Display session information for the session agent groups by using the show h323d groupstats command. Session information is compiled by totalling the session agent statistics for all session agents that make up a particular session agent group.

While the show h323d groupstats command accesses the subcommands that are described in this section, the main show h323d groupstats command (when executed without arguments) displays a list of all session agent groups for the Oracle Communications Session Border Controller.

All of the categories for these statistics are the same as those used in the displays produced by the show h323d agent command.

ORACLE# show h323d groupstats
19:38:59-30
          ---- Inbound ---- --- Outbound ---- -Latency- ---- Max ----
SAG       Active Rate ConEx Active Rate ConEx Avg   Max Burst  In Out
H323Group      0  0.0     0      0  0.0     0 0.0   0.0     0   0   0

Viewing Session Agent Details

You can list and show the statistics for the session agents that make up the session agent groups that are being reported. The -v (meaning verbose) executed with this command must be included to provide this level of detail.

ORACLE# show h323d groups -v
SAG:              SGTest
19:38:59-30
                ---- Inbound ---- --- Outbound ---- -Latency- --- Max ---
SAG             Active Rate ConEx Active Rate ConEx  Avg  Max Burst In Out
H323Group            0  0.0     0      0  0.0     0  0.0  0.0     0  0   0
SAG:            SGTest
192.168.200.61     120  0.0     0    359  0.0     0  0.0  0.0    50  0   0

Totals:
SGTest          D  120  0.0     0    359  0.0     0  0.0  0.0    50  0   0
ORACLE#

Viewing Specific Session Group Statistics

Display statistics for the designated session agent group by using the show h323d groups <group name> command with the name of a specific session agent group.

ORACLE# show h323d groups testgroup
16:35:18-18
          ---- Inbound ---- --- Outbound ---- -Latency-  Max
SAG       Active Rate ConEx Active Rate ConEx Avg   Max  Burst
testgroup      0  0.0     0      0  0.0     0 0.0   0.0  0
ORACLE# 

If this command is carried out, but the name of an existing session agent group is not available, the system will display a messaging saying that the group statistics are not available.

ORACLE# show h323d groups test
group statistics not available
ORACLE# 

Viewing Stats for Each Configured Stack

Display information for each of the configured H.323 stacks by using the show h323d h323stats command.

ORACLE# show h323d h323stats
STACK : h323172
H.225 : Sent    585622  Recd    764844  maxCPU  0
H245  : Msg     976289  Ack     1171626 Rej     0       Rel     0
RAS   : Req     0       Ack     0       Rej     0       maxCPU  0
STACK : h323192
H.225 : Sent    586040  Recd    585622  maxCPU  0
H245  : Msg     976087  Ack     1171626 Rej     0       Rel     0
RAS   : Req     0       Ack     0       Rej     0       maxCPU  0

The display identifies the H.323 stack by its name and then provides the data described in the following table.

Statistic Description
H.225 Number of H.225 messages sent and received by this H.323 stack
H245 Number of H.245 requests, acknowledgements, rejections, and releases sent and received by this H.323 stack
RAS Number of RAS requests, acks, and rejects sent and received by this H.323 stack

Viewing Statistics for Specific Stacks

Display detailed statistics for the H.323 stack specified in the <stack name> argument by using the show h323d h323stats <stack name> command. This information is displayed according to the following categories: H.225, H.245, and RAS.

acmepacket# show h323d h323stats h323172
STACK : h323172
H.225 STATISTICS
MESSAGE TYPE         SENT       RECD
Setup                200118     0
Call Proceeding      0          0
Alerting             0          200112
Connect              0          200109
Progress             0          0
Facility             0          0
Release Complete     199906     191628
Status               0          0
Status Inquiry       0          0
Notify               0          0
Info                 0          0
H.245 STATISTICS (Total)
MESSAGE TYPE                   MSG        ACK        REJ        REL
Primary Secondary              200110     400218     0          0
Terminal Capability            400218     400218     0          0
OpenLogical Channel            0          0          0          0
CloseLogical Channel           399812     399812     0          0
RAS STATISTICS FOR MESSAGES SENT
MESSAGE TYPE         REQ        CON        REJ
GK Discovery         0          0          0
Registration         0          0          0
Unregistration       0          0          0
Admission            0          0          0
Location             0          0          0
Bandwidth            0          0          0
Disengage            0          0          0
Info                 0          0
RAS STATISTICS FOR MESSAGES RECD
MESSAGE TYPE         REQ        CON        REJ
GK Discovery         0          0          0
Registration         0          0          0
Unregistration       0          0          0
Admission            0          0          0
Location             0          0          0
Bandwidth            0          0          0
Disengage            0          0          0
Info                 0          0
ORACLE#

The following table lists and describes the H.225 statistics.

Type Description
MESSAGE TYPE Type of messages sent and received by this H.323 stack.
SENT For each type of message specified in the MESSAGE TYPE column, how many of the message types were sent by this H.323 stack.
RECD For each type of message specified in the MESSAGE TYPE column, this statistic shows how many of the message types were received by this H.323 stack.

The following table lists and describes H.245 statistics.

Type Description
MESSAGE TYPE Type of H.245 messages sent and received by this H.323 stack.
MSG For each type of H.245 message specified in the MESSAGE TYPE column, this statistic shows how many message requests were sent and received by this H.323 stack.
ACK For each type of H.245 message specified in the MESSAGE TYPE column, this statistic shows how many acknowledgements were sent and received by this H.323 stack.
REJ For each type of H.245 message specified in the MESSAGE TYPE column, this statistic shows how many rejections were sent and received by this H.323 stack.
REL For each type of H.245 message specified in the MESSAGE TYPE column, this statistic shows how many releases were sent and received by this H.323 stack.

The following table lists and describes RAS statistics for messages. There are two sections of RAS statistics: one for SENT (or issued) and one for RECD (or received.

Type Description
MESSAGE TYPE Type of RAS messages sent and received by this H.323 stack.
REQ For each type of RAS message specified in the MESSAGE TYPE column, this statistic shows how many requests were issued/received by this H.323 stack.
CON For each type of RAS message specified in the MESSAGE TYPE column, this statistic shows how many confirmations were issued/received by this H.323 stack.
REJ For each type of RAS message specified in the MESSAGE TYPE column, this statistic shows how many rejections were issued/received by this H.323 stack.

Viewing H.323 Registrations

Display the total number of H.323 endpoint registrations by using the show h323d reg command.

acmepacket# show h323d reg
Stack: external       Number of registrations: 256
Total Number of Registrations : 256