CTRACE options

You can specify component trace options at DMD initialization or after the DMD has initialized.

Table 1 lists the DMD trace options.

Table 1. Defense manager daemon (DMD) trace options
Trace event Description
ALL Select all types of records. Be aware that this option slows performance.
MINIMUM Select the DMD's minimum level of tracing. This level includes the INIT, EXCEPT, and TERM categories.
INIT Select the DMD initialization information.
TERM Select the DMD termination information.
EXCEPT Select the DMD exception information.
CONFIG Select the DMD configuration information.
COMMANDS Select processing of DMD commands from the console or command line.
LOGMSGS Select the DMD syslog messages. These entries can be used to easily correlate system log messages to a specific point in the CTRACE log.
ROUTING Select the DMD threading and request dispatching information.
SERIAL Select the DMD serialization information.
EVENT Select the DMD event information.
SOCKETS Select the DMD socket information.
PERFORM Select the DMD performance information.
REQUESTS Select the DMD request/response information.
FLOW Select the DMD code flow information.
STORAGE Select the DMD storage information.
CONTROL Select the DMD control information.
DEBUG Select the DMD debugging information.
VERBOSE Select the DMD verbose debugging information.