:ent-list

:ent-list


:ent-link Index Level :ent-mon
Syntax :ent-list {(options}
Category TCL
Type Verb
Description lists all the entities currently existing in the system, with their main characteristics.
This commands displays:

Entity Id:
 The entity Id in hexadecimal.

Lock ID:
 The entity Id of the entity which has locked this entity. Entity locks are asserted only for a short instant, to prevent concurrent accesses.

Att ID:
 The entity Id of the entity which has attached this entity. Entity attachment is performed by the TCL command "dev-att".

Nb Lnk:
 Number of links, output or forwarding, pointing to the entity.

Fwd Link:
 Entity Id of the forwarding link.

Out Link:
 Entity Id of the output link.

Asociation ID:
 Unique association Id, in decimal.

Association Code:
 Association code type, in decimal.

Description:
 Short note about the current status of the entity: unlinked, in tandem, in converse, etc...
Options H  Supress header.

P  Printer output.
See Also entity list-tandems devs :ent-link :ent-mon dev-att :ent-status
Example
Warnings
Compatibility AP 6.1
:ent-link Index Level :ent-mon