> 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/ash-report.md).

# ASH Report

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

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

ASH Report is a feature that allows the users to generate and view analysis reports on active session information in the database for specific instances or clusters, depending on the user's permissions.

In a cluster (TAC, TSC) environment, the users can generate reports targeting individual instances or the entire cluster. Even if the users do not have monitoring privileges for some instances within a cluster, the users can still view instances within the same cluster.

## ASH Report List

Displays a list of reports generated for each monitored instance in a table format. Clicking on the Report Name in the list links to the viewer page, allowing the users 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 using the Instance drop-down menu.

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

The following is a description of the items provided in the ASH 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">Start 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>

## View

When the users click the report name, the users can view the report in PDF format in the browser.

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

## Delete

Deletes the selected report.

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

## Download

Downloads the reports selected with the check box.

<figure><img src="/files/AgvBgMKwQzKsLEwIjvBE" 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/ash-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.
