Skip to content

Measurement of Monitoring System

Measurement of Monitoring ΒΆ

  1. 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.

  2. 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.

  3. Error Rate: The system should record the number of errors occurring during synthetic transactions. High error rates could signify a problem with the service.

  4. 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.

  5. 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.