BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss] Corralling Processes on Linux



Does MacOS have something analogous to Linux's control groups?

I am liking that I can mark my processes with a scarlet "cgclassify" 
and, later, if I worry I lost track of some, I can hunt them down via 
that process group. Being able to:

kill `cat /sys/fs/cgroup/pids/my_group/tasks `

...is nice for debugging.

Thanks

-kb