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

<figure><img src="https://lh7-us.googleusercontent.com/g2KNgsKr-RCIjEMjeJ1TylCH50sumuougO7EJA8U-kJwsaRMOZwb7J1HocWTKRMUrzZDLCDDgaWHAwJtydwpNsm-BI5LLoE05zCrDqplWFjgh5xae8uv1kFnBWsLYKomviJAxFP-kLv65aRfFcQL3II" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

## **Disk R/W Data**

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

<figure><img src="https://lh7-us.googleusercontent.com/07f4GPrh-V3k2sQAmtKLe-rPBZSIixY3Sv08FByg_-FSgLny967X9YUgosuS9TGwqBxwduXJDztUgqGcEtEjcdcRvwdFAav0HuKYZXwTsMmMSPZxWJ4kEV1QemRpVmTSoCiz1IOr5obAa_myjJkV9oY" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

## **Disk Average Wait Time**

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

<figure><img src="https://lh7-us.googleusercontent.com/YxRkDT_tD6xgyCZ18OAPKydJKFYJ7CZgoe4_yo4iQRHvdIDDkQ0wA_vl8hoEPqPU9ioq4tMxsFanqSUHO_Jx6lQz9FryhZu-rPrVnFn4J6H2zKVaCvHWe0eHra8FZyrCVdgM_qzQMMrJqk8raHLs_-0" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

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

<figure><img src="https://lh7-us.googleusercontent.com/in5SceQ8XXYMiL7KusOrBJ4fSsSsBc-yDEJQ5gpXZ5ochYdHyGZFuLNld8xGckJRquwRLnJQ0M3k2QU0phYWNQMzEiu6ifYxaUR69Ht8YIl-8e7KJDrcBWNNZzMaI0wA93MFWGqQG-cvWOkjXMABQCw" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

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

<figure><img src="https://lh7-us.googleusercontent.com/RG33JtZ-cupxetdt-UitGszc0BGi__SjqP7V7f4AZ-yIVkNiy4U_wCwshOiejN8v61eKAOoOPsH8xGhrPVWBovFNL9O9IyQmNR-4TSjKdWvdnfnS56tvR6SkDXfwj4NKoBG6c3rhigLbUAfkN7VFGLk" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

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

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

<figure><img src="https://lh7-us.googleusercontent.com/5J-llMM47K0Cmr12TUvyTcFU21f89EJ0VIZJqx2JAg76GuTqMnT2ku-AzNQW3IPfoaxTWPwjTVAucj0whXqyF9atC-GN7_ZPby6JxPki6nZwEBc9gWUP5j5y5ZW6XLd2cYwYs__h_pvGoUgVVHIB2BE" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

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

<figure><img src="https://lh7-us.googleusercontent.com/BxliB13p0-_aCnzHuYBPCp19uTD3wWnaztNX1XDS45i_MCMqmj0vdhJ01yX-zyvr04RW4OQQqtlPu5GHNh6BADUgvvKWSiWer6f7MX3mLbpc9nLWPRjG2L71MtJ2Yu-NC0_IfDPj4VCMo8E0O5Q5Etc" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>

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

<figure><img src="https://lh7-us.googleusercontent.com/ybrCjvBtnsDzlwY0j0UdGMy1P4yTI8rC5XmeojM42_TgzqDKAaTorKQLvByETgaPwxOSN9bWjy66daDOgC9orjRaYN65YlZOpTXTux68pMv5hMDkDPXQZ4YG7aR2_HwjDFj00GS-QdbY0asRjDLzogc" alt=""><figcaption><p>Storage Disk</p></figcaption></figure>


---

# 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.cloudeka.id/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.
