Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - Database Administration » Database maintenance » Event tracing

Viewing the contents of the event trace data (ETD) diagnostic log file

View the contents of the diagnostic log file using the event trace data (ETD) File Management utility (dbmanageetd).

Prerequisites

You must have logged event tracing information from a tracing session to an ETD file.

Procedure

  1. Run the dbmanageetd utility to view the contents of the diagnostic log file in text format. For example:
    dbmanageetd diagnostic-log.etd -o diagnostic-log.txt
  2. Open the file in a text editor.

    The following table shows the possible severity levels for tracing events.

    Level Severity value range
    ALWAYS 0
    CRITICAL 1-50
    ERROR 51-100
    WARNING 101-150
    INFORMATION 151-200
    DEBUG 201-255

Results

The diagnostic log is generated and can be viewed in a text editor.