JMX Measures for Monitoring the LQM Reporting Updater

LQM Reporting Updater Measures

The following measures are available:

Measure Description
LastDataLoadResetTime Gives the time when the last reset of the LQM reporting tables was performed. If this attribute is null, then no reset was performed during the lifetime of the process.
LastDeleteDurationInMillis Time used to remove deleted nodes from the LQM Reporting tables.
LastDeleteTestsCnt Number of tests deleted in the last run.
LastInsertLQMTestsDuration Time used to insert new tests in the LQM_Tests table.
LastInsertLQMTestPDAsDuration Time used to insert new tests in the LQM_TestPDAs table.
LastInsertLQMTestUDAsDuration Time used to insert new tests in the LQM_TestUDAs table.
LastRunFromDate Gives the start of the time span processed for the current update cycle.
LastRunToDate Gives the end of the time span processed for the current update cycle.
LastSelectChangedDataIterateDurationInMillis Time used for iterating changed data.
LastSelectChangedDataQueryDurationInMillis Time used for querying changed data.
LastTotalUpdateDurationInMillis Total time used for the last update run.
LastUpdateFixedAttributesDurationInMillis Duration of the last update of fixed attributes.
LastUpdatePDAttributesDurationInMillis Duration of the last update of the LQM_TestPDAs table.
LastUpdatesNeededCheckDurationInMillis The duration (in milliseconds) of the last check for new or changed data.
LastUpdatesNeededCheckOracleWaitForTableLocksDuration Oracle requires special handling when checking for updated tests. It may be necessary to wait for other processes to finish their transactions on test tables. The time waited for these transactions is measured by this attribute.
LastUpdateTestsDurationInMillis Duration of the last update of properties in the LQM_Tests table.
LastUpdateUDAttributesDurationInMillis Duration of the last update of LQM_TestUDAs table.