The Details Table provides information about the duration of each part of the synchronization. All times are measured by the MobiLink server. Some times may be non-zero even when you do not have the corresponding script defined.
You can choose the columns that appear in the Details Table pane by opening Tools > Options and then opening the Table tab. For a description of the statistics that are available, see MobiLink statistical properties.
The following columns appear by default:
Sync Identifies each synchronization. This ID is assigned by the MobiLink server, and not by the Monitor, so it will not necessarily start at 1 in any given Monitor session and will not be received in numerical order. You can see the same IDs in the Synchronization properties sheet. See Synchronization properties.
User Identifies the synchronization user.
Version The version of the synchronization script.
See Script versions.
Start_Time The date and time when the MobiLink server started the synchronization. (This may be later than when the synchronization was requested by the client.)
Duration The total duration of the synchronization, in seconds.
Verify_Upload The time in seconds for MobiLink to validate the synchronization request, validate the user name, and validate the password (if your synchronization setup requires authentication).
Preload_Upload The time in seconds for MobiLink to receive the uploaded data from the client.
Begin_Sync The time in seconds to run your begin_synchronization script, if one was run.
Upload The time in seconds to apply the upload to the consolidated database. This is the time between the begin_upload script and the end_upload script.
Prepare_for_Download The time in seconds to run your prepare_for_download script, if one was run.
Download The time in seconds to download the data. This is the time between the begin_download script and the end_download script. If download acknowledgement is enabled, this includes the time to apply the download on the remote database and return acknowledgement.
End_Sync The time in seconds to run the end_synchronization script, if one was run.
To sort the table by a specific column, click the column heading. If new data is appearing in the Monitor, it will be sorted as it is added.
You can close the Details Table pane by clearing Details Table in the View menu.