Viewing Metadata - Parallel Transporter

Teradata® Parallel Transporter User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Parallel Transporter
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-08-25
dita:mapPath
uzp1645128359760.ditamap
dita:ditavalPath
tvt1507315030722.ditaval
dita:id
B035-2445
Product Category
Teradata Tools and Utilities

Use the tlogview command to retrieve job performance and statistical metadata, as follows.

  • To access the TWB_STATUS log, enter the following:
    tlogview -l <user log file name> -f TWB_STATUS > <output file name>
  • To access the TWB_SRCTGT log, enter the following:
    tlogview -l <user log file name> -f TWB_SRCTGT > <output file name>
  • To access the TWB_EVENTS log, enter the following:
    tlogview -l <user log file name> -f TWB_EVENTS > <output file name>

where:

  • <user log file name> is the Teradata PT log file name, typically ending with an .out extension.
  • <output file name> is the user-supplied name of the file to receive the output from the command

After the performance data has been collected, you can load it into a set of relational tables so that queries against the data can be done with SQL. For example about how to load the TWB_STATUS log into a relational table, see Exporting and Loading Metadata.