Slide 5
Slide 5 text
Leonardo Di Donato
gh:leodido
@leodido
Demos
Run a bpftrace program to trace all the exec() family syscalls happening on a Kubernetes node:
kubectl trace run
-
a \
-
e "tracepoint:syscalls:sys_enter_exec
*
{ printf(\"%-10u %-5d \", elapsed / 1e6, pid); join(args
->
argv); }" \
node/pool
-
dido22h-8hom3
- -
fetch
-
headers
Observe the output arguments…