Requests MOD009DEI
Access
- PLANTA link role → Web Interfaces → Requests
- PLANTA link role → Web Interfaces → Configuration → Web Interfaces → View Log
Information
- The module provides an overview of all logged requests.
- When you open it for the first time, the requests of the current month are filtered.
- In this module you can delete the requests logged up to a particular point in time at the click of a button.
- Via the link on the time of a request, the Logging module is opened in which you can view the logging records for the request.
Explanation of the performance columns
Duration | DB write | DB read | Cache write | Cache read | Serialization | Response write | Logic |
---|---|---|---|---|---|---|---|
Measures the entire runtime from the receipt of the request up to the successful reception of the message by the client | Measures how much time was consumed by writing database queries or deletion/saving of POJOs | Measures how much time was consumed by reading database queries or POJO queries | Measures how much time was consumed by the writing of caches by utilities.cached | Measures how much time was consumed by the reading of caches by utilities.cached | Measures how much time was consumed by the conversion of the results into JSON | Measures how much time was consumed by sending the message to the client | This column contains the remaining duration which could not be distributed to the other columns |