This API provides detailed performance indicators for various metrics. It helps users to monitor and analyze the performance of their systems or applications.
Endpoint: /en/api/performance_indicator
This endpoint returns performance indicators in English.
Usage
To retrieve performance indicators, send a GET request to /en/api/performance_indicator
.
Example
curl -X GET "https://www.example.com/en/api/performance_indicator"
Response
The response will be a JSON object containing various performance indicators.
Example Response
{
"cpu_usage": "80%",
"memory_usage": "70%",
"disk_usage": "60%",
"network_usage": "50%"
}
For more information about our APIs, please visit our API Documentation.
Performance Indicator