Event Management Service (EMS) Analyzer Manual

Command Descriptions
Event Management Service (EMS) Analyzer Manual133700
5-44
STATUS
object-spec
designates the object to be started. If object-type is omitted, DISTRIBUTOR is
assumed. If object-name is omitted, EMS Analyzer provides a name to the
DISTRIBUTOR process. An ASSUME command is automatically done to assume
the object-type DISTRIBUTOR and the new object-name.
PRI pri-number
indicates the priority at which the distributor is going to run. If omitted, the
distributor will run at the same priority as EMS Analyzer.
CPU cpu-number
indicates the primary cpu into which the distributor is going to run. If omitted, the
distributor will run in the same CPU as EMS Analyzer.
Considerations
Only one distributor can be active during an EMS Analyzer session. The distributor
can be stopped (see the STOP command) and another can be started, but only one
can be active at the same time.
The started distributor is automatically assumed as the current object.
All attributes are set to their default values when a distributor is started.
EMSLOG attribute is set to its default value ($0).
Examples
STATUS
The STATUS command displays status information about the specified object or objects.
/OUT file-spec/
causes any EMS Analyzer output generated for this command to be directed to the
specified file.
object-spec
designates the object(s) whose dynamic information displays. If object-spec is
omitted, dynamic information for the assumed object displays. See the ASSUME
command.
-> START DISTRIBUTOR $DIST
-> START DISTRIBUTOR
-> START /OUT OutStart/ DISTRIBUTOR $DIST
-> START , CPU 2, PRI 100
STATUS [ /OUT file-spec/ ] [ object-spec ]