# Stats Dashboard

You can access this page by clicking "Stats" from the left navigation menu.

<figure><img src="/files/fEoHhkaIL6PRHyObMiAr" alt=""><figcaption><p>Fig1: Stats Page Link </p></figcaption></figure>

Using this page, you can view statistics and key information about your blobber. Those information include the following:

<figure><img src="/files/aco3kjE6dMVALSWhf7zd" alt=""><figcaption><p>Fig2: Blobber Stats</p></figcaption></figure>

#### Summary

<table><thead><tr><th width="179">Field</th><th>Description</th></tr></thead><tbody><tr><td>Allocated Size</td><td>Storage Size involved in users allocations.</td></tr><tr><td>Used Size</td><td>Storage Size occupied with data, including users' files as well as thumbnails, as tracked by the blobber's database.</td></tr><tr><td>Files Size</td><td>Size of the files uploaded by the users.</td></tr><tr><td>Thumbnail Size</td><td>Size of the thumbnails created to preview the users in the icons of the UI.</td></tr><tr><td>Disk Size Used</td><td>Storage Size used/occupied by the user files actually on the machine (including temporary files).</td></tr><tr><td>Num of Block Writes</td><td>Total number of file blocks written to the blobber.</td></tr><tr><td>Num of writes</td><td>Total number of files written/uploaded to the blobber.</td></tr><tr><td>Num of Reads</td><td>Total number of blocks downloaded from the blobber.</td></tr><tr><td>Num of allocations</td><td>Count of allocations hosted on the blobber.</td></tr></tbody></table>

#### Configurations

<table><thead><tr><th width="165">Field</th><th>Description</th></tr></thead><tbody><tr><td>Capacity</td><td>Total amount of storage space offered by the blobber</td></tr><tr><td>Read Price</td><td><strong>All Read Prices on Züs are 0!</strong></td></tr><tr><td>Write Price</td><td>Price of uploading files to allocations hosted on this blobber, in ZCN/GB/Month</td></tr></tbody></table>

#### Markers

<table><thead><tr><th width="169">Field</th><th>Description</th></tr></thead><tbody><tr><td>Accepted</td><td>Markers submitted to the network and was accepted.</td></tr><tr><td>Committed</td><td>Markers committed to the network.</td></tr><tr><td>Failed</td><td>Markers submitted to the network but failed to be redeemed. </td></tr></tbody></table>

***

If you have any questions or encounter any issues, please join our [Discord](https://discord.com/invite/h3BFjdtCp4) for further assistance. Our team and the community members are available to help troubleshoot your concerns and provide guidance.


---

# 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.zus.network/zus-docs/webapps/chimney/stats-page.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.
