Spooler Plus Utilities Reference Manual

Using FASTP
Spooler Plus Utilities Reference Manual522294-002
F-4
Reading Trace Output
If tracing is enabled for a device and either no SHADOW file has been specified or a
problem is encountered when writing to a SHADOW file, tracing for that device is
disabled.
Reading Trace Output
Each trace event causes two or more records to be written to a trace file.
The first record (the identifier record) contains
The type of event
The time event occurred
An abbreviated stack trace for the procedure that produced the event
The second record (the data record) contains data related to the event. If the amount
of data exceeds the trace record size, the data is written as two or more records.
Because the trace file is an entry-sequenced Enscribe file, it is recommended that you
use a FUP COPY command to list the trace information, for example:
TACL 1>FUP COPY trace-file-name,$S.#location,H
File Utility Program - T6553D45 - (02FEB2001) System \YES
Copyright Tandem Computers Incorporated 1981, 1983, 1985-1996
$DATA4.BGXEROX.SHADA RECORD 0 KEY 0 (%0) LEN 30 7/13/97 9:22
000: 3036 204A . . . 3920 2D20 06 Jul 97 12:25:05:39 -
00C 4F75 7470 . . . 3736 2C30 Output - 171623,130476,0
018 3037 3336 . . . 07364,156635
$DATA4.BGXEROX.SHADA RECORD 1 KEY 1 (%1) LEN 74
000: 004A 027A . . . AA33 11E0 .J.zC............:...3
00C: 0000 0000 . . . AA33 11E0 .........H.*.....d...3
018: 0005 0000 . . . 0000 0000 .....d......(....`
024: 0002 ..
The first record identifies:
The type of event: Output
The time the event occurred: 06 Jul 97 12:25:05:39
The second record contains actual trace data.
Table F-1 summarizes types of events and data that can appear in a trace file.
Table F-1. Types of Trace File Events and Data (page 1 of 2)
Event Identifier
From First Record
for Trace Event Contents of Second Record for Trace Event
Controlbuf Out CONTROLBUF data sent to the device.
Control Out CONTROL operation and parameter sent to the device.
Input Data that was received from the device.
Output Data that was written to the device.
Setmode In SETMODE operation and two parameters received from the device.