listMonitors Command

Description

Lists hidden monitorable outputs for a component instance.  A component instance may provide streams of output data which can be used for monitoring and debugging the component.  All raw output files of a component are automatically monitorable (and not listed with this command).  This command provides a list of additional monitorable outputs for the component instance.

Command Syntax

listMonitors,lo <objectName>

Example

The following Analysis Server dialog shows how to list the monitorable outputs for a component instance.
>start DarwinExample de
Object destarted.
>listMonitors de
3 monitors:
stdout
stderr
outputDebugInfo
>monitor start a.stdout
------------------------------------------------------
Darwin Example Debug File
------------------------------------------------------
...

See also Analysis Server | Analysis Server Commands