...
ID | Identifier of connection within the Database object. |
Name | Unique name of the connection within the DbManager process. |
ID Database | A unique identifier of the object of Database type within the DODM model. |
Database | A unique name of the object of Database type. |
ID Process | A unique identifier of the process within which the Database is located. In the case of DbManager instance processes, the same Database can be on several lines. |
Process | The name of the process from which the information about the Database comes. In the case of DbManager instance processes, the same Database can be on several lines. |
State | State of the connection. |
Busy/Idle | Information on whether the connection is currently performing some activity (Busy) or is idle (Idle) |
Busy/Idle Time | Duration of Busy/Idle state. |
Busy Details | Busy status details - details about the activity being performed. |
Connect Type | Connection type:
Note: A transactional connection that has a Normal status is suspicious. |
Handles | The number of handles within the connection. Handles are created by the actions DB_CONNECT, PG_CONNECT, SQL_CONNECT, the action DB_TRANS_OPEN, and in transactional mode by every database action until the DB_TRANS_COMMIT or DB_TRANS_ROLLBACK is called. |
WD Expired | If the connection is in a Busy state, then the number of times the watchdog interval has elapsed. This is 60 seconds by default, it can be set with the start parameter /KD. |
...