Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
joohanhong
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
JooHan Hong
joohanhong
Commits
7e2a79d6
Commit
7e2a79d6
authored
Mar 03, 2023
by
JooHan Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memory 모니터링 업데이트7
parent
f1e6fcd5
Pipeline
#6999
passed with stages
in 1 minute and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
README.md
OS/RISK/MEMORY/MONITORING/README.md
+10
-1
03p_swap.png
OS/RISK/MEMORY/MONITORING/images/03p_swap.png
+0
-0
No files found.
OS/RISK/MEMORY/MONITORING/README.md
View file @
7e2a79d6
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
## Memory Extension
## Memory Extension
아래의 그래프를 보면, CPU/MEM/SWAP을 모두 볼 수 있기 때문에 일목요연하다고 생각할 수 있지만, 리눅스 메모리 관리구조는 아래의 그래프와 같이 그리 간단하게 판단해서는 안
된
다.
아래의 그래프를 보면, CPU/MEM/SWAP을 모두 볼 수 있기 때문에 일목요연하다고 생각할 수 있지만, 리눅스 메모리 관리구조는 아래의 그래프와 같이 그리 간단하게 판단해서는 안
되며, 이를 여기서는
**as-is 그래프**
라고 정의한
다.
![
asis_mem
](
./images/04p_23-02-16_custom.png
)
![
asis_mem
](
./images/04p_23-02-16_custom.png
)
...
@@ -46,4 +46,13 @@
...
@@ -46,4 +46,13 @@
-
`Inactive(file) memory`
:
**예전에 사용**
되었고, 아무런 영향없이 제거(Drop Cache)할 수 있는 메모리 영역
-
`Inactive(file) memory`
:
**예전에 사용**
되었고, 아무런 영향없이 제거(Drop Cache)할 수 있는 메모리 영역
## Swapping
위의 as-is 그래프를 보면, SWAP 사용량이 %로 표현되는데, 좀 더 명확히하기 위해서는 SWAP-in(디스크 -> 메모리)과 SWAP-out(메모리 -> 디스크)에 대한 현황을 표현하는 것이 맞다.
![
swap_mem
](
./images/03p_swap.png
)
그럼 각 필드의 값은 다음과 같다.
OS/RISK/MEMORY/MONITORING/images/03p_swap.png
0 → 100644
View file @
7e2a79d6
23.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment