# List of reports

Hormo Studio monitoring and reports contains:

* **Summary** reports and overview contains total requests amount, CPU usage, Memory usage, Request rates and Apdex Score
* **Requests** section contains some reports and charts for your whole request status based on types, Errors By Method, Average Handle Time, Requests in processing live chart, Request Rate By Method live chart and Error Rate By Metho&#x64;**.**

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLtx50DNYP06F9V7Djn%2F-LLtxNKUjfMVHpBPWHqv%2FScreen%20Shot%202018-09-08%20at%208.43.00%20PM.png?alt=media\&token=8103427d-3e60-4908-9bed-8c46c3e12e54)

* **Errors** section contains list of each errors which happened in your requests by internal and external users based on Errors by Status Code, Top 404 Not Found Path Count, Top 500 Internal Server Error Path Count and more.
* **Longest Requests** section contains list of whole requests which took time more than normal and helps you to improve your endpoints and models.
* **Rates & Durations** section contains the whole rate and durations reports for your requests and errors and live chart for requests and errors Rate Trend.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLtx50DNYP06F9V7Djn%2F-LLtxbZn10-0_KlXXdhb%2FScreen%20Shot%202018-09-08%20at%208.43.53%20PM.png?alt=media\&token=6fe0a997-96fc-41e6-a6fe-134c89bf1da5)

* **Payload** section contains your request and responses payload reports and rates and live chart for requests and responses payload.
* **API Calls** section contains list of your latest API requests which helps you to get sever detail information and statistics about each of requests.
* **API Operation Details** gives you easy access to filter your recent API calls with a lot of live charts and list of params.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLtx50DNYP06F9V7Djn%2F-LLtxm0at26ibCnFPGoh%2FScreen%20Shot%202018-09-08%20at%208.44.37%20PM.png?alt=media\&token=cdd68932-84b0-421c-b36a-65ba9be13826)

Let's get start to learn how should handle your errors in monitoring ;)

{% content-ref url="/pages/-Lz7-hWkHAIfYYTqVYk4" %}
[Watch requests](/monitoring/watch-requests.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hormo.studio/monitoring/list-of-reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
