Skip to main content

Metrics

For each running App, Hostless collects and exposes metrics to let you easily monitor how your application is behaving. As soon as your App is deployed successfully and is receiving request, you can access your Apps metrics under the Metrics tab in the App view.

This documentation outlines the key metrics for monitoring the performance and health of an Hostless app. Regular monitoring of these metrics helps ensure the app operates efficiently and meets performance expectations.

These metrics include:

  1. CPU Usage
  2. Memory Usage
  3. Request Count
  4. Response Duration

CPU Usage

CPU usage measures the percentage of CPU resources utilized by the Hostless application. High CPU usage indicates the application is performing significant processing tasks, while low CPU usage may indicate underutilization.

Memory Usage

Memory usage measures the amount of RAM consumed by the Hostless application. Monitoring memory usage helps prevent memory leaks and ensures the application has sufficient resources to function properly.

Request Count

Request count tracks the number of incoming requests to the Hostless application. This metric is essential for understanding user activity and application load.

Response Duration

Response duration measures the time taken to process and respond to requests. Monitoring this metric ensures the application delivers timely responses to users.