You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
What does this dashboard tell me?
The Target Performance dashboard helps you visualize traffic patterns and performance metrics for API proxy backend targets.
The Target Performance dashboard
Access the Target Performance dashboard, as described below.
Edge
To access the Target Performance dashboard using the Edge UI:
- Sign in to https://apigee.com/edge.
- Select Analyze > API Metrics > Target Performance.
Classic Edge (Private Cloud)
To access the Target Performance dashboard using the Classic Edge UI:
- Sign in to
http://ms-ip:9000
, where ms-ip is the IP address or DNS name of the Management Server node. - Select Analytics > Target Performance.
The dashboard opens as shown below:
What does this dashboard measure?
Traffic by Target
Metric | Description |
---|---|
All Targets Traffic | Measures the total amount of traffic that passes from Apigee Edge to all backend targets. |
<Target name> |
Measures the total amount of traffic that passes from Apigee Edge to the specified backend target. |
Traffic
Metric | Description |
---|---|
Total Traffic | Measures the total amount of traffic that passes from Apigee Edge to all backend targets. Same as All Targets Traffic. |
Errors | The total number of requests to backend targets that resulted in an unsuccessful response. Error responses do not count. |
Success | The total number of all requests to backend targets that are successful (that do not return an error). |
Response Time
See also this interesting article on the Apigee Community site: When can the Average Total Response Time be less than the Average Target Response Time?
Metric | Description |
---|---|
Average Time |
The average of the Total Response Time measured for all API calls made to an Apigee Edge organization environment. The Total Response Time is the amount of time it takes for an API call to Edge to return (in milliseconds). Or, put another way, total response time is the time measured from when an entire API call is received on Apigee Edge to the time Edge begins sending a response back to the client app. |
Average Target Time |
The average number of milliseconds that it takes from the point the last byte of a request is sent from Apigee Edge to a backend target to the time Edge receives the last byte of the response. It's basically measuring how much time the API call spends on the target system. |
Average Proxy Time |
This value is calculated as the Total Response Time minus the Target Response Time. It's basically a measure of how much time the API call spends flowing through Apigee Edge itself (in milliseconds). |
Target Errors
Metric | Description |
---|---|
Total Errors | Measures the total number of errors sent from backend targets to Apigee Edge. |
3XX Errors | Measures the total number of HTTP 3XX sent from backend targets to Apigee Edge. |
4XX Errors | Measures the total number of HTTP 4XX errors sent from backend targets to Apigee Edge. |
5XX Errors | Measures the total number of HTTP 5XX sent from backend targets to Apigee Edge. |
Payload Size
Metric | Description |
---|---|
Total Payload Size | The total payload size for all requests and responses between Apigee Edge and backend targets. |
Request Payload Size | The total payload size for all requests sent from Apigee Edge to backend targets. |
Response Payload Size | The total payload size for all responses sent from backend targets to Apigee Edge. |
What else do I need to know about this dashboard?
You can view metrics for all proxies or drill into specific proxies using the Target IP dimension dropdown menu at the top of the dashboard.
This dashboard uses standard controls, like the date and data aggregation selectors, hovering over graphs for more context, exporting data to CSV, and so on. To learn more, see Using the analytics dashboards.