Raspberry Pi_Kor_01.1.2 Raspberry Pi 발전 History

Published Book on Amazon All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 출판된 한글판 도서 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 […]

Raspberry Pi_Kor_01.1.1 Raspberry Pi의 탄생

Published Book on Amazon All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 출판된 한글판 도서 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 […]

Raspberry Pi_Kor_01.0 Chapter 1 Raspberry Pi 개요

Published Book on Amazon All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 출판된 한글판 도서 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) 최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 […]

Raspberry Pi_Kor_00.2 목 차

목 차

서문

1. 이 책을 쓰기까지

2. 이 책의 전체적인 구성

3. 이 책에서 다루는 내용

4. 이 책에서 다루는 내용의 수준

5. 이 책의 기준 운영체제

6. 이 책에서 사용되는 관례(conventions)

Chapter 1 Raspberry Pi 개요

Raspberry Pi_Kor_00.1 서문

서문

주요 내용

여기서는 먼저 저자가 이 책을 쓰게 된 동기를 소개하고 있다. 다음으로 이 책의 전체적인 구성과 각 Chapter의 요약된 내용을 안내하고 있으며, 다루는 내용의 수준에 대해서 안내하고 있다.

다음과 같은 항목에 대한 설명을 포함하고 있다.
■ 이 책을 쓴 동기

■ 이 책에서 다루는 내용

■ 이 책에서 다루는 내용의 수준

■ 이 책에서 사용되는 관례

Raspberry Pi_Eng_19.3.3 Checking Each Process Information in “/proc/PID/”

Original Book Contents
19.3.3 Checking Each Process Information in “/proc//”

First, if you look up the process for program, there is PID “9223” process as below. The CMD entry for the process shows “/usr/bin/motion”.

Raspberry Pi_Eng_19.3.2 Checking System Information in “/proc” Folder

19.3.2 Checking System Information in “/proc” Folder

The status information about the system as a whole is included below the “/proc” folder.

19.3.2.1 Information about CPU and Memory

In the “/proc” folder, you can see the CPU and memory related information for the entire system.

Raspberry Pi_Eng_19.3.1 “/proc” Folder and Process Information

19.3 “/proc” Folder and Process Information

On Linux, “/proc” directory is part of the operating system’s default directory and provides general information about the processes that the system manages. It provides a system-wide summary as well as detailed information on the individual process id. Here we briefly review the contents of the information in “/proc” directory.

19.3.1 Types of Information in “/proc” Folder

The following is the screen that display the contents of the “/proc” directory.

Raspberry Pi_Eng_19.1.2 Killing Process

19.1.2 Killing Process

If the current process is no longer needed, or if there is a problem with the progress of the process, you can terminate the processing of a specified particular process.

19.1.2.1 “kill” Command – Terminate Process Using PID

“kill” command tells the system to terminate the process running on the system.