Skip to content

tracerviewer-2.0-SNAPSHOT

Compare
Choose a tag to compare
@vargm vargm released this 22 Nov 17:22
· 67 commits to master since this release

Pega-TracerViewer

Pega-TracerViewer is a Java Swing based tool to view Pega trace xml files.

Extract 'tracerviewer-2.0-SNAPSHOT.zip' to a folder.
Run 'tracerviewer-2.0-SNAPSHOT.cmd' to launch the tool.
You can open very huge tracer files. In case of OOM, just change the heap size in the cmd file and try again.

Features

    a. Customize the view and select between Tree mode and Table mode
    b. Search within the Tracer output for useful content. results are highlighted in yellow
    c. Compare working vs non-working Tracer output for issue diagnosis.
    d. Set Filters for Events and Event Types
    e. Overview dialog to show (if any)-
        1. Failed events
        2. Elapsed time sorted in descending order.
        3. Current Search results
        4. List of bookmarks.
        Point 1. & 2. only pick events that are innermost (leaf) in the event execution hierarchy.