Technical data

STOP
STOP
The STOP command stops collection at one or more specified tracepoints.
Format
STOP ["tracepoint-name",...] [/qualifier]
Parameters
tracepoint-name
Specifies the tracepoint(s) at which collection is to be stopped.
Qualifiers
/PROCESS_NAME=process-name
Specifies the process name of the trace server process associated with the specified
tracepoints. This must be the process name specified in the /PROCESS_NAME
qualifier of the START command that started the tracing. This qualifier is only
relevant for detached tracing. The default process name is username$CTF.
Description
If you do not specify a tracepoint, all tracing will be stopped.
If you stop all detached tracing, the trace server process will exit. If you stop all
tracing on the local VMS system, the process CTF$DCP will also exit.
Examples
CTF> STOP
stops all current tracing associated with username$CTF.
CTF> STOP "ROUTING CIRCUIT *"
stops tracing on all local ROUTING CIRCUIT entities.
CTF> STOP "ROUTING CIRCUIT UNA-1" /PROC=UNA1PROC
stops tracing at the specified tracepoint, which is being traced by the UNA1PROC
detached process. The START command that started tracing at ROUTING
CIRCUIT UNA-1 must have specified /PROC=UNA1PROC.
4–24 CTF Commands