Operations Monitor Statistics

The Oracle Communications Session Border Controller (SBC) collects statistics about the operations of its communications monitor probe, which provides protocol traffic information to the Operations Monitor. You can display information about the connections to the Operations Monitor servers using the show comm-monitor command.

The show comm-monitor command displays the following types of aggregated statistics for all clients:

  • Client State
  • Socket Statistics
  • Other Aggregate Statistics

The SBC show comm-monitor command also shows the Lifetime statistics. The command runs without or with arguments. For example,

  • show comm-monitor—Shows client connection states and aggregate stats
  • show comm-monitor by-client <IP-Addr>—Shows client stats
  • show comm-monitor errors—Shows errors captured by the Operations Monitor
  • show comm-monitor internal—Shows SBC traffic-specific counters

The following example shows show comm-monitor output without arguments:

ORACLE# show comm-monitor
Client                     State         PROTOCOL
=================================================
192.168.42.10:4739      Out-of-Service	   TCP
192.168.42.11:4739      Connecting	       TCP
192.168.42.12:4739      In-Service           TCP
     
15:06:10-35 (recent)
CommMonitor Socket Statistics                     --- Lifetime ---
                                      Recent      Total     PerMax
===================================================================
Socket Message Dropped                  0          0          0
Socket Send Error                       0          0          0
Socket Not Ready                        0          0          0
Socket Timeouts                         0          0          0
Socket Disconnects                      0          0          0
Socket Reconnects                       0          0          0
Buffer Allocation Error                 0          0          0

CommMonitor Statistics                            --- Lifetime ---
                                      Recent      Total     PerMax
===================================================================
Handshake Msg Sent                      0          0          0
Handshake Msg ACK                       0          0          0
Handshake Msg NAK                       0          0          0
Keep Alive                              0          0          0
SIP UDP Recv Msg Sent                   0          0          0
SIP UDP Send Msg Sent                   0          0          0
SIP TCP Recv Msg Sent                   0          0          0
SIP TCP Send Msg Sent                   0          0          0
SIP SCTP Recv Msg Sent                  0          0          0
SIP SCTP Send Msg Sent                  0          0          0
ENUM Recv Msg Sent                      0          0          0
ENUM Send Msg Sent                      0          0          0

You can set all comm-monitor statistics to zero using the reset comm-monitor command.