목차

Linux From Scratch - Version 12.1-systemd
Chapter 8. Installing Basic System Software
이전 위로 / 처음으로 다음
Man-DB-2.12.0 Util-linux-2.39.3

8.78. Procps-ng-4.0.4

Procps-ng 패키지에는 프로세스 모니터링을 위한 프로그램이 포함되어 있습니다.


8.78.1. Procps-ng 설치

Procps-ng 컴파일를 준비합니다.

./configure --prefix=/usr                           \
            --docdir=/usr/share/doc/procps-ng-4.0.4 \
            --disable-static                        \
            --disable-kill                          \
            --with-systemd

configure 옵션 설명

패키지를 컴파일합니다.

make src_w_LDADD='$(LDADD) -lsystemd'

테스트 스위트를 실행하려면

make -k check

ps with output flag bsdtime,cputime,etime,etimes라는 이름의 테스트는 호스트 커널이 CONFIG_BSD_PROCESS_ACCT가 활성화된 상태로 빌드되지 않은 경우 실패하는 것으로 알려져 있습니다. pmap X with unreachable processpmap XX with unreachable process라는 이름의 두 테스트가 가끔 실패하는 것으로 알려져 있습니다.

패키지를 설치합니다.

make install


8.78.2. Procps-ng 패키지 구성

간략한 설명