> For the complete documentation index, see [llms.txt](https://docs.tibero.com/sysmasterdb.en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/sysmasterdb.en/8.3_manual/analysis/report/tpr-report.md).

# TPR Report

Click the \[Analysis] > \[Report] > \[TPR Report] menu in the global navigation bar to open the TPR Report screen.

The TPR Report feature allows users to generate and view performance analysis reports for specific instances or clusters based on their permissions. In cluster (TAC, TSC) environments, reports can be generated for individual instances or the entire cluster.

{% hint style="info" %}
**Note**

This feature is available only in Tibero versions with the TPR package. If the TPR package is not installed, report generation may not complete and instead display as "in progress."
{% endhint %}

## Report List

Displays a list of reports generated for each monitored instance in a table format. Clicking on the Report Name in the list will link to the viewer page to view the corresponding report.

Users can view all reports generated within the currently selected group from this list.

The users can also selectively view reports for specific clusters or instances within a group by using the Instance dropdown menu.

<figure><img src="/files/CwUVglN4Xo333SLA3oGO" alt=""><figcaption><p>TPR Report</p></figcaption></figure>

The following is a description of the items provided in the TPR Report screen.

<table><thead><tr><th valign="bottom">Item</th><th valign="bottom">Description</th></tr></thead><tbody><tr><td valign="bottom">Instance Name</td><td valign="bottom">Instance Name</td></tr><tr><td valign="bottom">Report Name</td><td valign="bottom">Report Name</td></tr><tr><td valign="bottom">Snapshot ID</td><td valign="bottom">Minimum value of snapshot ID</td></tr><tr><td valign="bottom">Begin Time</td><td valign="bottom">Report start time</td></tr><tr><td valign="bottom">End time</td><td valign="bottom">Report end time</td></tr><tr><td valign="bottom">Create Time</td><td valign="bottom">Creation time</td></tr><tr><td valign="bottom">File Type</td><td valign="bottom">File format and file creation status</td></tr><tr><td valign="bottom">Creator</td><td valign="bottom">Creator ID</td></tr></tbody></table>

## Snapshot ID See All

The Snapshot ID column in the table displays the oldest item used in the report generation.

<figure><img src="/files/8BsJFHt44clEvd4nu7fZ" alt=""><figcaption></figcaption></figure>

Click the See All button to view the list of other Snapshots used to generate the report.

<figure><img src="/files/Z1aDlBEgd5bisKlezpzS" alt=""><figcaption></figcaption></figure>

The displayed Snapshot ID list can be searched by Period and Snapshot ID.

## View

Clicking the Report Name in the table allows the users to view the corresponding report in PDF format in the browser.

<figure><img src="/files/p0q02SrIUJMOMyy5PhK5" alt=""><figcaption></figcaption></figure>

## Delete

Check one or more items in the checkbox on the left side of the table, then click the Delete button to delete the selected reports.

&#x20;

<figure><img src="/files/5gLjsA35n5WalsxBFmS1" alt=""><figcaption></figcaption></figure>

## Download

Check one or more items in the checkboxes on the left side of the table, then click the Download button to download the selected reports individually.

<figure><img src="/files/wR2owwliA3R3wsQwij0P" alt=""><figcaption></figcaption></figure>

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tibero.com/sysmasterdb.en/8.3_manual/analysis/report/tpr-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
