1 /CHANNEL
/CHANNEL=(channel1,channel2,...) Includes specific channels (LAN communications paths). The default is all channels included. Channel names are displayed by the PE CHANNEL command. Each channel name may be preceded by "NO" to exclude the channel(s). /CHANNEL=ALL includes all channels. /CHANNEL=(ALL,NOCHANNELn) includes all channels except CHANNELn. /CHANNEL=(CHANNELn) (equivalent to (NOALL,CHANNELn) selects only CHANNELn. Channels are identified by the local bus, remote bus, and VC name (name of the remote node), separated by underscores. Bus names may be up to 3 characters long. VC names may be up to 6 characters. Each may be wildcarded with * and % characters. Selecting all local and remote buses for the VC to node FOO would be specified as *_*_FOO, but this may be abbreviated as FOO. In addition, the remote bus may be omitted, so EWA_*_FOO is equivalent to EWA_FOO.
2 /CONTEXT
/CONTEXT Displays PEDRIVER event definition.
3 /EVENT
/EVENT=(event1,event2,...) Enables trace display of specific events. The default is all events. Event names are displayed by the PE TRACE/CONTEXT command. Each event name may be preceded by "NO" to exclude the event. /EVENT=ALL includes all events. /EVENT=(ALL,NOEVENTn) includes all events except EVENTn. /EVENT=EVENTn (equivalent to (NOALL,EVENTn) selects only EVENTn.
4 /SORT
/SORT /NOSORT (default) Returns trace data sorted across channels by sequence number. The default is trace data returned for channels and VCs one at a time, in order for the channel or VC, but not across channels and VCs.
5 /VC
/VC=(vc1,vc2,...) Includes specific VCs (set of LAN communication paths between two nodes). The default is all VCs included. VC names are displayed by the PE VC command. Each VC name may be preceded by "NO" to exclude the VC. /VC=ALL includes all VCs. /VC=NOVCn, equivalent to /VC=(ALL,NOVCn), includes all VCs except VCn. /VC=VCn, equivalent to /VC=(NOALL,VCn) selects only VCn.