Commit 7e2a79d6 authored by JooHan Hong's avatar JooHan Hong

memory 모니터링 업데이트7

parent f1e6fcd5
Pipeline #6999 passed with stages
in 1 minute and 3 seconds
......@@ -12,7 +12,7 @@
## Memory Extension
아래의 그래프를 보면, CPU/MEM/SWAP을 모두 볼 수 있기 때문에 일목요연하다고 생각할 수 있지만, 리눅스 메모리 관리구조는 아래의 그래프와 같이 그리 간단하게 판단해서는 안다.
아래의 그래프를 보면, CPU/MEM/SWAP을 모두 볼 수 있기 때문에 일목요연하다고 생각할 수 있지만, 리눅스 메모리 관리구조는 아래의 그래프와 같이 그리 간단하게 판단해서는 안되며, 이를 여기서는 **as-is 그래프**라고 정의한다.
![asis_mem](./images/04p_23-02-16_custom.png)
......@@ -46,4 +46,13 @@
- `Inactive(file) memory` : **예전에 사용**되었고, 아무런 영향없이 제거(Drop Cache)할 수 있는 메모리 영역
## Swapping
위의 as-is 그래프를 보면, SWAP 사용량이 %로 표현되는데, 좀 더 명확히하기 위해서는 SWAP-in(디스크 -> 메모리)과 SWAP-out(메모리 -> 디스크)에 대한 현황을 표현하는 것이 맞다.
![swap_mem](./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