# Manage traces using the GUI

Using the GUI, you can:

* [Configure traces](#configure-traces)
* [Freeze traces](#freeze-traces)
* [Change traces verbosity level](#change-traces-verbosity-level)
* [Restore traces default settings](#restore-traces-default-settings)

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FkCxyGVh2wfqonAZHqvQv%2Fwmng_traces.png?alt=media&#x26;token=44937283-85b7-442e-9de8-7679dadbe3fe" alt=""><figcaption><p>Manage traces</p></figcaption></figure>

## Configure traces <a href="#configure-traces" id="configure-traces"></a>

The tracking tool collects the traces on the backends and clients and retains them on their disks. You can limit the capacity used by the traces by ensuring minimum free capacity and by setting the maximum capacity that traces can use.

**Procedure**

1. From the menu, select **Configure > Cluster Settings**.
2. From the left pane, select **Support**.
3. On the Traces section, select **Configure traces**.
4. On the Configure Traces dialog set the following properties:
   * The minimum free capacity to preserve on the backends.
   * The minimum free capacity to preserve on the clients.
   * The maximum capacity traces can use on backends.
   * The maximum capacity traces can use on clients.
5. Select **Save**.

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FH7abTDAfx9rYLlEBGGna%2Fwmng_configure_traces.png?alt=media&#x26;token=a03c34ec-17bb-4e73-b6fe-05825b280e87" alt=""><figcaption><p>Configure traces</p></figcaption></figure>

## Freeze traces <a href="#freeze-traces" id="freeze-traces"></a>

Sometimes you may need to investigate an issue that occurred during a certain period. You can retain the tracing data of that period using the freeze traces action.

**Procedure**

1. From the menu, select **Configure > Cluster Settings**.
2. From the left pane, select **Support**.
3. On the Traces section, select **Freeze traces**.
4. On the Freeze Traces dialog set the following properties:
   * **Start:** The start date and time of the period to freeze (mandatory).
   * **End:** The end date and time of the period to freeze.
   * **Retention:** The time to retain the tracing data. After this time, the tracking tool may purge the tracing data according to its purging cycle.
   * **Override:** If a freezing period is already set, you can override it by setting the **Override** button to **On**.
5. Select **Save**.

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FILEGo0fMN6DkGKW1q6nl%2Fwmng_freeze_traces.png?alt=media&#x26;token=e5e689e8-5db9-456f-a4be-c35da1bac8eb" alt=""><figcaption><p>Freeze traces</p></figcaption></figure>

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FxG5wdymIUqjVIcYcGmD1%2Fwmng_freeze_traces_result.png?alt=media&#x26;token=3a437c28-f106-4bcb-86b8-127130008dc8" alt=""><figcaption><p>Example of a freeze period</p></figcaption></figure>

6\. To clear the freeze period, select **Reset traces freeze**. Then, in the confirmation message, \
&#x20;   select **Yes**.

## Change traces verbosity level <a href="#change-traces-verbosity-level" id="change-traces-verbosity-level"></a>

The verbosity level determines the amount of information in the tracing data. Switching the verbosity level to high provides more troubleshooting details but may use more space on the disk.

**Procedure**

1. In the Traces section, depending on the current verbosity level (low or high), select **Change traces level to high** or **Change traces level to low**.

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FWeJaU0kpx1eBjZpW6Kd1%2Fwmng_change_verbosity_level.png?alt=media&#x26;token=7f2cc772-5f1b-40ac-8d1b-f04cc8d1f0c5" alt=""><figcaption><p>Change verbosity level</p></figcaption></figure>

## Restore traces default settings <a href="#restore-traces-default-settings" id="restore-traces-default-settings"></a>

You can restore the traces configuration to its default settings as shown in the following image.

<figure><img src="https://661826007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuOB5D2WMRjXBnChPFTrk%2Fuploads%2FfzDQJTbGbFhPkUtD7DPD%2Fwmng_traces_defauly_settings.png?alt=media&#x26;token=eedbb17c-cd86-4c74-91a4-b3a930dfd2b9" alt=""><figcaption><p>Traces default settings</p></figcaption></figure>

{% hint style="info" %}
The default maximum capacity per IO-node is 50 GB and the minimum for all IO-nodes is 100 GB. The minimum free capacity is 3.22 GB
{% endhint %}

**Procedure**

1. In the Traces section,  select **Restore traces default settings**. Then, in the confirmation message, select **Yes**.


---

# Agent Instructions: 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:

```
GET https://docs.weka.io/4.0/support/diagnostics-management/traces-management/manage-traces-using-the-gui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
