> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka-agent/detail-deka-agent/storage-filesystem.md).

# Storage Filesystem

Used to monitor the health and performance of the file system across various partitions or systems within the operating system. There are several graphs displayed on the Stroage Filesystem, including the following:

## **Filesystem space available**

Displays the amount of disk space available in the partition.

<figure><img src="https://lh7-us.googleusercontent.com/AqFBM5DB-Jhb7vAwuUPp9odUYF--N_CtgIA_N2xQexJALtR4GLfLcVJ1h98vOIdBig5KVTGsKyhgbJrhh9nrAADNpZ7v_z2eOITxCLGuxz7R8rRFgX5Oy3TCzkydKb7I54BfvNL0Hp96DnDYL-APq9o" alt=""><figcaption><p>Storage Filesystem</p></figcaption></figure>

## **File Nodes Free**

Displays the number of file nodes still available in the file system. File nodes are entities in the file system that represent directories.

<figure><img src="https://lh7-us.googleusercontent.com/cu9_uY6qM3oxpRyZOAo4GpDzSO0Grzaw1z3vzaOln4UBhYOoT95Whg7nsXNUKuW0FJYn7PhpKK8pG9QUWxXz_4ymUT5UWvulYgZBMYHFzVJ5jaJSzS-rBay2kZwxnV2b6nxeuRPKdnqJmnlJAZusSbI" alt=""><figcaption><p>Storage Filesystem</p></figcaption></figure>

**File Descryptor**

Displays the number of file descriptor files used in the system. File Descriptors are used by the operating system to identify files that are being used.

<figure><img src="https://lh7-us.googleusercontent.com/tsp8XZHvVDF5axk3awV_hXeoekCmYvHXrRbq6ITNnJC7d4VNVUwod0pCRbzD54VX5RTULu4DFvhsJG3xkeUzkL-jl-hwPdKt_CaCzACkidv6yOLzj91R9NpA97t45BPcAZ4QaLISmLaxRr6D6zSxDrc" alt=""><figcaption><p>Storage Filesystem</p></figcaption></figure>

## **File Node Size**

Displays the size of file nodes in the system.

<figure><img src="https://lh7-us.googleusercontent.com/NSt_P3jZjWWGcBa_EI-PMveJwQ605S6-ZmhbNex7BC6-26jgyr1asFVlnt0QLzUpUurvN1RxIzOLgvxDWUB6AnKXqholZ8nOh_Q_p0IEQmprYQRkGE-sBUojwNaHCbdcfQQ4EZ3vz64Xkzp_GQWhSF0" alt=""><figcaption><p>Storage Filesystem</p></figcaption></figure>

## **Filesystem in ReadOnly/Error**

Displays the file system status indicating whether the stem file is in read mode or the file is damaged.

<figure><img src="https://lh7-us.googleusercontent.com/Sn9rNuzVO69bnOZS7d83V5oJ4k5RllvytY2amu50AThqxmO5m5OkxlgEoJOcQP63rdTU9_4gTUXqczE_EQQhfKoyJyA-Zg3Nje-k6MRdWRceem7JUEo8_0HNxy2fnFixR6P2ZPdTUa3M4dzXxoy9hBE" alt=""><figcaption><p>Storage Filesystem</p></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.cloudeka.id/deka_flexi/deka-agent/detail-deka-agent/storage-filesystem.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.
