get threads

Description

Displays information about threads running in the Replication Server.

Syntax

get threads [for] server_name [{dist | dsi | rsi | sqm | sqt}]

Parameters

server_name

Specifies the Replication Server that contains the threads.

dist | dsi | rsi | sqm | sqt

Specifies the thread type. If no type is specified, the summary list of threads is returned.

Examples

Example 1

Returns the summary list of all threads in the Replication Server INVENTORY_RS:

get threads for INVENTORY_RS

Example 2

Returns the thread information for all route threads in the Replication Server INVENTORY_RS:

get threads for INVENTORY_RS rsi

Usage

get threads executes the admin who command for the specified Replication Server. The result set is identical to the admin who result set.

See also

filter connection, resume component, suspend component