diff --git a/docs/profiling.md b/docs/profiling.md index 396a4f3af5489f31e9cc1c46ae0907e36ff74d8c..4556e701783abc185fbb2b7d00b27999fc484b41 100644 --- a/docs/profiling.md +++ b/docs/profiling.md @@ -9,15 +9,17 @@ metadata: name: cluster spec: - ebpf: - env: - PROFILE_PORT: "6060" - ``` + agent: + ebpf: + debug: + env: + PROFILE_PORT: "6060" + ``` 2. If you are running OpenShift/Kubernetes, port-forward the pod that you want to profile. ``` - oc -n netobserv-privileged port-forward netobserv-ebpf-agent-4kt9d 6060 + oc -n netobserv-privileged port-forward <netobserv-ebpf-agent pod name> 6060 ``` 3. Download the required profiles: