# Memory Meminfo

Displays system memory usage. There are several graphs displayed including the following:

### **Memory Active / Inactive**

Displays the amount of memory currently in use and not yet used.

(input gambar disini)

### **Memory commited**

Displays the total amount of memory that has been allocated by the operating system for use by a particular application or process.

<figure><img src="https://lh7-us.googleusercontent.com/7vtHUs_sIILOT1bHrPwTODRhybmT_xulsYirebdJ0N2tEp2vOXMj03VUbwq8tLW4vyK-7ivVy-9HPMJkhU8O81Ez-AtOaRLsaI2XHoKRpam_Y8CDNdJtUYE6wiBS4zi5EC4Lmdx7DMJxmGj5SsKTfJ4" alt=""><figcaption></figcaption></figure>

### **Memory Active / Inactive Detail**

Display further explanation on active and inactive memory allocation.

(input gambar disini)

### **Memory Writeback and Dirty**

Display the process of writing unsaved data from memory to long-term storage such as disk.

(input gamabr disini)

### **Memory Shared and Mapped**

Displays the amount of memory shared across multiple processes and the amount of memory mapped to virtual addresses.

(input gambar disini)

### **Memory Slab**

Display the memory allocated by the kernel to store internal data structures used for resource management.

(input gambar disini)

### **Memory Vmalloc**

Displays the virtual memory dynamically allocated by the kernel for a specific use.

(input gambar disini)

### **Memory Bounce**

Displays memory usage associated with switching between different memory addresses.

(input gambar disini)

### **Memory Anonymous**

Displays memory allocated by the process but not associated with files.

(input gambar disini)

### **Memory Kernel / CPU**

Displays the memory used by the operating system kernel to store code, data structures, and the kernel stack.

(input gambar disini)

**Memory HugePages Counter**

Displays the number of large memory pages used in the system, large memory is used to reduce memory management overhead on systems with large amounts of memory.

)input gambar disini

### **Memory Huge Pages Size**

Displays the page size of the large memory used in the system.

(input gambar disini)

### **Memory Direct Map**

Displays a direct mapping between physical memory addresses and virtual memory addresses in the system.

(input gambar disini)

### **Memory Unevictable and MLocked**

Displays memory usage that cannot be avoided or moved by the operating system, as well as memory that is locked in physical memory and will not be swapped out.

(input gambar disini)

### **Memory NFS**

Displays memory usage related to the network file system, including buffers or caches for file operations involving network resources.

(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/memory-meminfo.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.
