Raspberry Pi_Kor_19.1.1 시스템 상태 확인

19.1 CPU, Memory 및 Task

CPU와 memory는 시스템이 가지고 있는 resource이고, 이들 resource를 사용하여 사용자가 지시한 작업을 하는 것이 task 또는 process 이다. 따라서 현재의 작업 처리상태에 문제가 없는지 확인하기 위해서는 시스템에서 가용한 resource와 현재 resource를 사용되고 있는 process에 대해서 모니터링하는 것이 필요하다.

Raspberry Pi_Eng_19.1.1 Checking System Status

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.