KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
cgroup-ebpf
★ 17
Open GitHub ↗
Experiment with cgroup-ebpf
Download README (.md)
Explore Similar Repositories
seccompagent
:
agent for handling seccomp descriptors for container runtimes
go-shamir
:
A small CLI tool for Shamir's Secret Sharing written in Go, using Vault's Shamir implementation
tcd
:
traffic control daemon
racker
:
rack provisioning utility for Kinvolk projects
flatcar-website
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cgroup-ebpf
?
Download (.md)
This repository experiments with [Daniel Mack](https://github.com/zonque)'s [eBPF hooks for cgroups](https://github.com/torvalds/linux/commit/ca89fa77b4488ecf2e3f72096386e8f3a58fe2fc). # Dependencies * Linux >= v4.10-rc * `CONFIG_CGROUP_BPF=y` * cgroup2 hierarchy mounted (`mount -t cgroup2 none <mount point>`) # Usage Example: ``` #### cd into cgroup v2 hierarchy cd /sys/fs/cgroup/unified #### create new cgroup mkdir demo #### add a process echo 1234 >>demo/cgroup.procs sudo ./cgroup-ebpf out/ebpf.o /sys/fs/cgroup/unified/demo/ ``` # Vendoring We use [gvt](https://github.com/FiloSottile/gvt).