Measurement of Monitoring System
Measurement of Monitoring ΒΆ
-
Availability/Uptime: Your system should consistently be checking the availability of the cloud services and logging any downtime. By measuring the uptime percentage, you can determine how often the service is accessible.
-
Latency: Your system should measure how long it takes for a request to travel from the source to the destination (the cloud service). High latency can indicate network issues.
-
Error Rate: The system should record the number of errors occurring during synthetic transactions. High error rates could signify a problem with the service.
-
Throughput: Measure the number of requests your system can send to the cloud service and receive responses for within a given timeframe. This shows how well the service can handle load.
-
Response Time: Track how long it takes for the cloud service to respond to a request from your system. Long response times can lead to poor user experience.