Skip to content

rumpl/ebpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebpf

Testing out some ebpf goodness, code taken initially from here

Launching

Use the Docker Dev Environments feature, create a dev env with this repo, start to code.

Running

First build the project

$ make

And then you can run it

$ sudo ./hello

Stop it (ctrl+c) after a while and you will be greeted with the number of syscalls each process made

$ sudo ./hello
^Ckube-apiserver: 956
etcd: 554
ip6tables: 73
containerd: 298
kube-controller: 784
docker-init: 2
logwrite: 31
storage-provisi: 27
iptables: 73
dockerd: 1553
containerd-shim: 66
hello: 16499
node: 91
kube-scheduler: 77
vpnkit-bridge: 342
coredns: 295
memlogd: 133
kubelet: 15180

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors