...
This collector connects to the SAP Cloud connector based on configured HTTP destination and use its API services to calculate below mentioned KPIs.
Default KPIs delivered
KPIs | KPI description | Unit | APIs |
---|---|---|---|
CLC_SUBACC_AMOUNT | Total number of all Subaccounts (connected and disconnected) | number |
|
CLC_SUBACC_AMOUNT_DISCONNECTED | Total number of disconnected Subaccounts | number | |
CLC_AVG_TOTALTIME | Average Total time | ms | |
CLC_AVG_EXTERNAL_TIME | Average External Time for all requests | ms | |
CLC_AVG_RECEIVED_BYTES | Average number of bytes received per request | bytes | |
CLC_AVG_SENT_BYTES | Average number of bytes sent per request | bytes | |
CLC_AMOUNT_OF_REQ | Total number of all requests | number | |
CLC_AVG_TIME_PER_CALL | Avg. time spent on answering to requests | ms | |
CLC_TOTAL_SUM_OF_CALLS | Total number of all calls towards SAP Cloud connector | number | |
CLC_AMOUNT_OF_BE_WITH_0_TRAFFIC | Number of Backends with no traffic | number | |
CLC_BE_AMOUNT | Total number of configured Backends | number | |
CLOUDCCON_PING_TIME | Time spent during the ping | ms |
Detail tables
The collector provides three detail tables which store additional information for calculated KPIs based on relevant API services.
1. Subaccounts details
Technical name of the detail table for Subaccounts details is /DVD/MON_CLC_D01.
...
Technical name | Description |
---|---|
SUBACCOUNT | Subaccount identification |
VERSION | SAP Cloud Connector version of the Subaccounts service endpoint |
REGIONHOST | Region Host |
LOCATIONID | Location ID |
DESCRIPTION | Description |
DISPLAYNAME | Display Name |
STATE | Subaccount State |
CONNECTED_SINCE | Connected Since |
CONNECTIONS | Number of connections |
ACC_USER | Cloud Con User |
2. Top Time Consumers
Technical name of the detail table for Top Time Consumers is /DVD/MON_CLC_D02.
...
Technical name | Description |
---|---|
SUBACCOUNT | Subaccount |
SINCETIME | Character field length 29 |
ID | Request ID |
VERSION | Version |
REGIONHOST | Region Host |
LOCATIONID | Location ID |
STARTTIME | Start Time |
PROTOCOL | Request Protocol |
VIRTUALBACKEND | Virtual BE |
INTERNALBACKEND | Internal BackEnd |
CLCON_RESOURCE | Request Resource |
SENTBYTES | Sent Bytes |
RECEIVEDBYTES | Received Bytes |
ACC_USER | Cloud Con User |
TOTALTIME | Total Time in MS |
EXTERNALTIME | External Time |
GENSSOTIME | Gensso Time |
OPENREMOTETIME | Open Remote Time |
VALIDATESSOTIME | Validate Sso Time |
LATENCYTIME | Latency Time |
3. Performance data
Technical name of the detail table for Performance data is /DVD/MON_CLC_D03.
...