/AWS1/CL_XRAEDGESTATISTICS¶
Response statistics for an edge.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_okcount TYPE /AWS1/XRANULLABLELONG /AWS1/XRANULLABLELONG¶
The number of requests that completed with a 2xx Success status code.
io_errorstatistics TYPE REF TO /AWS1/CL_XRAERRORSTATISTICS /AWS1/CL_XRAERRORSTATISTICS¶
Information about requests that failed with a 4xx Client Error status code.
io_faultstatistics TYPE REF TO /AWS1/CL_XRAFAULTSTATISTICS /AWS1/CL_XRAFAULTSTATISTICS¶
Information about requests that failed with a 5xx Server Error status code.
iv_totalcount TYPE /AWS1/XRANULLABLELONG /AWS1/XRANULLABLELONG¶
The total number of completed requests.
iv_totalresponsetime TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The aggregate response time of completed requests.
Queryable Attributes¶
OkCount¶
The number of requests that completed with a 2xx Success status code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OKCOUNT() |
Getter for OKCOUNT, with configurable default |
ASK_OKCOUNT() |
Getter for OKCOUNT w/ exceptions if field has no value |
HAS_OKCOUNT() |
Determine if OKCOUNT has a value |
ErrorStatistics¶
Information about requests that failed with a 4xx Client Error status code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORSTATISTICS() |
Getter for ERRORSTATISTICS |
FaultStatistics¶
Information about requests that failed with a 5xx Server Error status code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAULTSTATISTICS() |
Getter for FAULTSTATISTICS |
TotalCount¶
The total number of completed requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCOUNT() |
Getter for TOTALCOUNT, with configurable default |
ASK_TOTALCOUNT() |
Getter for TOTALCOUNT w/ exceptions if field has no value |
HAS_TOTALCOUNT() |
Determine if TOTALCOUNT has a value |
TotalResponseTime¶
The aggregate response time of completed requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRESPONSETIME() |
Getter for TOTALRESPONSETIME, with configurable default |
ASK_TOTALRESPONSETIME() |
Getter for TOTALRESPONSETIME w/ exceptions if field has no v |
STR_TOTALRESPONSETIME() |
String format for TOTALRESPONSETIME, with configurable defau |
HAS_TOTALRESPONSETIME() |
Determine if TOTALRESPONSETIME has a value |