vIMS metric type provides the metrics, properties, and tags to represent the performance of vIMS physical and virtual entities.
Example of vIMS metric.
The VMware Telco Cloud Operations Clearwater collector constructs this metric type with vIMS performance metrics for CSCF entities. In the VMware Telco Cloud Operations out-of-the box reports, this metric type is used to show the summary and performance trends of vIMS ICSCF and SCSCF. Leverage this metric type to create custom reports to represent vIMS performance using other Grafana widgets or new filters. Similarly, custom collectors can construct the metric type for the different vendor and create custom reports.
{ "type": "SNMP-CLEARWATER", "instance": "PM", "metricType": "vIMS", "timestamp": 1583762159000, "processedTimestamp": 1583762159872, "properties": { "dataSource": "10.106.230.99", "deviceType": "vIMS-Clearwater", "deviceName": "10.106.125.122", "entityType": "PG_CLEARWATER-BONO", "entityName": "10.106.230.99" }, "metrics": { "QueueSuccessFailFailures": 0.0, "QueueSuccessFailSuccessPercent": 100.0, "QueueSuccessFailAttempts": 0.0, "QueueSuccessFailSuccesses": 0.0 }, "tags": { "oidIndex": ".3.1.4.110.111.100.101", "part": "scopePrevious5MinutePeriod", "type": "Bono", "devdesc": "Linux cw-aio 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64", "deploymentid": "Clearwater-DeploymentID1", "location": "", "model": "", "table": "QueueSuccessFailTable" } } { "type": "SNMP-CLEARWATER", "instance": "PM", "metricType": "vIMS", "timestamp": 1583762159000, "processedTimestamp": 1583762159872, "properties": { "dataSource": "10.106.230.99", "deviceType": "vIMS-Clearwater", "deviceName": "10.106.125.122", "entityType": "PG_CLEARWATER-SPROUT", "entityName": "10.106.230.99" }, "metrics": { "ICSCFSessionEstablishmentNetworkSuccesses": 0.0, "ICSCFSessionEstablishmentNetworkAttempts": 100.0, "ICSCFSessionEstablishmentNetworkFailures": 0.0, "ICSCFSessionEstablishmentNetworkSuccessPercent": 0.0 }, "tags": { "oidIndex": ".3.1.4.110.111.100.102", "part": "scopePrevious5MinutePeriod", "type": "Sprout", "devdesc": "Linux cw-aio 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64", "deploymentid": "Clearwater-DeploymentID1", "location": "", "model": "", "table": "QueueSuccessFailTable" } }
The following table includes JSON definitions.
Metric | Description | Unit |
QueueSuccessFailSuccesses |
Indicates the number of SIP events successfully passed to a worker thread over the time period. | nb |
QueueSuccessFailFailures |
Indicates the number of SIP events that failed to be passed to a worker thread over the time period. | nb |
QueueSuccessFailSuccessPercent |
Indicates the percentage of SIP events on the queue over the time period that we successfully passed to a worker thread. Reported in units of 10 thousandths of a percentage point. When there are no items on the queue, the value is 1000000 to represent 100%. | nb |
QueueSuccessFailAttempts |
Indicates the number of SIP events on the queue over the time period. | % |
ICSCFSessionEstablishmentNetworkSuccesses |
Indicates the number of exiting session attempts over the period that were successful from a network perspective. Reported in units of 10 thousandths of a percentage point. When there are no attempts made, the value is 1000000 to represent 100%. | nb |
ICSCFSessionEstablishmentNetworkAttempts |
Indicates the number of exiting session attempts over the period. | nb |
ICSCFSessionEstablishmentNetworkFailures |
Indicates the number of exiting session attempts over the period that failed due to the network. | nb |
ICSCFSessionEstablishmentNetworkSuccessPercent |
Indicates the percentage of exiting session attempts over the period that were successful from a network perspective. Reported in units of 10 thousandths of a percentage point. When there are no attempts made, the value is 1000000 to represent 100%. | |
SCSCFInitialRegistrationAttempts |
Indicates the number of initial registration attempts over the period. | nb |
SCSCFInitialRegistrationSuccesses |
Indicates the number of initial registration successes over the period. | nb |
SCSCFInitialRegistrationFailures |
Indicates the number of initial registration failures over the period. | nb |
SCSCFInitialRegistrationSuccessPercent |
Indicates the percentage of initial registrations over the period that were successful. Reported in units of 10 thousandths of a percentage point. When there are no attempts made, the value is 1000000 to represent 100%. | |
SCSCFAudioSessionSetupTimeAverage |
Indicates the average audio session setup time over the period. | time |
SCSCFAudioSessionSetupTimeVariance |
Indicates the variance of the audio session setup time over the period. | time |
SCSCFAudioSessionSetupTimeHWM |
Indicates the highest audio session setup time over the period. | time |
SCSCFAudioSessionSetupTimeLWM |
Indicates the lowest video session setup time over the period. | time |
SCSCFAudioSessionSetupTimeCount |
Indicates the total originating INVITEs for video calls received over the period. | nb |
SCSCFVideoSessionSetupTimeAverage |
Indicates the average video session setup time over the period. | time |
SCSCFVideoSessionSetupTimeVariance |
Indicates the variance of the video session setup time over the period. | time |
SCSCFVideoSessionSetupTimeHWM |
Indicates the highest video session setup time over the period. | time |
SCSCFVideoSessionSetupTimeLWM |
Indicates the lowest video session setup time over the period. | time |
SCSCFVideoSessionSetupTimeCount |
Indicates the total originating INVITEs for video calls received over the period. | nb |
ICSCFSessionEstablishmentAttempts |
Indicates the number of exiting session attempts over the period. | nb |
ICSCFSessionEstablishmentSuccesses |
Indicates the number of successful exiting session attempts over the period. | nb |
ICSCFSessionEstablishmentFailures |
Indicates the number of failed exiting session attempts over the period. | |
ICSCFSessionEstablishmentSuccessPercent |
Indicates the percentage of exiting session attempts over the period that were successful. Reported in units of 10 thousandths of a percentage point. When there are no attempts made, the value is 1000000 to represent 100%. | % |