Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- top 관련 메뉴얼...
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
1 응답 1
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 09-08-2008 10:00 PM
날짜: 09-08-2008 10:00 PM
top 관련 메뉴얼...
top에서 memory information을 pstat()를 이용해서 값을 보여주게 됩니다. 단, 주의하셔야 할 점은 top은 고객의 system에서 사용가능한 값을 보여주는 것이 아니라는 것입니다. 오히려 사용되고 있는 값을 보여줍니다. 여기서 아래에서 보여주는 일례는 2080K가 실제로 total physical memory의 양이 아니라 실제로 process memory structure에서 사용되고 있는 양을 의미합니다.
top에서 output을 보고 설명을 하게 된다면 ..
| Memory: 2080K (1672K) real, 5564K (3044K) virtual, 696K free
| ^ ^ ^ ^ ^
| | | | | |
| 1 2 3 4 5
1. system에 있는 모든 process에 할당된 text,data 또는 stack segment의 total physcial memory값을 의미합니다.
2. sleeping process를 제외한 runnable processes에 대한 total physical memory값을 의미 합니다.
3. system에서 text,data 또는 stack segments에 할당된 총 memory값을 의미합니다. 여기서 disk로 paged out된 process도 포함을 하게 됩니다. ( 다시말하면 physical memory에 존재하지 않는 것을 말합니다.)
4. sleep이나 stopped된 process를 제외한 runnable process의 total memory
5. 새로운 process에 사용되지 않거나 사용가능하도록 간주되는 physical memory를 의미 합니다. 여기서 이값이 낮다는 것은 swapping이 일어날 가능성이 높다는 것을 의미합니다.
top에서 output을 보고 설명을 하게 된다면 ..
| Memory: 2080K (1672K) real, 5564K (3044K) virtual, 696K free
| ^ ^ ^ ^ ^
| | | | | |
| 1 2 3 4 5
1. system에 있는 모든 process에 할당된 text,data 또는 stack segment의 total physcial memory값을 의미합니다.
2. sleeping process를 제외한 runnable processes에 대한 total physical memory값을 의미 합니다.
3. system에서 text,data 또는 stack segments에 할당된 총 memory값을 의미합니다. 여기서 disk로 paged out된 process도 포함을 하게 됩니다. ( 다시말하면 physical memory에 존재하지 않는 것을 말합니다.)
4. sleep이나 stopped된 process를 제외한 runnable process의 total memory
5. 새로운 process에 사용되지 않거나 사용가능하도록 간주되는 physical memory를 의미 합니다. 여기서 이값이 낮다는 것은 swapping이 일어날 가능성이 높다는 것을 의미합니다.
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .