19.1 CPU, Memory 및 Task
CPU와 memory는 시스템이 가지고 있는 resource이고, 이들 resource를 사용하여 사용자가 지시한 작업을 하는 것이 task 또는 process 이다. 따라서 현재의 작업 처리상태에 문제가 없는지 확인하기 위해서는 시스템에서 가용한 resource와 현재 resource를 사용되고 있는 process에 대해서 모니터링하는 것이 필요하다.
19.1 CPU, Memory 및 Task
CPU와 memory는 시스템이 가지고 있는 resource이고, 이들 resource를 사용하여 사용자가 지시한 작업을 하는 것이 task 또는 process 이다. 따라서 현재의 작업 처리상태에 문제가 없는지 확인하기 위해서는 시스템에서 가용한 resource와 현재 resource를 사용되고 있는 process에 대해서 모니터링하는 것이 필요하다.
Chapter 19 시스템 모니터링
Chapter 주요 내용
시스템이 정상적으로 운영되기 위해서는 시스템이 사용하는 기본적인 resource가 충분히 확보되어야 하는데, 시스템을 운영하는 담당자는 항상 시스템이 정상적으로 작동하고 있는지 확인하고, 정상적으로 작동하지 않으면 어떤 문제가 있는지 확인하여 조치하는 것이 필요하다. 여기서는 Raspberry Pi 시스템의 여러 resource의 현재 상태를 확인해 보는 방법을 살펴 볼 것이다.
다음과 같은 항목에 대한 내용을 포함하고 있다.
■ CPU, memory 및 task 모니터링
■ 저장창치 모니터링
■ /porc 폴더와 process 정보 모니터링
Chapter’s Main Topics
In order for the system to operate properly, the basic resources used by the system must be sufficiently secured. The person in charge of operating the system should always check whether the system is operating normally, and if not, check to see what the problem is and take action. Here we will look at how to check the current state of the various resources in the Raspberry Pi system.
It includes descriptions on the following topics:
■ CPU, memory and task monitoring
■ Monitoring storage device
■ Monitoring “/porc” folder and process information
19.1 CPU, Memory and Task
CPU and memory are the resources that the system has, and it is the task or process that uses these resources to perform the works specified by the user. Therefore, it is necessary to monitor the available resources in the system and the processes that are using resources at the present time to check whether there is a problem in the current work processing state.
19.1.1 Checking System Status
19.1.1.1 “top” Command – Check Main System Information
You can use the “top” command to check the overall status of the system.