ttTail

Fetches TimesTen internal trace information from a database and displays it to stdout. By default, TimesTen generates no tracing information. See ttTraceMon for more information.

Required Privilege

This utility requires the ADMIN privilege.

Usage in TimesTen Scaleout and TimesTen Classic

This utility is supported in TimesTen Classic but not supported in TimesTen Scaleout.

Syntax

ttTail {-h | -help | -?}
ttTail {-V | -version}
ttTail [-f] {-connStr connection_string | DSN}

Options

The ttTail utility supports the options:

Option Description

-connStr connection_string

An ODBC connection string that specifies a database location, driver, and optionally other connection attribute settings.

DSN

Indicates the ODBC data source name of the database from which to get a trace.

-f

When the end of the trace is reached, ttTail does not terminate but continues to run, periodically polling the database's trace buffer to retrieve and display additional TimesTen trace records. For example, this is useful for generating a display of trace data that is updated in real time.

-h-help

-?

Prints a usage message and exits.

-V | -version

Prints the release number of ttTail and exits.

Examples

% ttTail database1

Note:

While primarily intended for use by TimesTen customer support, this information may be useful to system administrators and developers.