...
| idInstance | Unique identifier of instance. It may be get by calling the %GetEventInstanceId(). |
| ID (HOBJ) | If the object was opened multiply (OPEN script action or OPENEVENT), the column contains its dynamic HOBJ. This is a return value of %GetSelfHBJ(@FALSE). |
| NAME | Name of object. |
| EventType | Configuration parameter. Possible values TRIGGEREVENT, SERVEREVENT, CLIENTANDSERVEREVENT, UNITEVENT. |
| Kernel instance ID | True number of instance. Value is 0 (zero), if the object is not opened multiply. If it has been opened as instance, in this column there is listed its real instance. This is the return value of function %GetSelfInstanceId(@TRUE). |
| Logical instance ID | Required number of instance. The value is 0 (zero), if the object is not opened multiply. If it has been opened as instance, in this column there is listed its required instance. This is the return value of function %GetSelfInstanceId(@FALSE). |
| Modify time stamp | Time stamp from the configuration of object. |
| Start Time | Creation time of instance (start of script). |
| Current Line | Currently executed line. |
| CNT count | (+) Number of created data containers. |
| CNT dataSize | (+) Memory size which is occupied by data from containers. |
| Local vars data size | (+) Memory size which is occupied by all local variables (they size may be found in the ESL Diagnostic Pack - Instance). |
| DB Connects count | (+) Number of database connections that are created by DB_CONNECT, PG_CONNECT and SQL_CONNECT. |
| DB Transactions count | (+) Number of database transactions opened by DB_TRANS_OPEN. |
| Files count | (+) Number of files opened or created by %FIO_* script action. |
| Object lists count | (+) Number of opened by LST_CREATE. |
| Status | Current script status (status ES_WAIT_EXTERNAL_RQ means the passive waiting). |
| Physical process, DODM process | Name of objects of Process type (with suffix EVH, HIS, SEE, SES), which contains the given instance. |
| Queue Length | For object of SERVEREVENT or CLIENTANDSERVEREVENT type (this includes also a picture), the value means the number of requests (e.g. calls of RPC procedures, changes watched by ON CHANGE, ...) in a queue. For the event of TRIGGEREVENT type and the permission of request queue for start, the value means the number of requests for start. |
| XML Docs count | (+) Number of opened XML documents. The value is the number of handles to XML objects that have been published to the ESL environment. |
| DBS objects count | (+) Number of database objects with which data were exchanged (read/write). |
| D2000 HI | Name of D2000 HI if DODM process is used for interpretation of ESL scripts opened in the appropriate HIP process. |
...