Previous Topic: ADVISE COLLECT STARTNext Topic: ADVISE COLLECT SYSTEM_PC


ADVISE COLLECT STOP

This command stops the Performance Agent.

Format

ADVISE COLLECT STOP [collection-definition-name]

Description

The ADVISE COLLECT STOP command terminates the data collection process on the node from which you issue the command. Normally, the process does not terminate immediately.

At installation, a command procedure called UPM$AGENT$SHUTDOWN.COM is created and placed in SYS$MANAGER. This command file contains the ADVISE COLLECT STOP command, which when invoked from SYS$MANAGER:SYSHUTDWN.COM terminates the data collection process at normal system shutdown.

Parameters

collection-definition-name

Specifies the name of the collection definition to be stopped. The following command displays the collection definitions in the schedule file:

$ ADVISE COLLECT SHOW SCHEDULE

Qualifier

/WAIT
/NOWAIT

The /WAIT qualifier causes the DCL command to wait until the data collection process is fully terminated. The default /NOWAIT causes the DCL command to return without waiting.