Commit 9d86e442 authored by JooHan Hong's avatar JooHan Hong

memory risk management modify4

parent 2f57cb0b
Pipeline #7022 passed with stages
in 1 minute and 1 second
......@@ -44,10 +44,32 @@
## Shared Memory
> Shared Memory 아이템의 수집 목적은 서버 내 프로세스가 공유할 때 주로 사용되는 내역에 대한 모니터링을 위해서 수집이 필요하다. 참고적으로 아래의 `cached_memory` 영역은 이번 이슈의 특성(프로세스 구조)으로 그래프화 되었다.
![mem-shm](./images/03p_shm.png)
- cached_memory :
- shm_memory :
- sap_shm_free :
- mapped_memory :
## Memory Extension
>
![mem-ext](./images/03p_mem_ext.png)
- total memory :
- cached memory :
- buffers memory :
- used memory(total - free) :
- free memory(Allocable immediately) :
- avail memory(free+buffers+cached) :
## Active/Inactive Memory
>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment