Query Http 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 |
HTTP Configuration <http> | HttpConfigCommandType |
REST Message Flow Command <SmartFlow_rest> | HttpConfigCommandType |
MEASUREMENTS |
|||
ID |
Name |
Type |
Description |
Dynamic Base + 0 | Transaction Attempts | EVENT_ACCUMULATOR | Counter of transactions attempts |
Dynamic Base + 1 | Transaction Successful | EVENT_ACCUMULATOR | Counter of transactions successful |
Dynamic Base + 2 | Transaction Elapsed Time | DURATION_ACCUMULATOR | Elapsed time of all successful transactions this interval, in microseconds |
Dynamic Base + 3 | Minimum Transaction Duration | VALUE_LOG | Minimal duration for a transaction this interval |
Dynamic Base + 4 | Maximum Transaction Duration | VALUE_LOG | Maximum duration for a transaction this interval |
Dynamic Base + 5 | Transaction Duration Variance**2 | DURATION_ACCUMULATOR | Cumulative square of the difference of each duration from the average this interval (stddev = sqrt(this/count) |
Dynamic Base + 6 | Transaction Failed | ERROR_ACCUMULATOR | Counter of transactions failed |
Dynamic Base + 7 | Unsupported Message Rcvd | ERROR_ACCUMULATOR | Counter of unsupported messages received |
Dynamic Base + 8 | Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP messages received |
Dynamic Base + 9 | Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP messages sent |
Dynamic Base + 10 | GET Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP GET messages received |
Dynamic Base + 11 | GET Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP GET messages sent |
Dynamic Base + 12 | POST Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP POST messages received |
Dynamic Base + 13 | POST Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP POST messages sent |
Dynamic Base + 14 | PUT Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP PUT messages received |
Dynamic Base + 15 | PUT Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP PUT messages sent |
Dynamic Base + 16 | DELETE Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP DELETE messages received |
Dynamic Base + 17 | DELETE Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP DELETE messages sent |
Dynamic Base + 18 | OPTIONS Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP OPTIONS messages received |
Dynamic Base + 19 | OPTIONS Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP OPTIONS messages sent |
Dynamic Base + 20 | Result Messages Rcvd | EVENT_ACCUMULATOR | Counter of HTTP Result messages received |
Dynamic Base + 21 | Result Messages Sent | EVENT_ACCUMULATOR | Counter of HTTP Result messages sent |
Dynamic Base + 22 | "name provided by user for state 1" Transactions | EVENT_ACCUMULATOR | Counter of current number of transaction in State: "name provided by user for state 1" |
... | ... | EVENT_ACCUMULATOR | ... counter included for each user defined state ... |
Dynamic Base + 22 + n | "name provided by user for state n" Transactions | EVENT_ACCUMULATOR | Counter of current number of transaction in State: "name provided by user for state n" |
Dynamic Base + 22 + n + 1 | Message %s "name provided by user for 1st message" Message %s sent | EVENT_ACCUMULATOR | Counter of times message "name provided by user for 1st message" sent |
Dynamic Base + 22 + n + 2 | Message %s "name provided by user for 1st message" Message %s received | EVENT_ACCUMULATOR | Counter of times message "name provided by user for 1st message" received |
... | ... | EVENT_ACCUMULATOR | ... 2 counters (sent and received) included for each user defined message ... |