# Storage Disk

To monitor disk storage space usage on the system. There are several graphs on Storage Disk including the following:

### **Disk IOps Completed**

Displays the number of input/output (I/O) operations completed by the disk in operations per second (IOPS).

(input gambar disini)

### **Disk R/W Data**

Displays the amount of data written and read by the disk in a certain time period.

(input gambar disini)

### **Disk Average Wait Time**

Displays the average wait time for I/O operations performed on the disk.

(input gambar disini)

### **Average Queue Size**

Displays the average disk I/O queue size in a specified time period. A large queue size can be a sign of disk congestion.

(input gambar disini)

### **Disk R/W Merged**

Displays the number of read/write operations that are combined or synchronized by the operating system before being sent to disk.

(input gambar disini)

### **Time Spent Doing I/Os**

Displays the time spent by the disk in handling I/O operations.

(input gambar disini)

### **Instantaneous Queue Size**

Displays the size of the disk I/O queue at a given moment. Unlike the queue average, it provides an idea of ​​the size of the queue at a specific point in time.

(input gambar disini)

### **Disk IOps Discards completed/merged**

Displays the number of I/O operations canceled or merged by the system. Aborted I/O operations typically occur when an I/O request cannot be executed by the disk and needs to be repeated or abandoned.

(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-disk.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.
