Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Performance of bpfman agent #50

Open
anfredette opened this issue Jul 15, 2024 · 0 comments
Open

Investigate Performance of bpfman agent #50

anfredette opened this issue Jul 15, 2024 · 0 comments

Comments

@anfredette
Copy link
Contributor

anfredette commented Jul 15, 2024

We've seen the sample BpfApplication CRD take ~30 seconds to finish loading its eBPF programs. A look at the agent log suggests that this biggest factor is the call to bpfman to load the programs, which appears to take from 2-12 seconds. So, while this issue is being written against bpfman-operator, I believe that the first place to look is in the bpfman load path.

Some likely suspects are the image pull from podman and cosign validation, but this needs to be confirmed.

msherif1234 pushed a commit to msherif1234/bpfman-operator that referenced this issue Oct 30, 2024
…/ocp-bpfman

chore(deps): update ocp-bpfman to 469d311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant