Query Rx Application OM <om>
Display operational measurements related to the containing element.
Type:
omCommandTypeDefault:
display all counters, with ID and nameCHILD ELEMENTS |
Child |
Occurrences |
Type |
Reset All Counters <reset> | 0 .. 1 | omResetType |
Include counter names in response <include_name> | 0 .. 1 | boolean |
Include timestamp in response <include_time> | 0 .. 1 | boolean |
OM Help <help> | 0 .. 1 | boolean |
Last Interval <last> | 0 .. 1 | boolean |
Include Only Non-Zero Error OM Counters <errors> | 0 .. 1 | boolean |
Counter Value <count> | 0 .. * | omCountType |
Minimum Threshold Value <min_threshold> | 0 .. * | omThresholdType |
Maximum Threshold Value <max_threshold> | 0 .. * | omThresholdType |
Include Only Non-Zero OM Counters <non_zero_only> | 0 .. 1 | boolean |
PARENT ELEMENTS |
Parent |
Type |
Rx Application Command Structure <rxb> | rxCommandType |
Rx Application Command Structure <rx> | rxCommandType |
Rxb Application Command Structure <rxb> | rxCommandType |
Rx Application Response Structure <rx> | rxResponseType |
MEASUREMENTS |
|||
ID |
Name |
Type |
Description |
262144 | Transaction Attempts | EVENT ACCUMULATOR | Number of transactions which were initiated |
262145 | Transaction Successful | EVENT ACCUMULATOR | Number of transactions which completed successfully |
262146 | Transaction Elapsed Time | DURATION ACCUMULATOR | Elapsed time for successful transactions this interval in microseconds |
262147 | Minimum Transaction Duration | DURATION MINIMUM | Minimal duration for a transaction this interval in microseconds |
262148 | Maximum Transaction Duration | DURATION MAXIMUM | Maximum duration for a transaction this interval in microseconds |
262149 | Transaction Duration Variance**2 | VARIANCE ACCUMULATOR | Cumulative square of the difference of each duration from the average this interval (stddev = sqrt(this/count) |
262150 | Transaction Failed | ERROR ACCUMULATOR | Number of transactions which failed to complete successfully |
262151 | Transaction Reset | ERROR ACCUMULATOR | Number of transactions which were reset |
262152 | Unsupported Message Rcvd | ERROR ACCUMULATOR | Number of message received which are not supported |
262153 | Error Message Rcvd | ERROR ACCUMULATOR | Number of message received with the error bit set |
262154 | Too Busy Rcvd | ERROR ACCUMULATOR | Number of messages received with the result code DIAMETER_TOO_BUSY(3004) |
262155 | Unable to Deliver Rcvd | ERROR ACCUMULATOR | Number of messages received with the result code DIAMETER_UNABLE_TO_DELIVER(3002) |
262156 | Redirect Indication Rcvd | ERROR ACCUMULATOR | Number of messages received with the result code DIAMETER_REDIRECT_INDICATION(3006) |
262157 | Data Missing Rcvd | ERROR ACCUMULATOR | Number of message received with result code DIAMETER_MISSING_AVP(5005) |
262158 | Invalid Data Value Rcvd | ERROR ACCUMULATOR | Number of message received with result code DIAMETER_INVALID_AVP_VALUE(5004) |
262159 | No Transaction Available | ERROR ACCUMULATOR | Number of times transactions were not initiated due to a shortage, could result in sending DIAMETER_TOO_BUSY |
262160 | Queue Failure | ERROR ACCUMULATOR | Number of internal events failed to be queued |
262161 | Available Transactions | VALUE LOG | Number of transaction which are available for use in new transactions |
262162 | Transaction Answer Timeout | ERROR ACCUMULATOR | Number of transactions which failed due to a timeout while awaiting an answer |
262163 | Requests Re-Transmitted | EVENT ACCUMULATOR | Number of requests retransmitted due to interface failure, redirect, or failure to deliver |
262164 | Duplicate Request Received | ERROR ACCUMULATOR | Number of duplicate requests detected |
262165 | Duplicate Responses Sent | ERROR ACCUMULATOR | Number of responses sent due to duplicate requests |
262166 | Dictionary Valid | EVENT ACCUMULATOR | Messages which were validated against the application provided dictionary |
262167 | Dictionary Invalid | ERROR ACCUMULATOR | Messages which were not validated against the application provided dictionary |
262168 | Unknown User Rcvd | ERROR ACCUMULATOR | Number of messages received with result code DIAMETER_USER_UNKNOWN(5030/3GPP:5001) |
262169 | Transaction Retry Count | EVENT ACCUMULATOR | Number of retries that we attempted |
262170 | Unknown Session Rcvd | ERROR ACCUMULATOR | Number of messages received with result code DIAMETER_UNKNOWN_SESSION_ID(5002) |
262171 | Unable to Comply Rcvd | ERROR ACCUMULATOR | Number of messages received with result code DIAMETER_UNABLE_TO_COMPLY(5012) |
262172 | Too Busy Sent | ERROR ACCUMULATOR | Number of messages sent with the result code DIAMETER_TOO_BUSY(3004) |
262173 | Unable to Deliver Sent | ERROR ACCUMULATOR | Number of messages sent with the result code DIAMETER_UNABLE_TO_DELIVER(3002) |
262174 | Redirect Indication Sent | ERROR ACCUMULATOR | Number of messages sent with the result code DIAMETER_REDIRECT_INDICATION(3006) |
262175 | Data Missing Sent | ERROR ACCUMULATOR | Number of message received with missing data, causing DIAMETER_MISSING_AVP(5005) result code to be sent |
262176 | Invalid Data Value Sent | ERROR ACCUMULATOR | Number of message received with invalid values, causing DIAMETER_INVALID_AVP_VALUE(5004) result code to be sent |
262177 | Unknown User Sent | ERROR ACCUMULATOR | Number of messages sent with result code DIAMETER_USER_UNKNOWN(5030/3GPP:5001) |
262178 | Unknown Session Sent | ERROR ACCUMULATOR | Number of messages sent with result code DIAMETER_UNKNOWN_SESSION_ID(5002) |
262179 | Unable to Comply Sent | ERROR ACCUMULATOR | Number of messages sent with result code DIAMETER_UNABLE_TO_COMPLY(5012) |
262244 | IP-CAN Session Not Available | ERROR ACCUMULATOR | A matching IP-CAN session could not be found for a the Rx Request |
262245 | Transaction Active | EVENT ACCUMULATOR | Specifies the number of currently active transactions |
262246 | AAR Rcvd | EVENT ACCUMULATOR | Number of Authorize Authenticate Requests received by this application |
262247 | AAR Sent | EVENT ACCUMULATOR | Number of Authorize Authenticate Reqeusts sent by this application |
262248 | AAA Rcvd | EVENT ACCUMULATOR | Number of Authorize Authenticate Answers received by this application |
262249 | AAA Sent | EVENT ACCUMULATOR | Number of Authorize Authenticate Answers sent by this application |
262250 | AAA Delay | DURATION ACCUMULATOR | Elapsed time from request to answer this interval in microseconds |
262251 | STR Rcvd | EVENT ACCUMULATOR | Number of Session Termination Requests recieved by this application |
262252 | STR Sent | EVENT ACCUMULATOR | Number of Session Termination Requests sent by this application |
262253 | STA Rcvd | EVENT ACCUMULATOR | Number of Session Termination Answers received by this application |
262254 | STA Sent | EVENT ACCUMULATOR | Number of Session Termination Answers sent by this application |
262255 | STA Delay | DURATION ACCUMULATOR | Elapsed time from request to answer this interval in microseconds |
262256 | RAR Rcvd | EVENT ACCUMULATOR | Number of Re-Auth Requests received by this application |
262257 | RAR Sent | EVENT ACCUMULATOR | Number of Re-Auth Requests sent by this application |
262258 | RAA Rcvd | EVENT ACCUMULATOR | Number of Re-Auth Answers received by this application |
262259 | RAA Sent | EVENT ACCUMULATOR | Number of Re-Auth Answers sent by this application |
262260 | RAA Delay | DURATION ACCUMULATOR | Elapsed time from request to answer this interval in microseconds |
262261 | ASR Rcvd | EVENT ACCUMULATOR | Number of Abort Session Requests received by this application |
262262 | ASR Sent | EVENT ACCUMULATOR | Number of Abort Session Requests sent by this application |
262263 | ASA Rcvd | EVENT ACCUMULATOR | Number of Abort Session Answers received by this application |
262264 | ASA Sent | EVENT ACCUMULATOR | Number of Abort Session Answers sent by this application |
262265 | ASA Delay | DURATION ACCUMULATOR | Elapsed time from request to answer this interval in microseconds |
262266 | DBC Rcvd | EVENT ACCUMULATOR | Number of DB Check Requests received by this application |
262267 | DBC Sent | EVENT ACCUMULATOR | Number of DB Check Requests sent by this application |
262268 | DBC Rcvd | EVENT ACCUMULATOR | Number of DB Check Answers received by this application |
262269 | DBC Sent | EVENT ACCUMULATOR | Number of DB Check Answers sent by this application |
262270 | DBC Delay | DURATION ACCUMULATOR | Elapsed time from request to answer this interval in microseconds |