
Application analytics
Each application’s analytics is broken down into:- Compute: The resources you use for your application.
- Web: Information about the requests to your application.

Compute
Using the dropdown within Compute, you can view the information for your web process, a background worker, or a cron job. Select Show limit to compare your usage with your current plan limit.Memory
The Memory chart shows the average of the total memory (RAM) used for the selected time period. If a process uses most or all of the memory available, we recommend upgrading to an application hosting pod with more available memory.
CPU usage
In the CPU usage chart, you can see the average of the total CPU utilization for the selected time period, expressed as a percentage of the instance’s CPU resources. If you see a high percentage of CPU usage (near 100%), we recommend upgrading to an application hosting pod with more CPU for that process. If your application is stateless (no persistent storage), you also have the option to enable automatic horizontal scaling for the web process. This lets you set a minimum and maximum number of instances (up to 10) that the process can scale between as needed.
Instance count
The Instance count chart shows the number of instances in use for the selected process and time period. Select Show limit to compare your usage to your process resource limit. You can adjust the number of instances for your process within Processes, click the kebab (three dots) on the required process, and select Update process.
Web
You can filter the web charts using Add filter. This filters all of the charts on the Web page. The following options are available:- Source IP
- Country
- Device type
- HTTP method
- Path
- User agent
- HTTP version
- Status code
Requests volume by country
The Requests volume by country chart displays the number of requests, ranked by the country from which they originated. You can zoom in and out of the map, and hover over a country to see the exact number of requests from that location. You can also filter the chart to include or exclude specific countries.
Requests per minute
The Requests per minute chart shows the average requests per minute (RPM) of all HTTP requests for the time period selected.
Response time
The Response time chart shows the average response time for all HTTP requests for the time period selected.
Status codes
The Status codes chart displays the total number of each status code returned for requests. This is useful for analyzing your site to identify when requests return codes other than 200.
Slowest requests
The slowest requests table shows the 10 slowest requests to your application for the selected time period and the average response time it took to complete.
Top pages
The Top pages table shows the top 10 most requested pages by the number of views for your application.










