Mac 운영 체제에 cgroup을 설치하는 방법

Mac 운영 체제에 cgroup을 설치하는 방법

내 주식 MacOS에 설치하는 방법

(Darwin Kernel Version 19.2.0: Sat Nov  9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64 i386)

통제 그룹 도구(통제 그룹을 통제하고 모니터링하는 도구)? 내 Mac에서도 작동하나요? 나는 그 일을 했고 Homebrew를 사용하여 이것을 얻었습니다:

YanasMacBookPro:testdir mac$ brew install libcgroup
Error: No available formula with the name "libcgroup" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

답변1

cgroups는 Linux 커널 전용 기능이므로 Mac에서는 찾을 수 없습니다.

관련 정보