-
Notifications
You must be signed in to change notification settings - Fork 183
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
Performance issue on ARM architect when perform lookup and modify rule #296
Comments
Can you share your code? refresh() is called from a few places, it's hard to pinpoint the problem without seeing more. |
Hi please find the setup at: Step to reproduce:
|
Hi @dolenam317 , I took a look at your code and I'm glad to see that you are using the easy module :) I ran your code on a VM with Debian 10 (buster) following your instructions but unfortunately I couldn't reproduce the issue. My execution time is 0.1 sec, here is an excerpt
On another note, I noticed that when adding 100s or 1000s of rules the system might become quite laggy. To this end, the Let me know how can I help :) |
Hi,
I have a custom chain where packets are marked for further processing. What I am trying to do is
After profiling and I saw the function refresh has been called a lot. It takes about 30% of execution time and on our ARM box it takes about 4 seconds to run.
I attached the profiling output here. Could you please give me some advice for this matter ?
enable_a_firewall_rule.txt
The text was updated successfully, but these errors were encountered: