<!-- loiodeb57dd871b842b0bfbd812657941791 -->
# Analyze Applications
Use analytics capabilities to analyze application usage, performance, and error count.
API Management provides comprehensive analytics capabilities to understand application consumption. The runtime data is gathered, analyzed, and displayed as charts, headers, and key performance indicators \(KPIs\).
As an application developer, navigate to *My Workspace* to view the analytics information. By default, the analytics section displays the data for all the applications subscribed by you. All charts are displayed based on the Application Developer context.
The analytics information can be viewed as *Performance Analytics* and *Error Analytics*.
- **Performance Analytics**: Displays the performance-related charts and KPIs for the selected time period. Following table describes the charts used to analyze the performance of all applications:
**Performance Analytics**
<table>
<tr>
<th valign="top">
Chart Name
</th>
<th valign="top">
Description
</th>
</tr>
<tr>
<td valign="top">
Traffic Across all APIs
</td>
<td valign="top">
This chart displays total API calls made across all applications.
</td>
</tr>
<tr>
<td valign="top">
Slowest APIs
</td>
<td valign="top">
This chart displays the slowest APIs based on the API response time.
</td>
</tr>
<tr>
<td valign="top">
Top APIs
</td>
<td valign="top">
This chart displays most frequently used APIs.
</td>
</tr>
<tr>
<td valign="top">
Top Products
</td>
<td valign="top">
This chart displays most frequently used products based on the number of calls made to the APIs associated with the product.
</td>
</tr>
<tr>
<td valign="top">
Top Applications
</td>
<td valign="top">
This chart displays most frequently used applications based on the number of calls made to the APIs associated with the application.
</td>
</tr>
</table>
- **Error Analytics**: Displays the error-related charts and KPIs for the selected time period. Following table describes the charts used to view error analytics of all the applications:
**Error Analytics**
<table>
<tr>
<th valign="top">
Chart Name
</th>
<th valign="top">
Description
</th>
</tr>
<tr>
<td valign="top">
Total Errors
</td>
<td valign="top">
This chart displays total errors.
</td>
</tr>
<tr>
<td valign="top">
Error Prone APIs
</td>
<td valign="top">
This chart displays number of errors per API.
</td>
</tr>
<tr>
<td valign="top">
Error Prone Applications
</td>
<td valign="top">
This chart displays number of errors per API associated with the application.
</td>
</tr>
</table>
To view analytics for a specific application, navigate to the application details screen by selecting the required application. However, in the application details screen the analytics information is available only for the following KPIs:
- Traffic Across all APIs
- Slowest APIs
- Error Prone APIs