OSI/TS SCF Reference Manual
OSI/TS Trace Facility
OSI/TS SCF Reference Manual—424832-001
3-12
Examples of the FILTER Command
Examples of the FILTER Command
The examples are designed to show you correct ways of specifying command syntax.
FILTER L4SU #S1
is used to limit the display to those for TSP SU #S1.
FILTER L4SERVICES
is used to display L4 service primitives.
FILTER L3SERVICES
is used to display all Layer 3 service primitives.
FILTER MSGSYS
is used to display all system messages (for example, OPEN, CONTROL, or
SETPARAM) received by the TSP process.
HEX Command
The HEX command controls the hexadecimal display option. When HEX is enabled,
PTrace displays a hexadecimal dump of trace file records (excluding the record header),
with character equivalents printed to the right of the dump.
ON
enables hexadecimal display mode.
OFF
disables hexadecimal display mode.
Considerations for the HEX Command
The considerations contain information about command use that should be read before
studying the command syntax in too much detail.
•
If the HEX command is not used, OFF is assumed.
•
If HEX is specified without ON or OFF, ON is assumed.
•
The RESET and FROM commands set HEX to OFF.
SELECT Command
The SELECT command establishes the selection criteria that control which trace records
are to be displayed. When PTrace is determining which records to display in response to
HEX [ ON ] [ OFF ]