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
0107aaab
Commit
0107aaab
authored
Mar 03, 2023
by
JooHan Hong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memory 모니터링 업데이트3
parent
1cfb9ad8
Pipeline
#6995
passed with stages
in 1 minute and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
OS/RISK/MEMORY/MONITORING/README.md
+8
-0
No files found.
OS/RISK/MEMORY/MONITORING/README.md
View file @
0107aaab
...
...
@@ -21,4 +21,12 @@
![
tobe_mem
](
./images/03p_mem_ext.png
)
각 필드의 값은 다음과 같다.
-
`cached memory`
: Pagecache 사용영역에 대한 필드 값이다. 리눅스(커널)은 메모리 가용량에 대해 최대한 Pagecache를 활용하는 메커니즘이다.
-
`buffers memory`
: 일반적으로 inode와 같이 인덱스 정보를 담고 있는 영역이다. RHEL 6 이하의 경우만 해당한다.
-
`used memory(total - free)`
: Pagacache 포함 전체 메모리의 사용량이다. 크게 참조할 데이터는 아니다.
-
`free memory(Allocable immediately)`
: 커널이 아무런 간섭없이, 즉시 할당이 가능한 메모리 영역이다.
-
`avail memory(free+buffers+cached)`
: 표현이 애매하지만, 이 영역은
`사용하고 있지만, 필요 시 할당 가능이 가능한 영역으로 해석`
할 수 있다.
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