Virtual Hometerm Subsystem (VHS) Manual (G06.24+, H06.04+, J06.03+)

Virtual Hometerm Subsystem (VHS) Manual429311-002
H-1
H VHS DDL Files
VHS Primary Log File
Table H-1 shows the DDL record definition of the VHS primary log file.
The primary key of the primary log file is composed of these fields: timestamp, PID.
The alternate key is process-name.
Table H-2 shows the DDL record definition of the alternate key file of the VHS primary
log.
Table H-1. VHS Primary Log File Record Definition (Primary File)
Field Name Data Type Description
timestamp BINARY 64 Corresponds to the timestamp at which the
message was received.
pid CHARACTER 8 PID of the process which wrote this message
to the VHS process.
process-name CHARACTER 8 Name of the process that wrote this message
to the VHS process. If the process is not
named, this field contains CPU,PIN in text
format.
text-line CHARACTER 652 Text message written to the VHS process. The
first part of the text contains the timestamp in
text format and the object name.
Table H-2. VHS Primary Log File Record Definition (Alternate Key File)
Field Name Data Type Description
key-identifier CHARACTER 2 The key identifier is K1.
process-
name
CHARACTER 8 Name of the process which wrote this message to the
VHS process. If the process is not named, this field
contains CPU,PIN in text format.
timestamp BINARY 64 Corresponds to the timestamp at which the message was
received.
pid CHARACTER 8 PID of the process which wrote this message to the VHS
process.