PreviousNext

log list

Returns a list of serviceability components registered by the target servers. The syntax is:

log list {RPC_server_namespace_entry | string_binding_to_server}
[-comp component_name_list]

Options

-comp component_name_list
A list of one or more DCE serviceability component names for which associated subcomponents should be returned.

If you specify more than one server, the returned lists for the second and subsequent servers are concatenated to the returned list for the first server.

Description
The -comp option specifies a space-separated list of DCE serviceability component names. For each named component, the command returns a list of the associated subcomponents. For each subcomponent in the list, the command displays its name, its level, and its description. The order of the component names is arbitrary. If you specify more than one component name, the resulting subcomponent lists are concatenated.

Privileges Required
No special privileges are needed to use the log list command.

Examples

dcecp> log list /.:/hosts/goober/cds-server
{svc cds dts rpc sec}
dcecp>

dcecp> log list /.:/hosts/goober/cds-server -comp dts
{general 0 "General server administration"}
{events 0 "Events received and acted upon"}
{arith 0 "Math operations"}
{ctlmsgs 0 "Control messages received"}
{msgs 0 "Messages received"}
{states 0 "Server state transitions"}
{threads 0 "Thread interactions"}
{config 0 "Server/cell configuration"}
{sync 0 "Server sync interactions"}
dcecp>