Commit d62a4db4 authored by JooHan Hong's avatar JooHan Hong

memory risk management modify5

parent 9d86e442
Pipeline #7023 passed with stages
in 1 minute and 2 seconds
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
## Shared Memory ## Shared Memory
> Shared Memory 아이템의 수집 목적은 서버 내 프로세스가 공유할 때 주로 사용되는 내역에 대한 모니터링을 위해서 수집이 필요하다. 참고적으로 아래의 `cached_memory` 영역은 이번 이슈의 특성(프로세스 구조)으로 그래프화 되었다. > 서버 내 프로세스가 공유할 때 주로 사용되는 shm, ipc(sysv), cache 사용내역에 대한 모니터링을 위해서 수집이 필요하다. 참고적으로 아래의 `cached_memory` 영역은 이번 이슈의 특성(프로세스 구조)으로 그래프화 되었으며, mapped와 같이 공유 메모리의 영역이 반드시 정해진 것은 아니기 때문에 더욱 더 필요하다.
![mem-shm](./images/03p_shm.png) ![mem-shm](./images/03p_shm.png)
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
## Memory Extension ## Memory Extension
> > 결과론 적인 사용률(량)이 맞을 수도 있지만, 운용자 입장에서는 Pagecache와 free(즉시 할당가능) 량을 관측할 필요가 있다. 또한 avail memory의 경우도 개발 부서에 설명이 필요할 수도 있다.
![mem-ext](./images/03p_mem_ext.png) ![mem-ext](./images/03p_mem_ext.png)
...@@ -72,4 +72,15 @@ ...@@ -72,4 +72,15 @@
> >
![mem-active](./images/03p_active_inactive.png)
## Swapping
>
![mem-swap](./images/03p_swap.png)
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