Página de seguimiento en tiempo real
The Real Time Monitor page monitors the progress of "long" operations performed by the application in real time. These operations are, for example, sequential queries, execution of formulas, etc.
This page is available in the administration window of the server machine and also from a remote 4D machine. In the case of a remote machine, this page displays data from operations performed on the server machine.
A line is added for each long operation performed on the data. This line automatically disappears when the operation is complete (you can check the Display operations at least 5 seconds option to keep quick operations on screen for 5 seconds, see below).
La siguiente información se ofrece para cada línea:
- Start Time: starting time of operation in the format: "dd/mm/yyyy - hh:mm:ss"
- Duration (ms): duration in milliseconds of operation in progress
- Información: título de la operación.
- Details: this area displays detailed information which will vary according to the type of operation selected. En particular:
- Created on: indidates whether the operation results from a client action (Created on client) or if it was started explicitly on the server by means of a stored procedure or the "Execute on server" option (Created on server).
- Operation Details: Operation type and (for query operations) query plan.
- Sub-operations (if any): Dependent operations of the selected operation (e.g. deleting related records before a parent record).
- Process Details: Additional information concerning the table, field, process or client, depending on the type of operation
Real-time monitoring page uses the
GET ACTIVITY SNAPSHOT
command internally. More information can be found in this command description.
La página está activa y se actualiza permanentemente en cuanto se muestra. It should be noted that its operation can significantly slow the execution of the application. It is possible to suspend the updating of this page in one of the following ways:
- haciendo clic en el botón Pausa,
- haciendo clic en la lista,
- presionando la barra espaciadora.
When you pause the page, a "PAUSED" message appears and the button label changes to Resume. You can resume monitoring of the operations by performing the same action as for pausing.
Modo avanzado
The RTM page can display additional information, if necessary, for each listed operation.
To access the advanced mode for an operation, press Shift and select the desired operation. All available information is then displayed in the "Process Details" area without any filtering (as returned by the GET ACTIVITY SNAPSHOT
command). La información disponible depende de la operación seleccionada.
Here is an example of information displayed in standard mode:
In advanced mode (Shift+Click on the operation), additional information is displayed:
Botón Instantánea
The Snapshot button allows you to copy to the clipboard all the operations displayed in the RTM panel, as well as their related details (process and sub-operation info):
Mostrar operaciones al menos 5 segundos
If you check the Display operations at least 5 seconds option, any listed operation will be displayed on the page for at least five seconds, even after its execution is finished. Las operaciones retenidas aparecen atenuadas en la lista de operaciones. This feature is useful for getting information about operations that execute very quickly.