show [node node-id] event dispatcher attribute [,attribute...] all [attributes] all characteristics all counters all status
1 – Characteristic
o DNA version Default: Current version number Version number of the DNA event-logging architecture specification to which the implementation conforms. You cannot modify this characteristic.
2 – Counters
o creation time Time at which this entity was created. o events lost Number of events lost at the event dispatcher queue. o test requested (Tru64 UNIX) Number of events being generated with the test directive.
3 – Status
o state Status of the event dispatcher entity. off The event dispatcher entity is disabled. on The event dispatcher entity is enabled. o uid Entity's unique identifier, which is generated when the entity is created.
4 – outbound_stream
show [node node-id] event dispatcher - outbound stream stream-name attribute [,attribute...] all [attributes] all characteristics all counters all identifiers all status The stream-name can be either a simple name which uniquely identifies a particular outbound stream instance, or a wildcard which identifies multiple outbound stream instances. Examples: show event dispatcher outbound stream * name, state show event dispatcher outbound stream local_stream all
4.1 – Identifier
o name Simple name assigned to the outbound stream when it was created.
4.2 – Characteristics
o catch all filter Default: Pass Value: Block or pass Action to take if neither the specific filter nor the global filter contains an entry that matches an event. block Discard the event. pass Report the event. o connect retry timer Default: 120 Value: 0-65535 Number of seconds to wait after a disconnect or connection reject before reattempting a connection. Connection attempts continue until a connection is made or until the connect timer enabled attribute is set to false or the outbound stream is disabled. If the outbound stream is already connected to the sink when the timer expires, no connection is attempted at that time. The timer resets and connection attempts continue whenever the timer expires. o connect timer enabled Default: True Value: True or false Specifies whether the connect timer is operational (see connect retry timer). o disconnect timer Default: 0; see Value: 0-4294967295 following description Number of seconds to wait before disconnecting an idle connection. Zero indicates that there is no disconnect timer and connections are never automatically disconnected. o global filter Current global filter as it has been constructed by block, ignore, and pass commands for this stream. By default, the global filter is set to block all events for the following entities: event dispatcher, event dispatcher sink, and event dispatcher sink inbound stream and to pass all events for the event dispatcher outbound stream entity. o sink address Default: No address Value: Sink address tower set Sink address tower for this stream. Modifying this characteristic affects only subsequent connect requests; existing connections are unaffected. o sink end user Default: Number = 82 Value: End-user specification Sink session control end user specification for this stream. o sink node Default: Local node Value: Full-name Full DNS node name of the sink for this stream. Modifying this characteristic affects only subsequent connect requests; existing connections are unaffected. This fullname is used in combination with the sink end user characteristic to establish the sink connection. o sink object Default: No sink object Value: Full-name Full DNS object name of the sink for this stream. Modifying this characteristic affects only subsequent connect requests; existing connections are unaffected. This fullname should match the object name characteristic of the target sink. o specific filter Default: No specific filter Current specific filter for this stream. o template (Tru64 UNIX) Default: No template Value: Simple name Transport template (see osi transport template) for this stream's connections.
4.3 – Counters
o confidence changes Number of times the confidence variable has changed while connections were in the open state. o connect requests Number of times a connection to a remote node was requested by this stream, either by an explicit command or by the connection timer. o connections accepted Number of times an outbound connection request was accepted by the sink partner. o creation time Time at which this entity was created. o disabled Number of disable events for this stream. o enabled Number of enable events for this stream. o events lost Number of events lost because of outbound stream buffer overrun. o filter changes Number of times the filter has changed. o shutdowns Number of times a shutdown command or operation was issued.
4.4 – Status
o buffer size Maximum number of octets allowed for event processing of this stream. This value is defined in the create command for the stream. o state Status of the outbound stream. off The stream is disabled. on The stream is enabled. onconnected The stream is enabled and has an established connection. onconnecting The stream is enabled and is in the process of establishing a connection. ondisconnecting The stream is enabled, but is in the process of disconnecting from a connection. onshutdownrequested The stream is enabled and has an established connection, but is in the process of shutting down; the stream will disconnect after it transmits all events that were outstanding when the shutdown command was issued. o uid Entity's unique identifier, which is generated when the entity is created.
5 – relay
show [node node-id] event dispatcher relay state all [attributes] all status Examples: show event dispatcher relay all show event dispatcher relay state
5.1 – Status
o state Status of the event dispatcher relay entity. off The event dispatcher relay entity is disabled. on The event dispatcher relay entity is enabled.
5.2 – logging
show [node node-id] event dispatcher - relay logging logging-name attribute [,attribute...] all [attributes] all counters all identifiers all status Logging-name can be CONSOLE, MONITOR, FILE or * to identify all three. Examples: show event dispatcher relay logging * name, state show event dispatcher relay logging console all show event dispatcher relay logging monitor all show event dispatcher relay logging file all
5.2.1 – Counters
o creation time Time at which this entity was created. o events relayed Number of Phase IV events relayed for this logging type.
5.2.2 – Identifier
o name Logging type is console, monitor, or file.
5.2.3 – Status
o state Status of the event dispatcher relay logging entity. off The event dispatcher logging entity is disabled. on The event dispatcher logging entity is enabled. o uid Entity's unique identifier, which is generated when the entity is created.
6 – sink
show [node node-id] event dispatcher - sink sink-name attribute [,attribute...] all [attributes] all characteristics all counters all identifiers all status The sink-name can be either a simple name which uniquely identifies a particular sink instance, or a wildcard which identifies multiple sink instances. Examples: show event dispatcher sink local_sink all show event dispatcher sink * all show event dispatcher sink * client type, displayuids
6.1 – Characteristics
o catch all filter Default: Pass Value: Block or pass Specifies the action to take if neither the specific filter setting nor the global filter setting matches an event or if a filter setting that does match an event is set to Ignore. block Discard the event. pass Report the event. o client type Default: Console Value: See description. Specifies the application to accept the events received by the sink. This can only be set when the event dispatcher sink entity is disabled (when the sink state is off). console Events go to the operator's console (OPCOM-OpenVMS). device Events go to a device (see the device name characteristic). file Events go to a file (see the file name characteristic). o description Default: Null Value: Latin1String Application description string. o device name Default: Null Value: Latin1String Name of the device to which events are going to be logged, if the client type of the sink is device. o displayuids Default: True Value: Boolean A boolean value indicating whether to include the UIDs when displaying an event. o end user Default: Number = 82 Value: End-user specification Sink session control end user specification for this sink. For Tru64 UNIX, do not modify this characteristic. o file name Default for Tru64 UNIX: Value: File specification /usr/adm/event_file Default for OpenVMS: Value: File specification SYS$MANAGER:NET$EVD_SINK_sinkname.LOG Name of the file to which events are going to be logged if the client type of the sink is file. o global filter Current global filter as it has been constructed by block, ignore, and pass commands for this sink. By default, the global filter is set to block all events for the following entities: event dispatcher, event dispatcher sink, and event dispatcher sink inbound stream. You cannot modify this characteristic. o object name Default: No sink object Value: Full-name Full DNS object name of the sink. Modifying this characteristic affects only subsequent connect requests; existing connections are unaffected. o specific filter Default: No specific filter Current specific filter setting as constructed by block, ignore and pass commands for this sink. You cannot modify this characteristic. o template (Tru64 UNIX) Default: No template Value: Simple name Transport template (see the osi transport template entity) for this sink's connections. o user client (Tru64 UNIX) Default: Null Value: End-user specification Session control end user specification for a user program that has been set to receive events.
6.2 – Counters
o connections accepted Number of times a sink connection request was accepted by the sink partner. o creation time Time this entity was created. o events filtered Number of events for this sink that were filtered by its sink filter. o events lost Number of events lost due to sink queue overflow. o filter changes Number of times the filter has changed.
6.3 – Identifier
o name Simple name assigned to the sink when it is created.
6.4 – Status
o buffer size Maximum number of octets allowed for event processing of this sink. This value is defined in the create command for the sink. This value is limited by the value specified in the maximum buffer size argument of the create command. o state Status of the sink. off The sink is disabled. on The sink is enabled. o uid Entity's unique identifier, which is generated when the entity is created.
6.5 – inbound_stream
show [node node-id] event dispatcher - sink sink-name - inbound stream stream-name attribute [,attribute...] all [attributes] all identifiers all characteristics all counters all status The sink-name must be a simple name which uniquely identifies a particular sink instance. The stream-name can be either a simple name which identifies a particular inbound stream instance, or a wildcard which identifies multiple inbound stream instances. Examples: show event dispatcher sink local_sink - inbound stream * name show event dispatcher sink local_sink - inbound stream EVD$IBS$0000 all
6.5.1 – Counters
o creation time Time at which this entity was created. o change confidence Number of times the confidence variable has changed while connections were in the on state.
6.5.2 – Identifier
o name Local name assigned to the entity by its sink parent when it is dynamically created.
6.5.3 – Status
o source end user Source end user specification, as provided by session control. o source node name Name of the source node, as provided by session control. o state Status of the inbound event stream. off The stream is disabled. on connected The stream is enabled and connected to the outbound stream. o uid Entity's unique identifier, which is generated when the entity is created.