Contents Index Customizing your statistics Synchronizing Through a Web Server

MobiLink Synchronization User's Guide
  MobiLink Monitor

MobiLink statistical properties


Following is a list of the properties that are available in the MobiLink Monitor. These can be specified in the New Watch dialog. They can also be viewed in the Synchronization Properties dialog. In Synchronization Properties, the property names do not contain underscores.

Property Notes
active True if the synchronization is in progress.
begin_sync Time for the begin_synchronization event.
completed True if the synchronization completed successfully.
conflicted_deletes Number of uploaded deletes for which conflicts were detected.
conflicted_inserts Number of uploaded inserts for which conflicts were detected.
conflicted_updates Number of uploaded updates for which conflicts were detected.
connection_retries Number of times the MobiLink synchronization server retried the connection to the consolidated database.
download Time for the download.
download_bytes Bytes downloaded to the synchronization client.
download_deleted_rows Number of row deletions fetched from the consolidated database by the MobiLink synchronization server (using download_delete_cursor scripts).
download_errors Number of errors that occurred during the download.
download_fetched_rows Number of rows fetched from the consolidated database by the MobiLink synchronization server (using download_cursor scripts).
download_filtered_rows Number of fetched rows that were not downloaded to the MobiLink client because they matched rows that the client uploaded.
download_warnings Number of warnings that occurred during the download.
duration Total time for the synchronization, as measured by the MobiLink synchronization server. This does not include time when the synchronization request is queued waiting for an available worker thread.
end_sync Time for the end_synchronization event.
ignored_deletes Number of uploaded deletes that were ignored.
ignored_inserts Number of uploaded inserts that were ignored.
ignored_updates Number of uploaded updates that were ignored.
preload_upload Time for the transfer of the upload data from the client to the MobiLink synchronization server.
prepare_for_download Time for the prepare_for_download event.
start_time Date-time (in ISO-8601 extended format) for the start of the synchronization. All fields of the format must be specified: YYYY-MM-DD hh:mm:ss.sss or YYYY-MM-DD hh:mm:ss,sss, depending on your locale setting.
sync_deadlocks Total number of deadlocks in the consolidated database that were detected for the synchronization.
sync_errors Total number of errors that occurred for the synchronization.
sync_tables Number of client tables that were involved in the synchronization.
sync_warnings Total number of warnings that occurred for the synchronization.
upload Time for data to be uploaded to the consolidated database.
upload_bytes Number of bytes uploaded from the synchronization client.
upload_deadlocks Number of deadlocks in the consolidated database that were detected during the upload.
upload_deleted_rows Number of row deletions that were uploaded from the synchronization client.
upload_errors Number of errors that occurred during the upload.
upload_inserted_rows Number of row insertions that were uploaded from the synchronization client.
upload_updated_rows Number of row updates that were uploaded from the synchronization client.
upload_warnings Number of warnings that occurred during the download.
user Name of the MobiLink client.
verify_upload Time for verifying the synchronization protocol and authenticating the synchronization client.
version Name of the synchronization version.
worker Identifier for the MobiLink worker thread used for the synchronization in the form n.m, where n is the stream number and m is the thread number.

Contents Index Customizing your statistics Synchronizing Through a Web Server