# 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.

(input gambar disini)

### **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.

(input gambar disini)

**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.

(input gambar disini)

### **File Node Size**

Displays the size of file nodes in the system.

(input gambar disini)

### **Filesystem in ReadOnly/Error**

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

(input gambar disini)


---

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

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-agent/detail-deka-agent/storage-filesystem.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.
