In-Flight Trace configuration file

Describes the In-Flight Trace configuration file, xtrace.ini.

The In-Flight Trace configuration file is used to initialize the shared memory at product startup. The information in shared memory determines which traces are saved at which level. All function trace calls are parsed by the trace facility to determine if they should be saved.

The In-Flight Trace configuration file is found in the following path:
<TWA_home>/TWS/xtrace/xtrace.ini
An example of the file is as follows:
[ _GLOBAL_ ]
 Product      = <PRODUCT>
Enabled      = y
Active       = y
SegNum       = 1
FilterFile   = $(install_dir)/bin/xfull.xtrace
SegSize      = 10240
Level        = 80
SegPerUser   = n

[netman]
Enabled      = y
Active       = y
SegNum       = 2
Level        = 80