4

How can I install on my ordinary 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)

the Control Groups tools (tools to control and monitor control groups)? Is this even possible for my Mac? I already did it and got this using 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.
Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
Yana Shetko
  • 73
  • 1
  • 5

1 Answers1

9

cgroups is a Linux kernel-specific feature, so you won't find it on your Mac.

schaiba
  • 7,493
  • 1
  • 33
  • 31