> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/products/chimney/monitor-blobbers.md).

# Monitor Blobbers

### Instructions

1. To access Blobber resource usage details with ease, navigate to the Chimney dashboard and select the "Monitor" option. This specific section is clearly highlighted in the screenshot below:

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

2. Chimney will present a comprehensive breakdown of resource usage pertaining to a Blobber.

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

Here's an overview of Blobber resources:

* Total Space: The overall storage capacity provided by the server.
* Unallocated Storage (in GB): Storage space that remains unallocated for specific allocations.
* Allocated: The storage space consumed by allocated resources.
* Used: The storage space utilized by user data files within the allocation.
* CPU Usage: The percentage of CPU resources utilized by the storage server.
* Memory Usage: The percentage of memory resources used by the storage server.
* Disk Usage: The percentage of disk resources occupied by the storage server.


---

# 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-old.zus.network/products/chimney/monitor-blobbers.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.
