> 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/system-misc.md).

# System Misc

Displays additional metrics and information that are not included in the main metrics categories such as CPU, memory, network, and storage. There are several metrics including:

## **Context Switches/Interrupts**

Displays the number of context switches that occur in the system as well as the number of interrupts generated by hardware or software in the system.

<figure><img src="https://lh7-us.googleusercontent.com/b_q0QEKr_VpMrFF167Iq3YsPtasaQcrF81TUzNSbbkX9boI9r0_A31Mzb2jo33K9ah_yUAbvNiCmT3Jqj-sF43Xjozn-cfrNeW3wB5uxCPRFn45rxqE5FbQiSUD2qrd9ukgPcdRUXNjmriOLA8PTxxg" alt=""><figcaption><p>System Misc</p></figcaption></figure>

## **System Load**

Displays the system load required to perform work in a certain time period. The higher the system load, the more processes are waiting, so it can be indicated that the system is overloaded.

<figure><img src="https://lh7-us.googleusercontent.com/bPj8pZ7swegmOCajIhsfpGiV7cSTMNhEdbi5Ifo3szQCfX04rgPncF4V4V_YkjxKMpyKf2HQKMeXaiZPyZhwrjvvI--SCmb8KcIHQsKnckkyCniV-BOFbl1SteYYgb3JORn9RzVC7DtJvXQQS38aSRY" alt=""><figcaption><p>System Misc</p></figcaption></figure>

## **Interrupts Detail**

Displays more detailed information about interrupts that have occurred in the system such as I/O usage or system usage.

## **Schedule timeslces executed by each cpu**

Displays the time spent by the CPU in executing a schedule given by the operating system.

<figure><img src="https://lh7-us.googleusercontent.com/zxt_zLd8oBND8cSoSg24NvNIHUSzDlASJzTnYS3DiPjd7kTLukZaMZAV6zXjEo70VaXxtJbGkEb2R9CM5AggjYzAOB2TBk8O6DwB6-Mru2oYUHc1402wMcUTyzDJQDkMWL8M8m6J5TKN-FLZm48R-00" alt=""><figcaption><p>System Misc</p></figcaption></figure>

## **Entropy**

Measures how random and unpredictable the data generated by the system is.

<figure><img src="https://lh7-us.googleusercontent.com/hRmsXZ3A1L-1C1Un_cAILDKHSgMSXCctd-jlASZQU6dJA8IifGMUKYRJrzKqzcDaPeczeOaNB74XYcJcuHGdaVAtxFyK4raK0Iza4-31ODMimqKIvLRIMb7zm1l10blqjh8nFhvU13ijLPksJW6gNYc" alt=""><figcaption><p>System Misc</p></figcaption></figure>

## **CPU time spent in user and system context**

Shows how much CPU time is spent in CPU usage and when the CPU runs the operating system.

<figure><img src="https://lh7-us.googleusercontent.com/-EZveNgp_62sVuixzy5W5Zaf5L18uTB5GhjBzg5U9h8VDDYFiDNKW4LHttTlZsmAy1p7DNFEOA5SAKM8TWCfVk0ubvfxgRI9FzYYzYVhow4fXHe5hhp6ufoiRbCz9ai4FzFykushrxl52Jkss9CVXPc" alt=""><figcaption><p>System Misc</p></figcaption></figure>

**File Descriptions**

Displays the number of file descriptions opened by the system.

<figure><img src="https://lh7-us.googleusercontent.com/_uTZIgC9nS8U-8H7gi4CvJ_zZulFD7hdOcNARRPy0Lil_Xdeugae8BtI8QH2ihl96eEyufz-m1ywVnQVUls4ofJ6ChwwKD_CgfpSdDBnUh6yjiMORnj6rekSQ4lCY1Z60jD8wscdXFAhFCcuAmohI7o" alt=""><figcaption><p>System Misc</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/system-misc.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.
