DCMDiagnostics.Connection attributes
- Last UpdatedJul 19, 2024
- 2 minute read
|
DCMDiagnostics.Connection Attribute Name |
Description |
|---|---|
|
CmdDataSetUpdateCount |
Total number of dataset updates executed since the last reset. |
|
CmdDataSetUpdateCountFail |
Total number of failed dataset updates executed since the last reset. |
|
CmdDataSetUpdateCountSuccess |
Total number of successful dataset updates executed since the last reset. |
|
CmdExecuteAvgDuration |
Average length of time (in milliseconds) a command takes to execute. |
|
CmdExecuteLastDuration |
The length of time (in milliseconds) it took for the last command to execute. |
|
CmdExecuteLastTime |
Date and time of last command executed. |
|
CmdExecuteMaxDuration |
The maximum length of time (in milliseconds) a command took to execute. |
|
CmdNonQueryCount |
Total number of non-query commands executed since last reset. |
|
CmdNonQueryCountFail |
Total number of failed non-query commands executed since last reset. |
|
CmdNonQueryCountSuccess |
Total number of successful non-query commands executed since last reset. |
|
CmdQueryCount |
Total number of query commands executed since last reset. |
|
CmdQueryCountFail |
Total number of failed query commands executed since last reset. |
|
CmdQueryCountSuccess |
Total number of successful query commands executed since last reset. |
|
CmdQueuedAvgDuration |
Average length of time (in milliseconds) a command spent in the DCM queue. |
|
CmdQueuedLastDuration |
Length of time (in milliseconds) the last command spent in the DCM queue. |
|
CmdQueuedMaxDuration |
Maximum length of time (in milliseconds) a command spent in the queue. |
|
ConnectionAvgDuration |
Average length of time a connection is open. |
|
ConnectionCount |
Total number of attempted connections since last reset. |
|
ConnectionCountFail |
Total number of failed connections since last reset. |
|
ConnectionCountSuccess |
Total number of successful connections since last reset. |
|
ConnectionMaxDuration |
Maximum length of time a connection is open. |
|
ConnectionName |
Virtual Connection Name (if specified by the virtual connection owner). |
|
QueueCurCount |
Number of entries currently in queue. |
|
QueueMaxCount |
Maximum number of entries in the queue since last reset. |
|
TransCount |
Total number of transactions executed since last reset. |
|
TransCountFail |
Total number of failed transactions executed since last reset. |
|
TransCountSuccess |
Total number of successful transactions executed since last reset. |
|
TransExecuteAvgDuration |
Average length of time a (in milliseconds) needed for a transaction to execute. |
|
TransExecuteLastDuration |
Length of time (in milliseconds) the last transaction needed to be executed by the DCM. |
|
TransExecuteLastTime |
Date and time that the last transaction was executed |
|
TransExecuteMaxDuration |
Maximum length of time (in milliseconds) a transaction has taken to execute. |
|
TransQueuedAvgDuration |
Average length of time a (in milliseconds) a transaction spent in the queue. |
|
TransQueuedLastDuration |
Length of time (in milliseconds) the last transaction spent in the DCM queue. |
|
TransQueuedMaxDuration |
Maximum length of time (in milliseconds) a transaction has spent in the queue. |