HP-UX 상자가 있습니다. 스왑 메모리를 보려면 쉘 스크립트를 작성해야 합니다. 안타깝게도. 이 상자에는 swapinfo 명령이 없습니다. 스왑 사용량 비율을 볼 수 있는 다른 방법이 있나요?
여기에는 아무것도 설치할 수 없습니다.
답변1
사용 목적에 따라 다른 숫자가 표시되더라도 요약 줄은 다음과 같습니다.top
총 실제 및 가상 메모리와 사용된 메모리 양을 표시하므로 유용합니다.
Memory Data
Includes virtual and real memory in use (with the amount of
memory considered "active" in parentheses) and the amount of
free memory.
반품,vmstat
유용한 정보를 제공할 수 있습니다:
memory Information about the usage of virtual and real
memory. Virtual pages are considered active if they
belong to processes that are running or have run in
the last 20 seconds.
avm Active virtual pages
free Size of the free list
추가 자료:
답변2
스왑에 대한 정확한 명령은 swapon
스위치 입니다 s
(예: 이 swapon -s
)는 스왑 공간을 확보하는 데 도움이 됩니다. 그것은 또한 free -tm
당신에게 도움이 될 것입니다.